.shop-body {
  min-height: 100vh;
}

.shop-body.is-lock-scroll {
  overflow: hidden;
}

.shop-header,
.shop-shell,
.shop-main,
.shop-orders-section,
.shop-support-panel {
  width: min(calc(100% - 32px), 1320px);
  margin: 0 auto;
}

.shop-header {
  position: sticky;
  top: 0;
  z-index: 70;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px 0 0;
}

.shop-back-link,
.shop-brand,
.shop-cart-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 16, 0.8);
  backdrop-filter: blur(18px);
  color: #ffffff;
  font-weight: 760;
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.28);
}

.shop-brand {
  justify-self: center;
}

.shop-cart-toggle {
  justify-self: end;
}

.shop-shell {
  padding: 28px 0 72px;
}

.shop-hero,
.shop-banner,
.shop-product-card,
.shop-order-card,
.shop-support-card,
.shop-modal-panel,
.shop-drawer-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 211, 238, 0.08), transparent 22%),
    radial-gradient(circle at 14% 18%, rgba(139, 92, 246, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(5, 7, 11, 0.96);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.4);
}

.shop-hero::before,
.shop-banner::before,
.shop-product-card::before,
.shop-order-card::before,
.shop-support-card::before,
.shop-modal-panel::before,
.shop-drawer-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 50%), rgba(34, 211, 238, 0.12), transparent 44%);
  pointer-events: none;
}

.shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 20px;
  padding: 26px;
}

.shop-hero-copy,
.shop-hero-side {
  position: relative;
  z-index: 1;
}

.shop-hero-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.shop-kicker,
.shop-panel-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-hero-copy h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.shop-hero-copy p,
.shop-banner-copy p,
.shop-section-head p,
.shop-support-card p,
.shop-step-copy p,
.shop-modal-description,
.shop-modal-lead {
  margin: 0;
  color: #b3bfd5;
  line-height: 1.78;
}

.shop-hero-actions,
.shop-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shop-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.shop-hero-stats article,
.shop-modal-meta article,
.shop-cart-summary div,
.shop-order-meta div {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.shop-hero-stats span,
.shop-modal-meta span,
.shop-cart-summary span,
.shop-order-meta span {
  display: block;
  color: #8f9ebb;
  font-size: 0.82rem;
  font-weight: 720;
}

.shop-hero-stats strong,
.shop-modal-meta strong,
.shop-cart-summary strong,
.shop-order-meta strong {
  display: block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 1.26rem;
}

.shop-hero-stats small {
  display: block;
  margin-top: 8px;
  color: #6e7a99;
}

.shop-hero-card {
  display: grid;
  gap: 18px;
  height: 100%;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.shop-hero-card-head {
  display: grid;
  gap: 8px;
}

.shop-hero-card-head span {
  color: #91a2c0;
  font-weight: 740;
}

.shop-hero-card-head strong {
  font-size: 2rem;
  color: #ffffff;
}

.shop-flow-preview {
  display: grid;
  gap: 12px;
}

.shop-flow-preview-step,
.shop-pay-lane {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.shop-flow-preview-step span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-weight: 840;
}

.shop-flow-preview-step strong,
.shop-pay-lane strong,
.shop-step-copy strong,
.shop-product-copy h3,
.shop-order-title,
.shop-support-card h3,
.shop-modal-copy h2 {
  color: #ffffff;
}

.shop-flow-preview-step small,
.shop-pay-lane small {
  color: #8ea1bf;
}

.shop-flow-preview-step.is-active {
  border-color: rgba(34, 211, 238, 0.22);
  box-shadow: 0 0 32px rgba(34, 211, 238, 0.1);
}

.shop-hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-hero-notes span,
.shop-shelf-badge,
.shop-order-status,
.shop-modal-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 8, 14, 0.82);
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.shop-banner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  padding: 18px 22px;
}

.shop-banner[hidden] {
  display: none;
}

.shop-banner-copy strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 1.02rem;
}

.shop-banner-close,
.shop-modal-close,
.shop-drawer-close {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.shop-main {
  margin-top: 28px;
}

.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.shop-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-filter-chip,
.shop-step-pill {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #aab7d0;
  font-weight: 740;
}

.shop-filter-chip.is-active,
.shop-step-pill.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.24), rgba(34, 211, 238, 0.18));
  border-color: rgba(34, 211, 238, 0.18);
}

.shop-search {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 360px);
  min-height: 52px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 16, 0.78);
}

.shop-search input,
.shop-field input,
.shop-field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
}

.shop-search input::placeholder,
.shop-field input::placeholder,
.shop-field textarea::placeholder {
  color: #77819d;
}

.shop-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shop-product-card {
  padding: 18px;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
  cursor: pointer;
}

.shop-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.18);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.44);
}

.shop-product-visual {
  position: relative;
  overflow: hidden;
  height: 210px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 211, 238, 0.12), transparent 22%),
    rgba(3, 4, 8, 0.96);
}

.shop-product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.shop-product-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.shop-product-copy {
  margin-top: 16px;
}

.shop-product-copy h3 {
  margin: 0 0 8px;
  font-size: 1.28rem;
}

.shop-product-copy p,
.shop-shelf-line small,
.shop-cart-item small,
.shop-order-copy,
.shop-order-time {
  margin: 0;
  color: #9fb0cc;
  line-height: 1.72;
}

.shop-product-footer,
.shop-shelf-line,
.shop-order-top,
.shop-support-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.shop-shelf-line {
  margin-top: 16px;
  align-items: end;
}

.shop-shelf-stock {
  display: grid;
  gap: 8px;
  width: 100%;
}

.shop-shelf-stock strong,
.shop-price strong,
.shop-cart-item-price strong {
  color: #ffffff;
}

.shop-stock-track {
  overflow: hidden;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.shop-stock-fill,
.shop-stock-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.95), rgba(34, 211, 238, 0.92));
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.24);
  transform-origin: left center;
  animation: stockSlide 900ms cubic-bezier(0.2, 1, 0.3, 1);
}

.shop-price {
  display: grid;
  gap: 4px;
}

.shop-price strong {
  font-size: 1.5rem;
}

.shop-price span {
  color: #7f8fae;
  font-size: 0.82rem;
}

.shop-product-actions {
  display: flex;
  gap: 10px;
}

.shop-product-button {
  min-width: 124px;
}

.shop-ghost-button {
  min-width: 108px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: #ffffff;
  font-weight: 760;
}

.shop-orders-section {
  margin-top: 34px;
}

.shop-section-head h2 {
  margin: 10px 0 12px;
  font-size: 2rem;
}

.shop-orders-list {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.shop-order-card {
  padding: 22px;
}

.shop-order-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.shop-order-status.is-paid {
  background: rgba(52, 211, 153, 0.16);
}

.shop-order-status.is-pending {
  background: rgba(245, 158, 11, 0.16);
}

.shop-orders-empty,
.shop-cart-empty {
  padding: 24px;
  border-radius: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  color: #92a3bf;
  text-align: center;
}

.shop-support-panel {
  margin-top: 30px;
}

.shop-support-card {
  padding: 24px;
}

.shop-support-actions,
.shop-hero-promo,
.shop-instant-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shop-promo-chip,
.shop-instant-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 760;
}

.shop-support-card h3 {
  margin: 12px 0 10px;
  font-size: 1.48rem;
}

.shop-executor-section {
  width: min(calc(100% - 32px), 1320px);
  margin: 34px auto 0;
}

.shop-executor-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.94fr);
  gap: 20px;
  margin-top: 20px;
}

.shop-executor-copy,
.shop-executor-visual {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 211, 238, 0.08), transparent 22%),
    radial-gradient(circle at 14% 18%, rgba(139, 92, 246, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(5, 7, 11, 0.96);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
}

.shop-executor-copy {
  padding: 24px;
  display: grid;
  align-content: center;
  gap: 14px;
}

.shop-executor-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.shop-executor-copy p {
  margin: 0;
  color: #aeb8cf;
  line-height: 1.7;
}

.shop-executor-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-plan-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.shop-plan-card,
.shop-instant-buy-shell,
.shop-policy-hero,
.shop-policy-card,
.shop-policy-footer-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 211, 238, 0.08), transparent 22%),
    radial-gradient(circle at 14% 18%, rgba(139, 92, 246, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(5, 7, 11, 0.96);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34);
}

.shop-plan-card {
  padding: 18px;
  display: grid;
  gap: 14px;
  text-align: center;
  align-content: start;
}

.shop-plan-card.is-popular {
  border-color: rgba(181, 128, 255, 0.46);
  box-shadow: 0 0 36px rgba(168, 85, 247, 0.22), 0 26px 90px rgba(0, 0, 0, 0.34);
}

.shop-plan-badge {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(168, 85, 247, 0.16);
  border: 1px solid rgba(196, 151, 255, 0.4);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 820;
  text-transform: uppercase;
}

.shop-plan-card h3,
.shop-policy-hero h1,
.shop-policy-card h2,
.shop-policy-footer-card h2,
.shop-instant-buy-copy h3 {
  margin: 0;
  color: #ffffff;
}

.shop-plan-card h3 {
  font-size: 1.44rem;
}

.shop-plan-price {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 860;
}

.shop-plan-card p,
.shop-policy-hero p,
.shop-policy-card p,
.shop-policy-footer-card p,
.shop-instant-buy-copy p {
  margin: 0;
  color: #aeb8cf;
  line-height: 1.7;
}

.shop-plan-card .button {
  width: 100%;
}

.shop-instant-buy-shell {
  margin-top: 22px;
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
  gap: 20px;
  align-items: center;
}

.shop-instant-buy-card {
  min-height: 220px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  padding: 18px;
}

.shop-buy-button-mount {
  width: 100%;
}

.shop-buy-button-mount stripe-buy-button {
  width: 100%;
}

.shop-buy-button-placeholder {
  display: grid;
  gap: 10px;
  width: 100%;
  padding: 18px;
  border-radius: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.shop-buy-button-placeholder strong {
  color: #ffffff;
}

.shop-buy-button-placeholder p,
.shop-buy-button-placeholder code {
  color: #aeb8cf;
}

.shop-buy-button-preview {
  width: 100%;
  opacity: 0.96;
}

.shop-buy-button-placeholder.is-warning {
  border-color: rgba(245, 158, 11, 0.28);
  background: rgba(245, 158, 11, 0.08);
}

.shop-policy-hero,
.shop-policy-footer-card {
  width: min(calc(100% - 32px), 1320px);
  margin: 0 auto;
  padding: 26px;
}

.shop-policy-grid {
  width: min(calc(100% - 32px), 1320px);
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.shop-policy-card {
  padding: 22px;
}

.shop-policy-card h2,
.shop-policy-footer-card h2 {
  margin: 12px 0 12px;
}

.shop-policy-footer-card {
  margin-top: 22px;
}

.shop-modal,
.shop-drawer {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.shop-modal[hidden],
.shop-drawer[hidden] {
  display: none;
}

.shop-modal-backdrop,
.shop-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 5, 10, 0.78);
  backdrop-filter: blur(16px);
  animation: overlayFade 220ms ease;
}

.shop-modal-panel {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 28px), 1060px);
  margin: min(8vh, 60px) auto;
  padding: 22px;
  animation: modalRise 280ms cubic-bezier(0.2, 1, 0.3, 1);
}

.shop-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
}

.shop-modal-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
  gap: 22px;
}

.shop-modal-visual {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.shop-modal-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-modal-badges {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.shop-modal-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

.shop-modal-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.shop-modal-lead {
  font-size: 1.04rem;
}

.shop-modal-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.shop-stock-bar {
  overflow: hidden;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.shop-modal-points {
  display: grid;
  gap: 10px;
}

.shop-modal-point {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.shop-modal-point .lucide-icon {
  color: #77d7ff;
}

.shop-drawer-panel {
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  width: min(100%, 560px);
  padding: 22px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 18px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  animation: drawerIn 260ms cubic-bezier(0.2, 1, 0.3, 1);
}

.shop-drawer-head h2 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 2rem;
}

.shop-stepper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.shop-step-pane {
  display: none;
  align-content: start;
  gap: 16px;
  min-height: 0;
}

.shop-step-pane.is-active {
  display: grid;
}

.shop-step-copy {
  display: grid;
  gap: 6px;
}

.shop-cart-list {
  display: grid;
  gap: 12px;
}

.shop-cart-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.shop-cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.shop-cart-qty button {
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
}

.shop-cart-item-price {
  text-align: right;
}

.shop-cart-summary,
.shop-pay-summary {
  display: grid;
  gap: 10px;
}

.shop-checkout-form {
  display: grid;
  gap: 14px;
}

.shop-field {
  display: grid;
  gap: 8px;
}

.shop-field > span {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 720;
}

.shop-field input,
.shop-field textarea {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  resize: vertical;
}

.shop-pay-card {
  display: grid;
  gap: 14px;
}

.shop-pay-promo-card,
.shop-payment-methods {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 88% 10%, rgba(139, 92, 246, 0.18), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(34, 211, 238, 0.09), transparent 28%),
    rgba(255, 255, 255, 0.032);
}

.shop-pay-promo-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.shop-pay-promo-copy {
  display: grid;
  gap: 8px;
}

.shop-pay-promo-copy strong,
.shop-payment-methods-label {
  color: #ffffff;
}

.shop-pay-promo-copy strong {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
}

.shop-pay-promo-copy p,
.shop-payment-methods small {
  margin: 0;
  color: #aeb8cf;
  line-height: 1.7;
}

.shop-pay-promo-button {
  min-width: 168px;
}

.shop-payment-methods-label {
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-payment-method-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.shop-payment-method-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 8, 14, 0.78);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 770;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.shop-pay-summary .shop-pay-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

.shop-drawer-actions {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 12px;
}

.shop-toast-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 150;
  display: grid;
  gap: 12px;
}

.shop-toast {
  overflow: hidden;
  min-width: min(380px, calc(100vw - 32px));
  padding: 16px 18px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 90% 10%, rgba(34, 211, 238, 0.12), transparent 24%),
    rgba(8, 10, 16, 0.96);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
  animation: toastIn 240ms cubic-bezier(0.2, 1, 0.3, 1);
}

.shop-toast-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-toast strong {
  display: block;
  color: #ffffff;
}

.shop-toast p {
  margin: 8px 0 0;
  color: #aeb8cf;
  line-height: 1.6;
}

.shop-toast-progress {
  display: block;
  margin-top: 14px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(139, 92, 246, 1), rgba(34, 211, 238, 0.95));
  animation: toastProgress 3600ms linear forwards;
  transform-origin: left center;
}

.shop-toast.is-success .shop-toast-head .lucide-icon {
  color: #49d59a;
}

.shop-toast.is-error .shop-toast-head .lucide-icon {
  color: #fb7185;
}

.shop-toast.is-info .shop-toast-head .lucide-icon {
  color: #77d7ff;
}

@keyframes overlayFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modalRise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes drawerIn {
  from {
    opacity: 0;
    transform: translateX(22px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translateY(10px) translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}

@keyframes toastProgress {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

@keyframes stockSlide {
  from {
    transform: scaleX(0);
    opacity: 0.6;
  }
  to {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  .shop-hero,
  .shop-modal-layout {
    grid-template-columns: 1fr;
  }

  .shop-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-plan-grid,
  .shop-policy-grid,
  .shop-instant-buy-shell,
  .shop-executor-showcase {
    grid-template-columns: 1fr;
  }

  .shop-modal-visual {
    min-height: 320px;
  }
}

@media (max-width: 820px) {
  .shop-header {
    grid-template-columns: 1fr;
    padding-top: 14px;
  }

  .shop-brand,
  .shop-cart-toggle {
    justify-self: start;
  }

  .shop-back-link,
  .shop-brand,
  .shop-cart-toggle {
    width: 100%;
    justify-content: center;
  }

  .shop-hero,
  .shop-hero-stats,
  .shop-catalog-grid,
  .shop-plan-grid,
  .shop-order-meta,
  .shop-modal-meta,
  .shop-stepper,
  .shop-drawer-actions,
  .shop-policy-grid,
  .shop-instant-buy-shell,
  .shop-executor-showcase {
    grid-template-columns: 1fr;
  }

  .shop-toolbar,
  .shop-support-card,
  .shop-support-actions,
  .shop-product-footer,
  .shop-shelf-line,
  .shop-order-top,
  .shop-banner {
    display: grid;
  }

  .shop-search {
    width: 100%;
  }

  .shop-hero,
  .shop-modal-panel,
  .shop-drawer-panel {
    padding: 18px;
  }

  .shop-hero-copy h1 {
    font-size: clamp(2.1rem, 12vw, 3.25rem);
  }

  .shop-hero-card-head strong,
  .shop-drawer-head h2,
  .shop-section-head h2 {
    font-size: 1.56rem;
  }

  .shop-product-visual {
    height: 190px;
  }

  .shop-plan-card {
    text-align: left;
  }

  .shop-instant-buy-card,
  .shop-buy-button-mount {
    width: 100%;
  }

  .shop-drawer-panel {
    inset: auto 0 0 0;
    width: 100%;
    max-height: min(88vh, 820px);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    animation: modalRise 260ms cubic-bezier(0.2, 1, 0.3, 1);
  }

  .shop-product-actions,
  .shop-modal-actions {
    display: grid;
  }

  .shop-pay-promo-card {
    grid-template-columns: 1fr;
  }

  .shop-pay-promo-button {
    width: 100%;
  }

  .shop-product-button,
  .shop-ghost-button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .shop-header,
  .shop-shell,
  .shop-main,
  .shop-orders-section,
  .shop-support-panel,
  .shop-executor-section,
  .shop-policy-hero,
  .shop-policy-grid,
  .shop-policy-footer-card {
    width: min(calc(100% - 20px), 1320px);
  }

  .shop-hero,
  .shop-banner,
  .shop-product-card,
  .shop-order-card,
  .shop-support-card,
  .shop-modal-panel,
  .shop-drawer-panel,
  .shop-plan-card,
  .shop-instant-buy-shell,
  .shop-policy-card {
    border-radius: 24px;
  }

  .shop-back-link,
  .shop-brand,
  .shop-cart-toggle,
  .shop-search {
    min-height: 50px;
    padding-inline: 14px;
  }

  .shop-hero-copy h1 {
    line-height: 1.02;
  }

  .shop-flow-preview-step,
  .shop-pay-lane,
  .shop-modal-point {
    grid-template-columns: 44px 1fr;
    gap: 12px;
  }

  .shop-flow-preview-step span:first-child {
    width: 38px;
    height: 38px;
  }

  .shop-product-copy h3,
  .shop-plan-card h3,
  .shop-support-card h3 {
    font-size: 1.16rem;
  }

  .shop-plan-price,
  .shop-modal-copy h2 {
    font-size: 1.7rem;
  }

  .shop-modal-layout {
    gap: 16px;
  }

  .shop-modal-visual {
    min-height: 220px;
  }

  .shop-drawer-panel {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 92vh;
    padding-bottom: calc(18px + env(safe-area-inset-bottom));
  }

  .shop-toast-stack {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }

  .shop-toast {
    min-width: 100%;
  }
}
