/* Premium Supermarket — Marble customization layer.
 * Kept deliberately separate from Marble's core so future theme upgrades and
 * all native builder controls remain available.
 */

:root {
  --ps-green: 0, 255, 133;
  --ps-green-soft: 97, 255, 179;
  --ps-ink: 2, 16, 9;
}

/* Tutorials page — restored from the previous storefront, redesigned for Marble. */
.ps-tutorials-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(4rem, 7vw, 6.5rem);
}

.ps-tutorials-page__glow {
  position: absolute;
  z-index: -1;
  top: -12rem;
  left: 50%;
  width: min(78rem, 96vw);
  height: 36rem;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(var(--cl-accent), 0.13), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
}

.ps-tutorials-page__inner {
  max-width: 78rem;
}

.ps-tutorials-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  align-items: end;
  gap: clamp(2rem, 5vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.ps-tutorials-hero__copy {
  max-width: 52rem;
}

.ps-tutorials-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
  color: rgb(var(--cl-accent));
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ps-tutorials-eyebrow__dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 0.35rem rgba(var(--cl-accent), 0.08), 0 0 1.2rem rgba(var(--cl-accent), 0.38);
}

.ps-tutorials-hero h1 {
  max-width: 13ch;
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: clamp(3.25rem, 6.4vw, 6.25rem);
  font-weight: 780;
  letter-spacing: -0.075em;
  line-height: 0.92;
  text-wrap: balance;
}

.ps-tutorials-hero h1 span {
  color: rgb(var(--cl-accent));
}

.ps-tutorials-hero__copy > p {
  max-width: 42rem;
  margin-top: 1.7rem;
  color: rgb(var(--cl-t-muted));
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  line-height: 1.75;
}

.ps-tutorials-hero__summary {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 9.5rem;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.1);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(var(--cl-accent), 0.12), transparent 45%),
    rgba(var(--cl-surface), 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.ps-tutorials-summary__icon {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid rgba(var(--cl-accent), 0.22);
  border-radius: 0.9rem;
  background: rgba(var(--cl-accent), 0.08);
  color: rgb(var(--cl-accent));
}

.ps-tutorials-summary__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.ps-tutorials-hero__summary strong {
  display: block;
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: 2.35rem;
  letter-spacing: -0.06em;
  line-height: 1;
}

.ps-tutorials-hero__summary div:nth-child(2) span {
  display: block;
  margin-top: 0.28rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.78rem;
}

.ps-tutorials-summary__status {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.08);
  color: rgb(var(--cl-t-secondary));
  font-size: 0.7rem;
  font-weight: 650;
}

.ps-tutorials-summary__status i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 0.8rem rgba(var(--cl-accent), 0.65);
}

.ps-tutorials-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.6rem;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.08);
}

.ps-tutorials-heading > div > span {
  color: rgb(var(--cl-accent));
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ps-tutorials-heading h2 {
  margin-top: 0.4rem;
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 750;
  letter-spacing: -0.045em;
}

.ps-tutorials-heading > p {
  color: rgb(var(--cl-t-muted));
  font-size: 0.75rem;
}

.ps-tutorials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ps-tutorial-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  border-radius: 1.15rem;
  background: rgba(var(--cl-surface), 0.74);
  color: inherit;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  text-decoration: none;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.ps-tutorial-card:hover,
.ps-tutorial-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(var(--cl-accent), 0.3);
  background: rgba(var(--cl-surface-raised), 0.86);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25), 0 0 34px rgba(var(--cl-accent), 0.055);
}

.ps-tutorial-card:focus-visible {
  outline: 2px solid rgba(var(--cl-accent), 0.72);
  outline-offset: 3px;
}

.ps-tutorial-card__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(var(--cl-t-primary), 0.025);
}

.ps-tutorial-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04) brightness(0.8);
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1), filter 300ms ease;
}

.ps-tutorial-card:hover .ps-tutorial-card__media img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.04) brightness(0.9);
}

.ps-tutorial-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 8, 5, 0.18), transparent 48%, rgba(1, 8, 5, 0.6));
}

.ps-tutorial-card__number {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.34rem 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.5rem;
  background: rgba(2, 12, 7, 0.72);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  backdrop-filter: blur(10px);
}

.ps-tutorial-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(3, 15, 9, 0.76);
  color: rgb(var(--cl-accent));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.ps-tutorial-card__play svg {
  width: 1.2rem;
  height: 1.2rem;
  transform: translateX(0.08rem);
}

.ps-tutorial-card:hover .ps-tutorial-card__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgb(var(--cl-accent));
  color: rgb(var(--cl-on-accent));
}

.ps-tutorial-card__body {
  display: flex;
  min-height: 14.5rem;
  flex: 1;
  flex-direction: column;
  padding: 1.15rem 1.15rem 1.05rem;
}

.ps-tutorial-card__category {
  color: rgb(var(--cl-accent));
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ps-tutorial-card h3 {
  margin-top: 0.55rem;
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: 1.08rem;
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.ps-tutorial-card__body > p {
  margin-top: 0.65rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.78rem;
  line-height: 1.6;
}

.ps-tutorial-card__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
  color: rgb(var(--cl-t-primary));
  font-size: 0.72rem;
  font-weight: 700;
}

.ps-tutorial-card__action svg {
  width: 0.95rem;
  height: 0.95rem;
  color: rgb(var(--cl-accent));
  transition: transform 180ms ease;
}

.ps-tutorial-card:hover .ps-tutorial-card__action svg {
  transform: translateX(0.22rem);
}

.ps-tutorials-support {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.1rem;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.09);
  border-radius: 1.15rem;
  background: linear-gradient(100deg, rgba(88, 101, 242, 0.07), rgba(var(--cl-accent), 0.035) 70%, transparent), rgba(var(--cl-surface), 0.68);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.ps-tutorials-support__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(88, 101, 242, 0.3);
  border-radius: 0.85rem;
  background: rgba(88, 101, 242, 0.12);
  color: #aeb5ff;
  font-size: 1.15rem;
}

.ps-tutorials-support > div:nth-child(2) > span {
  color: rgb(var(--cl-accent));
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ps-tutorials-support h2 {
  margin-top: 0.2rem;
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 720;
}

.ps-tutorials-support p {
  margin-top: 0.22rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.72rem;
  line-height: 1.5;
}

.ps-tutorials-support__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.7rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(88, 101, 242, 0.4);
  border-radius: 0.75rem;
  background: #5865f2;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 750;
  white-space: nowrap;
  box-shadow: 0 12px 30px rgba(88, 101, 242, 0.18);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.ps-tutorials-support__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 16px 36px rgba(88, 101, 242, 0.28);
}

@media (max-width: 900px) {
  .ps-tutorials-hero {
    grid-template-columns: 1fr;
  }

  .ps-tutorials-hero__summary {
    max-width: 28rem;
  }

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

@media (max-width: 640px) {
  .ps-tutorials-page {
    padding-top: 3.2rem;
  }

  .ps-tutorials-hero {
    gap: 1.8rem;
    padding-bottom: 3rem;
  }

  .ps-tutorials-hero h1 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 14vw, 4.15rem);
  }

  .ps-tutorials-hero__copy > p {
    margin-top: 1.25rem;
    font-size: 0.9rem;
    line-height: 1.65;
  }

  .ps-tutorials-heading {
    display: block;
  }

  .ps-tutorials-heading > p {
    margin-top: 0.65rem;
  }

  .ps-tutorials-grid {
    grid-template-columns: 1fr;
  }

  .ps-tutorial-card__body {
    min-height: 13rem;
  }

  .ps-tutorials-support {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ps-tutorials-support__button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-tutorial-card,
  .ps-tutorial-card__media img,
  .ps-tutorial-card__play,
  .ps-tutorial-card__action svg,
  .ps-tutorials-support__button {
    transition: none !important;
  }
}

/* Customer workspace v4.1 — preserve the original left-sidebar composition. */
.ps-customer-header {
  min-height: 0;
  align-items: end !important;
  margin-bottom: 1.55rem !important;
  padding: 0.25rem 0.15rem 1.15rem;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ps-customer-header::after {
  display: none;
}

.ps-customer-header__eyebrow {
  margin-bottom: 0.45rem;
  font-size: 0.56rem;
  letter-spacing: 0.15em;
}

.ps-customer-header__title {
  max-width: 22ch;
  font-size: clamp(1.85rem, 3vw, 2.65rem) !important;
  line-height: 1 !important;
}

.ps-customer-header__subtitle {
  margin-top: 0.5rem !important;
}

.ps-account-nav__panel {
  padding: 0.65rem !important;
  border-radius: 1.1rem !important;
  background:
    linear-gradient(145deg, rgba(var(--cl-accent), 0.035), transparent 28%),
    rgba(var(--cl-surface), 0.82) !important;
}

.ps-account-nav__profile {
  min-height: 4.6rem;
  padding: 0.7rem !important;
}

.ps-account-nav__link {
  min-height: 2.55rem;
  padding: 0.55rem 0.7rem !important;
}

@media (min-width: 860px) {
  .ps-customer-shell {
    display: grid !important;
    grid-template-columns: 15rem minmax(0, 1fr) !important;
    gap: 2rem !important;
    align-items: start !important;
  }

  .ps-account-nav__aside {
    position: sticky !important;
    top: 7rem !important;
    display: block !important;
  }

  .ps-account-nav-mobile {
    display: none !important;
  }
}

@media (min-width: 860px) and (max-width: 1100px) {
  .ps-customer-shell {
    grid-template-columns: 13.75rem minmax(0, 1fr) !important;
    gap: 1.25rem !important;
  }

  .ps-account-nav__panel {
    padding: 0.5rem !important;
  }

  .ps-account-nav__link {
    font-size: 0.75rem !important;
  }

  .sa-page-customer-balance .ps-customer-header + .grid {
    grid-template-columns: 1fr;
  }

  .sa-page-customer-balance .ps-customer-header + .grid > .rounded-card {
    min-height: 13rem;
  }

}

@media (max-width: 859px) {
  .ps-account-nav__aside {
    display: none !important;
  }

  .ps-account-nav-mobile {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .ps-customer-header {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    padding: 0.3rem 0.1rem 0.95rem;
    border-radius: 0;
  }
}

/* Product content navigation — compact, polished and easy to scan. */
.sa-page-product .ps-product-content-nav {
  position: relative;
  width: fit-content;
  max-width: 100%;
  flex-wrap: nowrap !important;
  gap: 0.25rem !important;
  padding: 0.35rem !important;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  border-color: rgba(var(--cl-t-primary), 0.095) !important;
  border-radius: 1rem !important;
  background:
    linear-gradient(135deg, rgba(var(--cl-accent), 0.045), transparent 46%),
    rgba(var(--cl-surface), 0.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 18px 46px rgba(0, 0, 0, 0.14);
}

.sa-page-product .ps-product-content-nav::-webkit-scrollbar {
  display: none;
}

.sa-page-product .ps-product-content-tab {
  position: relative;
  flex: 0 0 auto;
  min-height: 2.7rem;
  padding: 0.62rem 1rem !important;
  white-space: nowrap;
  border-radius: 0.7rem !important;
  font-size: 0.78rem !important;
  font-weight: 680 !important;
  letter-spacing: -0.01em;
  box-shadow: none !important;
}

.sa-page-product .ps-product-content-tab[aria-selected="true"] {
  border-color: rgba(var(--cl-accent), 0.25) !important;
  color: rgb(var(--cl-t-primary)) !important;
  background:
    linear-gradient(135deg, rgba(var(--cl-accent), 0.11), rgba(var(--cl-accent), 0.025)),
    rgb(var(--cl-surface)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 22px rgba(var(--cl-accent), 0.08) !important;
}

.sa-page-product .ps-product-content-tab[aria-selected="true"]::after {
  content: "";
  position: absolute;
  inset-inline: 30%;
  bottom: -0.35rem;
  height: 2px;
  border-radius: 999px;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.65);
}

.sa-page-product .ps-product-content-tab[aria-selected="false"]:hover {
  color: rgb(var(--cl-t-primary)) !important;
  background: rgba(var(--cl-t-primary), 0.035);
}

/* Recommendations — richer cards without competing with the main product. */
.sa-page-product .ps-product-upsells {
  gap: 0.85rem;
}

.sa-page-product .ps-product-upsells .sa-product-card--compact-row {
  position: relative;
  min-height: 7.15rem;
  padding: 0.75rem !important;
  gap: 0.9rem !important;
  overflow: hidden;
  border-color: rgba(var(--cl-t-primary), 0.095) !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(var(--cl-accent), 0.08), transparent 38%),
    rgba(var(--cl-surface), 0.78) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 14px 36px rgba(0, 0, 0, 0.11) !important;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.sa-page-product .ps-product-upsells .sa-product-card--compact-row::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 8rem;
  right: -4rem;
  top: -5rem;
  border-radius: 50%;
  background: rgba(var(--cl-accent), 0.11);
  filter: blur(32px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.sa-page-product .ps-product-upsells .sa-product-card--compact-row:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--cl-accent), 0.32) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 42px rgba(0, 0, 0, 0.16),
    0 0 24px rgba(var(--cl-accent), 0.055) !important;
}

.sa-page-product .ps-product-upsells .sa-product-card--compact-row:hover::before {
  opacity: 1;
}

.sa-page-product .ps-product-upsells .sa-product-card-thumb {
  width: 6.4rem !important;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.09);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.sa-page-product .ps-product-upsells .sa-product-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms cubic-bezier(.2,.8,.2,1), filter 220ms ease;
}

.sa-page-product .ps-product-upsells .sa-product-card--compact-row:hover .sa-product-card-thumb img {
  transform: scale(1.06);
  filter: saturate(1.08);
}

.sa-page-product .ps-product-upsells .sa-product-card-title {
  font-weight: 720 !important;
  letter-spacing: -0.02em;
  transition: color 180ms ease;
}

.sa-page-product .ps-product-upsells .sa-product-card--compact-row:hover .sa-product-card-title {
  color: rgb(var(--cl-accent));
}

.sa-page-product .ps-product-upsells .sa-product-card-price {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 0.65rem;
  background: rgba(var(--cl-accent), 0.075);
  font-size: 0.8rem !important;
  font-weight: 760 !important;
}

.sa-page-product .ps-product-upsells .sa-product-card-arrow {
  display: block !important;
  opacity: 0.45;
  transform: translateX(0);
  color: rgb(var(--cl-accent));
}

@media (max-width: 767px) {
  .sa-page-product .ps-product-content-nav {
    display: flex !important;
    width: 100%;
    margin-bottom: 1.1rem !important;
  }

  .sa-page-product .ps-product-content-tab {
    min-height: 2.55rem;
    padding-inline: 0.82rem !important;
    font-size: 0.72rem !important;
  }

  .sa-page-product .ps-product-upsells .sa-product-card--compact-row {
    min-height: 6rem;
  }

  .sa-page-product .ps-product-upsells .sa-product-card-thumb {
    width: 5.15rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-page-product .ps-product-upsells .sa-product-card--compact-row,
  .sa-page-product .ps-product-upsells .sa-product-card-thumb img {
    transition: none !important;
  }
}

/* Simpler centred product menu. */
.sa-page-product .ps-product-content-nav {
  display: flex !important;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0.28rem !important;
  gap: 0.1rem !important;
  border-color: rgba(var(--cl-t-primary), 0.075) !important;
  border-radius: 0.82rem !important;
  background: rgba(var(--cl-surface), 0.46) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018) !important;
}

.sa-page-product .ps-product-content-tab {
  min-height: 2.45rem;
  padding: 0.5rem 0.85rem !important;
  border-color: transparent !important;
  border-radius: 0.58rem !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgb(var(--cl-t-muted)) !important;
}

.sa-page-product .ps-product-content-tab[aria-selected="true"] {
  border-color: transparent !important;
  color: rgb(var(--cl-t-primary)) !important;
  background: rgba(var(--cl-t-primary), 0.025) !important;
  box-shadow: none !important;
}

.sa-page-product .ps-product-content-tab[aria-selected="true"]::after {
  inset-inline: 34%;
  bottom: -0.27rem;
  height: 2px;
  box-shadow: 0 0 8px rgba(var(--cl-accent), 0.38);
}

.sa-page-product .ps-product-content-tab[aria-selected="false"]:hover {
  background: rgba(var(--cl-t-primary), 0.02) !important;
}

@media (max-width: 767px) {
  .sa-page-product .ps-product-content-nav {
    justify-content: flex-start;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* Refined product tab selector. */
.sa-page-product .ps-product-content-nav {
  isolation: isolate;
  padding: 0.38rem !important;
  gap: 0.2rem !important;
  border: 1px solid rgba(var(--cl-t-primary), 0.09) !important;
  border-radius: 0.92rem !important;
  background:
    linear-gradient(135deg, rgba(var(--cl-accent), 0.042), transparent 42%),
    rgba(var(--cl-surface), 0.68) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 14px 36px rgba(0, 0, 0, 0.13) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sa-page-product .ps-product-content-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.55rem;
  padding: 0.52rem 0.9rem !important;
  border: 1px solid transparent !important;
  border-radius: 0.64rem !important;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
}

.sa-page-product .ps-product-content-tab__icon {
  width: 0.85rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.7rem;
  text-align: center;
  opacity: 0.58;
  transition: color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.sa-page-product .ps-product-content-tab[aria-selected="true"] {
  border-color: rgba(var(--cl-accent), 0.18) !important;
  background:
    linear-gradient(135deg, rgba(var(--cl-accent), 0.095), rgba(var(--cl-accent), 0.025)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 7px 18px rgba(var(--cl-accent), 0.065) !important;
}

.sa-page-product .ps-product-content-tab[aria-selected="true"] .ps-product-content-tab__icon {
  color: rgb(var(--cl-accent));
  opacity: 1;
  transform: translateY(-0.5px);
}

.sa-page-product .ps-product-content-tab[aria-selected="true"]::after {
  inset-inline: 37%;
  bottom: -0.39rem;
  height: 2px;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 9px rgba(var(--cl-accent), 0.5);
}

.sa-page-product .ps-product-content-tab[aria-selected="false"]:hover {
  border-color: rgba(var(--cl-t-primary), 0.06) !important;
  background: rgba(var(--cl-t-primary), 0.028) !important;
  transform: translateY(-1px);
}

.sa-page-product .ps-product-content-tab[aria-selected="false"]:hover .ps-product-content-tab__icon {
  color: rgb(var(--cl-accent));
  opacity: 0.85;
}

@media (max-width: 767px) {
  .sa-page-product .ps-product-content-tab {
    gap: 0.38rem;
    padding-inline: 0.76rem !important;
  }

  .sa-page-product .ps-product-content-tab__icon {
    font-size: 0.66rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-page-product .ps-product-content-tab,
  .sa-page-product .ps-product-content-tab__icon {
    transition: none !important;
  }
}

/* Commonly bought together — image-led cards matching the main catalogue. */
.sa-page-product .ps-product-upsells {
  grid-template-columns: repeat(auto-fit, minmax(14rem, 18rem));
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  padding: 0.2rem 0 0.65rem;
}

.sa-page-product .ps-product-upsells .ps-product-image-card {
  min-height: 0;
  aspect-ratio: 0.76 / 1;
  border-color: rgba(var(--cl-t-primary), 0.11) !important;
  border-radius: 1rem;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.sa-page-product .ps-product-upsells .ps-product-image-card__shade {
  background:
    linear-gradient(
      to top,
      rgba(1, 6, 3, 0.99) 0%,
      rgba(1, 7, 4, 0.94) 23%,
      rgba(1, 7, 4, 0.68) 42%,
      rgba(1, 7, 4, 0.2) 65%,
      transparent 84%
    ),
    linear-gradient(130deg, transparent 52%, rgba(var(--cl-accent), 0.05));
}

.sa-page-product .ps-product-upsells .ps-product-image-card__content {
  padding: 0.9rem;
}

.sa-page-product .ps-product-upsells .ps-product-image-card__title {
  min-height: 2.3em;
  font-size: 0.94rem;
  line-height: 1.15;
}

.sa-page-product .ps-product-upsells .ps-product-image-card__availability {
  top: 0.65rem;
  right: 0.65rem;
}

.sa-page-product .ps-product-upsells .ps-product-image-card__bottom {
  margin-top: 0.55rem;
  padding-top: 0.55rem;
}

.sa-page-product .ps-product-upsells .ps-product-image-card__price,
.sa-page-product .ps-product-upsells .ps-product-image-card .sa-product-card-price {
  font-size: 0.95rem !important;
}

@media (max-width: 767px) {
  .sa-page-product .ps-product-upsells {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    padding-bottom: 0.35rem;
  }

  .sa-page-product .ps-product-upsells .ps-product-image-card {
    min-height: 0;
    aspect-ratio: 0.72 / 1;
    border-radius: 0.78rem;
  }

  .sa-page-product .ps-product-upsells .ps-product-image-card__content {
    padding: 0.58rem;
  }

  .sa-page-product .ps-product-upsells .ps-product-image-card__meta {
    display: none;
  }

  .sa-page-product .ps-product-upsells .ps-product-image-card__availability {
    top: 0.45rem;
    right: 0.45rem;
    max-width: calc(100% - 0.9rem);
    padding: 0.25rem 0.4rem;
    font-size: 0.48rem;
  }

  .sa-page-product .ps-product-upsells .ps-product-image-card__title {
    min-height: 2.35em;
    font-size: 0.72rem;
    line-height: 1.17;
  }

  .sa-page-product .ps-product-upsells .ps-product-image-card__bottom {
    margin-top: 0.34rem;
    padding-top: 0.36rem;
  }

  .sa-page-product .ps-product-upsells .ps-product-image-card__price,
  .sa-page-product .ps-product-upsells .ps-product-image-card .sa-product-card-price {
    font-size: 0.72rem !important;
  }
}

/* Product recommendations now live inside the product content menu. */
.ps-product-upsells {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.ps-product-upsells > * {
  min-width: 0;
}

@media (max-width: 767px) {
  .ps-product-upsells {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
}

/* Product purchase footer — calmer spacing and clearer trust hierarchy. */
.ps-product-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.35rem;
  padding: 1rem 0 1.1rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-product-trust__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 0;
  min-height: 3.1rem;
  padding: 0.6rem 0.7rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: calc(var(--radius-input) * 0.85);
  color: rgb(var(--cl-t-muted));
  background:
    linear-gradient(135deg, rgba(var(--cl-accent), 0.045), transparent 55%),
    rgba(var(--cl-t-primary), 0.018);
  font-size: 0.7rem;
  font-weight: 620;
  line-height: 1.35;
  text-align: left;
  transition: transform 190ms ease, color 190ms ease, border-color 190ms ease, background-color 190ms ease, box-shadow 190ms ease;
}

.ps-product-trust__icon {
  display: inline-grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 1.6rem;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 999px;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.07);
  transition: transform 190ms ease, background-color 190ms ease, box-shadow 190ms ease;
}

.ps-product-trust__icon svg {
  width: 0.85rem;
  height: 0.85rem;
}

.ps-product-trust__item:hover {
  color: rgb(var(--cl-t-primary));
  border-color: rgba(var(--cl-accent), 0.22);
  background-color: rgba(var(--cl-accent), 0.035);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.11), 0 0 20px rgba(var(--cl-accent), 0.035);
}

.ps-product-trust__item:hover .ps-product-trust__icon {
  transform: scale(1.08);
  background: rgba(var(--cl-accent), 0.12);
  box-shadow: 0 0 15px rgba(var(--cl-accent), 0.12);
}

.ps-product-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-top: 0.15rem;
  padding: 0.8rem 0.25rem 0.1rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-product-payment .sa-payment-icons--row {
  justify-content: center;
  gap: 0.85rem;
  row-gap: 0.7rem;
}

.ps-product-payment .sa-payment-icons--row img {
  height: 1.4rem;
  max-width: 2.15rem;
  opacity: 0.82;
  filter: saturate(0.92);
  transition: transform 180ms ease, opacity 180ms ease, filter 180ms ease;
}

.ps-product-payment .sa-payment-icons--row img:hover {
  opacity: 1;
  filter: saturate(1.08);
  transform: translateY(-3px) scale(1.08);
}

.ps-product-payment__methods {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ps-product-payment__brand,
.ps-product-payment__crypto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.65rem;
  border: 0;
  border-radius: 0.45rem;
  background: transparent;
  opacity: 0.72;
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease;
}

.ps-product-payment__brand {
  min-width: 2.7rem;
  padding: 0.2rem 0.35rem;
}

.ps-product-payment__brand img {
  display: block;
  width: auto;
  max-width: 2.2rem;
  height: 0.85rem;
}

.ps-product-payment__crypto {
  gap: 0.35rem;
  padding: 0.2rem 0.48rem;
  color: rgb(var(--cl-t-muted));
  background: rgba(var(--cl-t-primary), 0.025);
  font-size: 0.64rem;
  font-weight: 680;
  letter-spacing: 0.01em;
}

.ps-product-payment__crypto i {
  color: rgb(var(--cl-accent));
  font-size: 0.68rem;
}

.ps-product-payment__brand:hover,
.ps-product-payment__crypto:hover {
  opacity: 1;
  background-color: rgba(var(--cl-accent), 0.035);
  transform: translateY(-1px);
}

.ps-product-payment__label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.1rem;
  padding: 0.15rem 0 0.15rem 0.8rem;
  border: 0;
  border-left: 1px solid rgba(var(--cl-t-primary), 0.09);
  border-radius: 0;
  color: rgb(var(--cl-t-muted));
  background: transparent;
  font-size: 0.62rem;
  font-weight: 580;
  letter-spacing: 0.01em;
}

@media (max-width: 639px) {
  .ps-product-trust {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding-block: 0.85rem 0.95rem;
  }

  .ps-product-trust__item {
    justify-content: flex-start;
    min-height: 2.7rem;
    padding-inline: 0.8rem;
  }

  .ps-product-payment {
    padding-inline: 0.25rem;
  }

  .ps-product-payment__label {
    width: 100%;
    justify-content: center;
    margin: 0.05rem 0 0;
    padding: 0.45rem 0 0;
    border-left: 0;
    border-top: 1px solid rgba(var(--cl-t-primary), 0.07);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-product-trust__item,
  .ps-product-trust__icon,
  .ps-product-payment .sa-payment-icons--row img {
    transition: none !important;
    transform: none !important;
  }

  .ps-product-payment__brand,
  .ps-product-payment__crypto {
    transition: none !important;
    transform: none !important;
  }
}

/* Customer balance presets. */
.ps-balance-presets {
  align-items: stretch;
}

.ps-balance-preset {
  position: relative;
  display: flex;
  min-height: 4.15rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  overflow: hidden;
  background: rgba(var(--cl-t-primary), 0.012);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.02);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease !important;
}

.ps-balance-preset::after {
  position: absolute;
  right: 18%;
  bottom: -1px;
  left: 18%;
  height: 2px;
  border-radius: 999px;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 14px rgba(var(--cl-accent), 0.45);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 220ms ease, transform 220ms ease;
}

.ps-balance-preset:hover {
  transform: translateY(-2px);
  background: rgba(var(--cl-accent), 0.05);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 10px 24px rgba(var(--cl-accent), 0.055);
}

.ps-balance-preset.is-active {
  background: rgba(var(--cl-accent), 0.09);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 12px 30px rgba(var(--cl-accent), 0.08);
}

.ps-balance-preset.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.ps-balance-preset strong {
  font-family: var(--ff-heading);
  font-size: 0.92rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.ps-balance-preset small {
  color: rgba(var(--cl-accent), 0.82);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  .ps-balance-preset,
  .ps-balance-preset::after {
    transition: none !important;
  }
}

/* Prevent decorative layers and translated content from creating a horizontal
 * mobile canvas wider than the viewport. */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

#app {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body,
  #app {
    overflow-x: clip;
  }
}

/* Mobile navigation drawer */
.ps-mobile-nav-backdrop {
  z-index: 2147483000 !important;
  background: rgba(0, 4, 2, 0.88) !important;
  border: 0 !important;
  backdrop-filter: blur(5px) saturate(1.02) !important;
  -webkit-backdrop-filter: blur(5px) saturate(1.02) !important;
}

html.ps-mobile-menu-open,
body.ps-mobile-menu-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.ps-mobile-nav-drawer {
  position: fixed !important;
  z-index: 2147483001 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: min(calc(100vw - 1rem), 23.5rem);
  height: 100vh;
  height: 100dvh;
  max-height: 100dvh;
  padding: max(0.9rem, env(safe-area-inset-top)) 0.9rem max(0.9rem, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior: contain;
  border-left: 1px solid rgba(var(--cl-accent), 0.16);
  background-color: rgb(2, 14, 8) !important;
  background-image:
    radial-gradient(26rem 18rem at 100% 0%, rgba(var(--cl-accent), 0.15), transparent 68%),
    radial-gradient(24rem 18rem at 0% 100%, rgba(var(--cl-accent), 0.065), transparent 72%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.025), transparent 34%) !important;
  opacity: 1 !important;
  box-shadow: -28px 0 90px rgba(0, 0, 0, 0.52), inset 1px 0 0 rgba(255, 255, 255, 0.025);
  scrollbar-width: none;
}

body.ps-mobile-menu-open .ps-mobile-nav-backdrop {
  position: fixed !important;
  inset: 0 !important;
}

.ps-mobile-nav-drawer::-webkit-scrollbar {
  display: none;
}

.ps-mobile-nav-head {
  min-height: 4.5rem;
  padding: 0.1rem 0.1rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.085);
}

.ps-mobile-nav-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.ps-mobile-nav-brand__logo {
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  box-shadow: none;
}

.ps-mobile-nav-eyebrow,
.ps-mobile-nav-title {
  display: block;
}

.ps-mobile-nav-eyebrow {
  margin-bottom: 0.22rem;
  color: rgb(var(--cl-accent));
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ps-mobile-nav-title {
  overflow: hidden;
  color: rgb(var(--cl-t-primary));
  font-family: var(--ff-heading);
  font-size: 0.95rem;
  font-weight: 780;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-mobile-nav-close {
  width: 2.7rem;
  height: 2.7rem;
  flex: 0 0 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: var(--radius-button);
  color: rgb(var(--cl-t-primary));
  background: rgba(var(--cl-accent), 0.065);
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.ps-mobile-nav-close:active {
  transform: scale(0.95);
}

.ps-mobile-nav-links {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  gap: 0.5rem;
  padding: 0.9rem 0.1rem;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 0.6rem, #000 calc(100% - 0.6rem), transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 0.6rem, #000 calc(100% - 0.6rem), transparent 100%);
}

.ps-mobile-nav-links::-webkit-scrollbar {
  display: none;
}

.ps-mobile-nav-drawer .ps-mobile-nav-link {
  min-height: 4.2rem;
  padding: 0.65rem 0.72rem;
  display: flex;
  align-items: center;
  gap: 0.72rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: calc(var(--radius-button) + 0.18rem);
  color: rgb(var(--cl-t-muted));
  background: linear-gradient(105deg, rgba(var(--cl-t-primary), 0.033), rgba(var(--cl-t-primary), 0.012));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.ps-mobile-nav-link__icon {
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 2.55rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 0.78rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.055);
}

.ps-mobile-nav-link__copy {
  min-width: 0;
  flex: 1 1 auto;
}

.ps-mobile-nav-link__copy strong,
.ps-mobile-nav-link__copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-mobile-nav-link__copy strong {
  color: rgb(var(--cl-t-primary));
  font-size: 0.9rem;
  font-weight: 740;
}

.ps-mobile-nav-link__copy small {
  margin-top: 0.12rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.64rem;
  line-height: 1.3;
}

.ps-mobile-nav-link__arrow {
  flex: 0 0 auto;
  margin-right: 0.18rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.64rem;
  opacity: 0.5;
}

.ps-mobile-nav-drawer .ps-mobile-nav-link:hover,
.ps-mobile-nav-drawer .ps-mobile-nav-link:focus-visible,
.ps-mobile-nav-drawer .ps-mobile-nav-link.is-active {
  border-color: rgba(var(--cl-accent), 0.15);
  color: rgb(var(--cl-t-primary));
  background: rgba(var(--cl-accent), 0.07);
}

.ps-mobile-nav-drawer .ps-mobile-nav-link:active {
  transform: scale(0.985);
}

.ps-mobile-nav-drawer .ps-mobile-nav-link.is-active {
  box-shadow: inset 3px 0 0 rgba(var(--cl-accent), 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.ps-mobile-nav-drawer .ps-mobile-nav-link.is-reseller {
  border-color: rgba(255, 214, 82, 0.25);
  background: linear-gradient(120deg, rgba(255, 214, 82, 0.105), rgba(255, 214, 82, 0.035));
}

.ps-mobile-nav-drawer .ps-mobile-nav-link.is-reseller .ps-mobile-nav-link__icon {
  border-color: rgba(255, 214, 82, 0.22);
  color: #ffd652;
  background: rgba(255, 214, 82, 0.09);
}

.ps-mobile-nav-footer {
  flex: 0 0 auto;
  padding: 0.85rem 0.1rem 0.05rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.085);
}

.ps-mobile-nav-footer__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.ps-mobile-nav-footer__meta {
  min-height: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.62rem;
}

.ps-mobile-nav-footer__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ps-mobile-nav-footer__meta i {
  color: rgb(var(--cl-accent));
}

.ps-mobile-nav-account,
.ps-mobile-nav-discord {
  min-height: 2.85rem;
  padding: 0.68rem 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  border-radius: var(--radius-button);
  color: rgb(var(--cl-t-primary));
  background: rgba(var(--cl-t-primary), 0.035);
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}

.ps-mobile-nav-discord {
  border-color: rgba(88, 101, 242, 0.3);
  color: #d9ddff;
  background: rgba(88, 101, 242, 0.12);
}

.ps-mobile-backdrop-enter,
.ps-mobile-backdrop-leave {
  transition: opacity 220ms ease;
}

.ps-mobile-backdrop-enter-start,
.ps-mobile-backdrop-leave-end {
  opacity: 0;
}

.ps-mobile-backdrop-enter-end,
.ps-mobile-backdrop-leave-start {
  opacity: 1;
}

.ps-mobile-drawer-enter {
  transition: transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ps-mobile-drawer-leave {
  transition: transform 250ms cubic-bezier(0.4, 0, 1, 1);
}

.ps-mobile-drawer-enter-start,
.ps-mobile-drawer-leave-end {
  transform: translate3d(100%, 0, 0);
}

.ps-mobile-drawer-enter-end,
.ps-mobile-drawer-leave-start {
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1024px) {
  .ps-mobile-nav-backdrop,
  .ps-mobile-nav-drawer {
    display: none !important;
  }
}

/* Desktop-only ambient light. The moving pointer layer uses transforms so it
 * stays composited and does not trigger page layout while the mouse moves. */
.ps-desktop-ambient {
  display: none;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body {
    isolation: isolate;
    overflow-x: clip;
  }

  .ps-desktop-ambient {
    position: fixed;
    inset: 0;
    z-index: 0;
    display: block;
    overflow: hidden;
    pointer-events: none;
    contain: strict;
  }

  .ps-ambient-disabled .ps-desktop-ambient {
    display: none;
  }

  .ps-desktop-ambient__wash,
  .ps-desktop-ambient__orb,
  .ps-desktop-ambient__pointer {
    position: absolute;
    border-radius: 9999px;
    pointer-events: none;
    transform: translateZ(0);
    will-change: transform, opacity;
  }

  .ps-desktop-ambient__wash {
    inset: -28%;
    border-radius: 0;
    opacity: 0.72;
    background:
      radial-gradient(34% 38% at 16% 30%, rgba(var(--cl-accent), 0.09), transparent 74%),
      radial-gradient(30% 34% at 84% 70%, rgba(var(--ps-green-soft), 0.055), transparent 76%),
      radial-gradient(24% 28% at 54% 45%, rgba(var(--cl-accent), 0.035), transparent 78%);
    animation: psDesktopAmbientBreathe 20s ease-in-out infinite alternate;
  }

  .ps-desktop-ambient__orb {
    width: min(62vw, 900px);
    aspect-ratio: 1;
    opacity: 0.62;
    background: radial-gradient(circle, rgba(var(--cl-accent), 0.1) 0%, rgba(var(--cl-accent), 0.035) 42%, transparent 72%);
    mix-blend-mode: screen;
  }

  .ps-desktop-ambient__orb--one {
    top: -42%;
    left: -28%;
    animation: psDesktopOrbOne 32s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
  }

  .ps-desktop-ambient__orb--two {
    right: -34%;
    bottom: -48%;
    opacity: 0.52;
    animation: psDesktopOrbTwo 40s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
  }

  .ps-desktop-ambient__orb--three {
    top: 18%;
    left: 30%;
    width: min(44vw, 660px);
    opacity: 0.34;
    animation: psDesktopOrbThree 48s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
  }

  .ps-desktop-ambient__pointer {
    top: 0;
    left: 0;
    width: 620px;
    height: 620px;
    margin: -310px 0 0 -310px;
    opacity: 0;
    background: radial-gradient(circle, rgba(var(--ps-green-soft), 0.115) 0%, rgba(var(--cl-accent), 0.06) 24%, rgba(var(--cl-accent), 0.018) 50%, transparent 72%);
    mix-blend-mode: screen;
    transition: opacity 420ms ease;
  }

  .ps-desktop-ambient__pointer.is-visible {
    opacity: 0.78;
  }

  body.ps-ambient-paused .ps-desktop-ambient__wash,
  body.ps-ambient-paused .ps-desktop-ambient__orb {
    animation-play-state: paused;
  }

  body.ps-ambient-paused .ps-desktop-ambient__pointer {
    opacity: 0;
  }
}

@keyframes psDesktopAmbientBreathe {
  from { opacity: 0.55; transform: translate3d(-1.5%, -1%, 0) scale(0.97); }
  to { opacity: 0.82; transform: translate3d(1.5%, 1%, 0) scale(1.06); }
}

@keyframes psDesktopOrbOne {
  0% { transform: translate3d(-5%, -3%, 0) scale(0.92); }
  48% { transform: translate3d(25%, 20%, 0) scale(1.08); }
  100% { transform: translate3d(50%, 8%, 0) scale(0.98); }
}

@keyframes psDesktopOrbTwo {
  0% { transform: translate3d(5%, 9%, 0) scale(1.04); }
  52% { transform: translate3d(-30%, -18%, 0) scale(0.94); }
  100% { transform: translate3d(-48%, -6%, 0) scale(1.1); }
}

@keyframes psDesktopOrbThree {
  0% { transform: translate3d(-18%, 21%, 0) scale(0.9); }
  45% { transform: translate3d(22%, -20%, 0) scale(1.12); }
  100% { transform: translate3d(6%, 29%, 0) scale(0.96); }
}

/* Brand and navigation */
.sa-header {
  isolation: isolate;
}

.sa-navbar:not(.sa-navbar--classic) > div:first-of-type {
  background:
    linear-gradient(90deg, rgba(var(--cl-accent), 0.055), transparent 28%, transparent 72%, rgba(var(--cl-accent), 0.025)),
    rgba(2, 15, 8, 0.9) !important;
  border-color: rgba(var(--cl-accent), 0.12) !important;
  backdrop-filter: blur(22px) saturate(1.25);
}

.sa-navbar--classic > .ps-navbar-shell {
  position: relative;
  width: min(calc(100% - 2rem), var(--container-max));
  margin: 0.8rem auto 0;
  overflow: visible;
  border: 1px solid rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: 1rem;
  background: rgba(2, 14, 8, 0.9) !important;
  box-shadow:
    0 14px 42px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
}

.sa-navbar--classic > .ps-navbar-shell::before {
  content: none;
}

.ps-navbar-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ps-navbar-brand-zone {
  display: flex;
  align-items: center;
}

.ps-navbar-primary-nav {
  padding: 0;
  gap: 0.2rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ps-navbar-primary-nav .sa-navbar-link {
  position: relative;
  min-height: 2.5rem;
  padding: 0.64rem 0.78rem !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  color: rgb(var(--cl-t-muted));
  background: transparent !important;
  font-size: 0.79rem;
  font-weight: 650;
  letter-spacing: 0;
  box-shadow: none !important;
  transition: color 180ms ease;
}

.ps-navbar-primary-nav .sa-navbar-link::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0.22rem;
  left: 50%;
  height: 1.5px;
  border-radius: 999px;
  background: rgb(var(--cl-accent));
  opacity: 0;
  transition: right 180ms ease, left 180ms ease, opacity 180ms ease;
}

.ps-navbar-primary-nav .sa-navbar-link:hover {
  color: rgb(var(--cl-t-primary));
  background: transparent !important;
}

.ps-navbar-primary-nav .sa-navbar-link.nav-active {
  color: rgb(var(--cl-accent));
  background: transparent !important;
}

.ps-navbar-primary-nav .sa-navbar-link:hover::after,
.ps-navbar-primary-nav .sa-navbar-link:focus-visible::after,
.ps-navbar-primary-nav .sa-navbar-link.nav-active::after {
  right: 0.78rem;
  left: 0.78rem;
  opacity: 0.9;
}

.ps-navbar-actions {
  justify-content: flex-end;
  overflow: visible;
}

.sa-navbar,
.sa-navbar .nav-shrink,
.ps-navbar-layout {
  overflow: visible;
}

.sa-navbar {
  z-index: 40;
}

@media (min-width: 1200px) {
  .ps-navbar-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .sa-navbar--classic .ps-navbar-primary-nav {
    display: none !important;
  }

  .sa-navbar--classic .ps-navbar-menu-toggle {
    display: inline-flex !important;
  }
}

.sa-navbar .nav-shrink {
  min-height: 4.65rem;
}

.sa-navbar-logo {
  max-width: min(17rem, 34vw);
}

.sa-navbar-logo img {
  width: 2.15rem;
  height: 2.15rem;
  padding: 0;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: none;
}

.sa-navbar-logo span {
  letter-spacing: -0.035em;
  font-size: 1rem;
  font-weight: 780;
}

.sa-navbar-link[href*="/customer/reseller"] {
  position: relative;
  padding-inline: 0.9rem;
  color: #e9d991;
  border: 0;
  background: transparent !important;
  box-shadow: none;
}

.sa-navbar-link[href*="/customer/reseller"]::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.45rem;
  display: inline-block;
  vertical-align: 0.06em;
  border-radius: 50%;
  background: #ffd652;
  box-shadow: 0 0 8px rgba(255, 214, 82, 0.5);
}

.sa-navbar-link[href*="/customer/reseller"]:hover {
  color: #fff4bd;
  background: transparent !important;
}

.ps-navbar-primary-nav .sa-navbar-link[href*="/customer/reseller"]::after {
  background: #e7c957;
}

.sa-navbar-account,
.sa-navbar-cart,
.ps-navbar-menu-toggle {
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.1) !important;
  border-radius: var(--radius-button);
  border-color: rgba(var(--cl-t-primary), 0.1) !important;
  background: transparent;
  box-shadow: none;
}

.sa-navbar-cart,
.ps-navbar-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .ps-navbar-menu-toggle {
    display: none;
  }
}

.sa-navbar-account:hover,
.sa-navbar-cart:hover,
.ps-navbar-menu-toggle:hover {
  border-color: rgba(var(--cl-accent), 0.2) !important;
  color: rgb(var(--cl-t-primary));
  background: rgba(var(--cl-t-primary), 0.035);
}


.ps-language-switcher {
  display: inline-flex;
  align-items: center;
  height: 2.65rem;
  padding: 0.25rem;
  border: 1px solid var(--cl-border);
  border-radius: var(--radius-button);
  background: linear-gradient(180deg, rgba(var(--cl-t-primary), 0.05), rgba(var(--cl-t-primary), 0.022));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  flex: 0 0 auto;
}

.ps-language-option {
  display: inline-grid;
  place-items: center;
  min-width: 2rem;
  height: 2.05rem;
  padding: 0 0.4rem;
  border: 0;
  border-radius: calc(var(--radius-button) * 0.75);
  background: transparent;
  color: rgb(var(--cl-t-muted));
  font: 700 0.6875rem/1 var(--ff-body);
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.ps-language-option:hover {
  color: rgb(var(--cl-t-primary));
}

.ps-language-option.is-active {
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  box-shadow: 0 5px 18px rgba(var(--cl-accent), 0.2);
}

.ps-language-divider {
  width: 1px;
  height: 0.9rem;
  background: var(--cl-border);
}

/* Google Translate is used as a lazy engine only; its legacy chrome remains hidden. */
#google_translate_element,
#goog-gt-tt,
.goog-tooltip,
.goog-te-banner-frame,
.goog-te-balloon-frame,
.goog-te-gadget,
.goog-te-spinner-pos,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
iframe.goog-te-banner-frame,
iframe.skiptranslate {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html,
body {
  top: 0 !important;
}

body > .skiptranslate,
body > div.skiptranslate {
  display: none !important;
}

html body .goog-text-highlight,
html body .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q,
html[data-language="es"] font[style*="vertical-align"] {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  text-decoration: inherit !important;
}

html[data-language="es"] font[style*="vertical-align"] {
  pointer-events: none;
}

html[data-language="es"] #app ::selection {
  color: inherit;
  background: rgba(var(--cl-accent), 0.2);
}

.ps-preserve-uppercase {
  text-transform: uppercase !important;
}

html.ps-language-changing #app,
html.ps-language-changing #app *,
html.ps-language-changing #app *::before,
html.ps-language-changing #app *::after {
  transition-duration: 0s !important;
  animation-duration: 0s !important;
}

html.ps-language-changing,
html.ps-language-changing body {
  overflow: hidden !important;
}

html.ps-language-changing #app {
  visibility: hidden;
}

/* Branded translation transition. It is present in the first HTML paint, so
 * visitors never see the English layout changing underneath Google Translate. */
#ps-translation-loader {
  position: fixed;
  z-index: 2147483640;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 1.25rem;
  color: #f2fff8;
  background:
    radial-gradient(52rem 32rem at 50% 38%, rgba(0, 255, 133, 0.12), transparent 70%),
    linear-gradient(145deg, #03170d, #010a05 72%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 280ms ease, visibility 280ms ease;
}

html.ps-language-changing #ps-translation-loader {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ps-translation-loader__grid,
.ps-translation-loader__orb {
  position: absolute;
  pointer-events: none;
}

.ps-translation-loader__grid {
  inset: -10%;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(0, 255, 133, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 255, 133, 0.09) 1px, transparent 1px);
  background-size: 4.25rem 4.25rem;
  -webkit-mask-image: radial-gradient(circle at center, #000 8%, transparent 72%);
  mask-image: radial-gradient(circle at center, #000 8%, transparent 72%);
  animation: psTranslationGrid 16s linear infinite;
}

.ps-translation-loader__orb {
  width: min(38rem, 75vw);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.18;
  will-change: transform;
}

.ps-translation-loader__orb--one {
  top: -24%;
  left: -10%;
  background: #00ff85;
  animation: psTranslationOrbOne 9s ease-in-out infinite alternate;
}

.ps-translation-loader__orb--two {
  right: -14%;
  bottom: -28%;
  background: #15a762;
  animation: psTranslationOrbTwo 11s ease-in-out infinite alternate;
}

.ps-translation-loader__content {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  padding: clamp(1.75rem, 5vw, 2.6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(129, 255, 191, 0.14);
  border-radius: clamp(1.25rem, 4vw, 1.8rem);
  background: rgba(2, 18, 9, 0.82);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: center;
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}

.ps-translation-loader__mark {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  margin-bottom: 1.1rem;
  display: grid;
  place-items: center;
}

.ps-translation-loader__mark img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(0, 255, 133, 0.2));
}

.ps-translation-loader__fallback {
  color: #00ff85;
  font: 800 1.6rem/1 var(--ff-heading);
}

.ps-translation-loader__brand {
  margin-bottom: 0.7rem;
  color: #00ff85;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ps-translation-loader__content strong {
  color: #f3fff8;
  font: 780 clamp(1.35rem, 4.5vw, 1.8rem)/1.08 var(--ff-heading);
  letter-spacing: -0.04em;
}

.ps-translation-loader__content p {
  margin-top: 0.55rem;
  color: rgba(220, 242, 230, 0.64);
  font-size: 0.88rem;
}

.ps-translation-loader__progress {
  width: min(100%, 15rem);
  height: 0.28rem;
  margin-top: 1.45rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.ps-translation-loader__progress span {
  display: block;
  width: 42%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #00ff85, #72ffb8, transparent);
  box-shadow: 0 0 16px rgba(0, 255, 133, 0.42);
  animation: psTranslationProgress 1.45s ease-in-out infinite;
}

.ps-translation-loader__dots {
  margin-top: 0.85rem;
  display: flex;
  gap: 0.35rem;
}

.ps-translation-loader__dots span {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: #00ff85;
  opacity: 0.25;
  animation: psTranslationDot 1.15s ease-in-out infinite;
}

.ps-translation-loader__dots span:nth-child(2) { animation-delay: 0.14s; }
.ps-translation-loader__dots span:nth-child(3) { animation-delay: 0.28s; }

@keyframes psTranslationGrid {
  to { transform: translate3d(4.25rem, 4.25rem, 0); }
}

@keyframes psTranslationProgress {
  from { transform: translateX(-130%); }
  to { transform: translateX(340%); }
}

@keyframes psTranslationDot {
  0%, 100% { opacity: 0.25; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-0.22rem); }
}

@keyframes psTranslationOrbOne {
  to { transform: translate3d(26vw, 18vh, 0) scale(1.12); }
}

@keyframes psTranslationOrbTwo {
  to { transform: translate3d(-24vw, -16vh, 0) scale(0.9); }
}

@media (prefers-reduced-motion: reduce) {
  .ps-translation-loader__grid,
  .ps-translation-loader__orb,
  .ps-translation-loader__progress span,
  .ps-translation-loader__dots span {
    animation: none !important;
  }

  .ps-translation-loader__progress span {
    width: 70%;
    transform: none;
  }
}

/* Premium visual system layered over native Marble components. */
.sa-tpl-shop .components > .component {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-block: 0 !important;
}

.sa-tpl-shop .sa-hero {
  min-height: clamp(36rem, 72vh, 48rem);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(var(--cl-accent), 0.08);
}

.sa-tpl-shop .sa-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 10% 8% 8%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 20%, rgba(var(--cl-accent), 0.13), transparent 42%),
    linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.025), transparent);
  filter: blur(12px);
}

.sa-tpl-shop .sa-hero--centered > .wrap .max-w-2xl {
  max-width: 76rem;
}

.sa-tpl-shop .sa-hero--centered .sa-hero-eyebrow {
  max-width: 100%;
  margin-bottom: 1.5rem;
  color: rgb(var(--cl-accent));
  font: 800 clamp(2.8rem, 8.25vw, 7.4rem)/0.88 var(--ff-heading);
  letter-spacing: -0.075em;
  text-wrap: balance;
  text-shadow: 0 0 42px rgba(var(--cl-accent), 0.12);
}

.sa-tpl-shop .sa-hero-title {
  max-width: 12ch;
  font-size: clamp(3rem, 5.3vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.sa-tpl-shop .sa-hero-subtitle {
  max-width: 46rem;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.65;
  text-wrap: balance;
}

.sa-tpl-shop .sa-hero-actions {
  margin-top: 2rem;
}

.sa-tpl-shop .sa-hero .btn-primary {
  box-shadow: 0 12px 36px rgba(var(--cl-accent), 0.2);
}

.sa-tpl-shop .sa-hero [class*="hero-bg-glow"] {
  opacity: 0.7;
}

.sa-tpl-shop .sa-hero--centered .sa-hero-title,
.sa-tpl-shop .sa-hero--centered .sa-hero-subtitle {
  margin-inline: auto;
}

.sa-tpl-shop .sa-hero--trust-showcase .max-w-2xl {
  max-width: 40rem;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-eyebrow {
  border: 1px solid rgba(var(--cl-accent), 0.22);
  color: rgb(var(--cl-on-accent));
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-title {
  max-width: 10.5ch;
}

html[data-language="es"] .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-title {
  max-width: 13ch;
}

.ps-hero-trust-visual {
  position: relative;
  width: 100%;
  max-width: 46rem;
  margin-inline: auto;
  padding: 2.5rem 1.5rem;
  perspective: 1200px;
}

.ps-hero-trust-orb {
  position: absolute;
  inset: 8% 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--cl-accent), 0.2), rgba(var(--cl-accent), 0.035) 42%, transparent 72%);
  filter: blur(32px);
  animation: ps-hero-orb 7s ease-in-out infinite;
}

.ps-hero-console {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: clamp(1.25rem, 2.5vw, 2rem);
  background:
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.045), transparent 46%),
    rgba(3, 16, 9, 0.93);
  box-shadow:
    0 45px 120px rgba(0, 0, 0, 0.46),
    0 0 80px rgba(var(--cl-accent), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(24px) saturate(1.2);
  transform: rotateY(-3deg) rotateX(1deg);
  transform-origin: center;
  animation: ps-hero-console-float 8s ease-in-out infinite;
}

.ps-hero-console__bar,
.ps-hero-console__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.075);
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-hero-console__brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.ps-hero-console__logo {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 2.25rem;
  border: 1px solid rgba(var(--cl-accent), 0.25);
  border-radius: 0.75rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.09);
  box-shadow: 0 0 24px rgba(var(--cl-accent), 0.12);
}

.ps-hero-console__brand div,
.ps-hero-float-card div {
  min-width: 0;
}

.ps-hero-console__brand strong,
.ps-hero-console__brand small,
.ps-hero-float-card strong,
.ps-hero-float-card small {
  display: block;
}

.ps-hero-console__brand strong {
  color: rgb(var(--cl-t-primary));
  font-size: 0.78rem;
  font-weight: 800;
}

.ps-hero-console__brand small {
  margin-top: 0.1rem;
  overflow: hidden;
  color: rgb(var(--cl-t-muted));
  font-size: 0.62rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-hero-console__status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 999px;
  color: rgba(186, 255, 219, 0.86);
  background: rgba(var(--cl-accent), 0.06);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.ps-hero-console__status i {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.9);
  animation: ps-status-pulse 2s ease-in-out infinite;
}

.ps-hero-console__body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(10rem, 0.75fr);
  gap: 0.9rem;
  padding: 1rem;
}

.ps-hero-order-flow,
.ps-hero-console__metric {
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 1rem;
  background: rgba(var(--cl-t-primary), 0.022);
}

.ps-hero-order-flow {
  padding: 1rem;
}

.ps-hero-console__eyebrow {
  margin-bottom: 0.9rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ps-hero-flow-step {
  display: grid;
  grid-template-columns: 2.3rem minmax(0, 1fr) 1.4rem;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.65rem;
  padding: 0.65rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.065);
  border-radius: 0.8rem;
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-hero-flow-step > span {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.7rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.09);
}

.ps-hero-flow-step strong,
.ps-hero-flow-step small {
  display: block;
}

.ps-hero-flow-step strong {
  color: rgb(var(--cl-t-primary));
  font-size: 0.72rem;
  font-weight: 800;
}

.ps-hero-flow-step small {
  margin-top: 0.16rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.58rem;
}

.ps-hero-flow-step > i {
  display: grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  font-size: 0.52rem;
}

.ps-hero-flow-step.is-active {
  border-color: rgba(var(--cl-accent), 0.25);
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.1), rgba(var(--cl-accent), 0.025));
  box-shadow: inset 3px 0 0 rgba(var(--cl-accent), 0.75), 0 0 28px rgba(var(--cl-accent), 0.06);
}

.ps-hero-flow-line {
  position: relative;
  width: 1px;
  height: 0.75rem;
  margin-left: 1.78rem;
  overflow: hidden;
  background: rgba(var(--cl-accent), 0.2);
}

.ps-hero-flow-line i {
  position: absolute;
  inset: -100% 0 auto;
  height: 100%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 9px rgba(var(--cl-accent), 0.8);
  animation: ps-flow-drop 2.4s linear infinite;
}

.ps-hero-console__metrics {
  display: grid;
  gap: 0.7rem;
}

.ps-hero-console__metric {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.85rem;
}

.ps-hero-console__metric.is-primary {
  border-color: rgba(var(--cl-accent), 0.17);
  background: radial-gradient(circle at 90% 10%, rgba(var(--cl-accent), 0.12), transparent 55%), rgba(var(--cl-t-primary), 0.025);
}

.ps-hero-console__metric > span {
  color: rgb(var(--cl-t-muted));
  font-size: 0.57rem;
  font-weight: 700;
}

.ps-hero-console__metric strong {
  margin-block: 0.22rem;
  color: rgb(var(--cl-t-primary));
  font: 800 clamp(1.25rem, 2.5vw, 1.75rem)/1 var(--ff-heading);
  letter-spacing: -0.045em;
}

.ps-hero-console__metric strong em {
  color: rgb(var(--cl-t-muted));
  font-size: 0.72rem;
  font-style: normal;
}

.ps-hero-console__metric small {
  color: rgba(174, 255, 212, 0.7);
  font-size: 0.54rem;
}

.ps-hero-console__metric small i {
  margin-right: 0.22rem;
  color: rgb(var(--cl-accent));
}

.ps-hero-console__footer {
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-bottom: 0;
}

.ps-hero-console__footer span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.56rem;
  font-weight: 700;
}

.ps-hero-console__footer i {
  color: rgb(var(--cl-accent));
}

.ps-hero-float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 12rem;
  padding: 0.75rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.11);
  border-radius: 0.9rem;
  background: rgba(4, 19, 11, 0.92);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
}

.ps-hero-float-card > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border-radius: 0.65rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.1);
}

.ps-hero-float-card strong {
  color: rgb(var(--cl-t-primary));
  font-size: 0.72rem;
  font-weight: 800;
}

.ps-hero-float-card small {
  margin-top: 0.14rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.54rem;
}

.ps-hero-float-card--rating {
  top: 0.3rem;
  right: -0.5rem;
  animation: ps-float-card 5s ease-in-out infinite;
}

.ps-hero-float-card--secure {
  left: -0.65rem;
  bottom: 0.25rem;
  animation: ps-float-card 5.8s ease-in-out -1.5s infinite;
}

@keyframes ps-hero-console-float {
  0%, 100% { transform: rotateY(-3deg) rotateX(1deg) translateY(0); }
  50% { transform: rotateY(-1.5deg) rotateX(0deg) translateY(-7px); }
}

@keyframes ps-hero-orb {
  0%, 100% { opacity: 0.65; transform: scale(0.94); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes ps-status-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.78); }
}

@keyframes ps-flow-drop {
  from { transform: translateY(0); }
  to { transform: translateY(200%); }
}

@keyframes ps-float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

/* Homepage hero — restrained trust proof and image-only product carousel. */
.sa-tpl-shop .sa-hero--trust-showcase {
  min-height: clamp(39rem, 78vh, 50rem);
}

.sa-tpl-shop .sa-hero--trust-showcase > .wrap {
  width: 100%;
}

.ps-hero-editorial {
  gap: clamp(2.5rem, 5vw, 6rem);
}

.ps-hero-editorial__content {
  flex: 0 1 44%;
}

.ps-hero-editorial__media {
  flex: 1 1 56%;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-eyebrow {
  padding: 0.5rem 0.8rem 0.5rem 0.42rem;
  border-color: rgba(var(--cl-accent), 0.22);
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.075) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-eyebrow > span:first-child {
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  border-color: transparent;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-title {
  max-width: 11ch;
  font-size: clamp(3.15rem, 4.65vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

html[data-language="es"] .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-title {
  max-width: 12.5ch;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-subtitle {
  max-width: 35rem;
  margin-top: 1.3rem;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.65;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-actions {
  margin-top: 1.75rem;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-btn {
  min-height: 3.25rem;
  padding-inline: 1.25rem;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-btn--secondary {
  border-color: rgba(var(--cl-t-primary), 0.12);
  background: rgba(var(--cl-t-primary), 0.025);
  box-shadow: none;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-btn i {
  font-size: 0.88rem;
}

.ps-hero-sales-proof {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.45rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  border-radius: var(--radius-input);
  background: rgba(var(--cl-surface-raised), 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(12px);
}

.ps-hero-sales-proof__icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 2.35rem;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 0.72rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.075);
}

.ps-hero-sales-proof > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ps-hero-sales-proof strong {
  color: rgb(var(--cl-t-primary));
  font: 800 1rem/1.1 var(--ff-heading);
  letter-spacing: -0.025em;
}

.ps-hero-sales-proof > div > span,
.ps-hero-sales-proof small {
  margin-top: 0.15rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.61rem;
  font-weight: 650;
  white-space: nowrap;
}

.ps-hero-sales-proof__line {
  width: 1px;
  height: 2rem;
  background: rgba(var(--cl-t-primary), 0.1);
}

.ps-hero-sales-proof__stars {
  display: flex;
  flex-direction: row !important;
  gap: 0.15rem;
  margin: 0 !important;
  color: rgb(var(--cl-star));
  font-size: 0.58rem !important;
}

.ps-hero-products {
  --ps-hero-marquee-gap: 0.72rem;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 43rem;
  margin-inline: auto;
  padding: 0.78rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  border-radius: clamp(1.45rem, 2.5vw, 2rem);
  background:
    radial-gradient(28rem 20rem at 45% 35%, rgba(var(--cl-accent), 0.085), transparent 72%),
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.035), transparent 44%),
    rgba(var(--cl-surface), 0.78);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px) saturate(1.1);
}

.ps-hero-products::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1.5rem -0.7rem -0.7rem 1.5rem;
  border: 1px solid rgba(var(--cl-accent), 0.1);
  border-radius: inherit;
  background: rgba(var(--cl-accent), 0.025);
}

.ps-hero-products__glow {
  position: absolute;
  z-index: 0;
  top: 12%;
  left: 18%;
  width: 64%;
  height: 64%;
  border-radius: 50%;
  background: rgba(var(--cl-accent), 0.13);
  filter: blur(86px);
  pointer-events: none;
}

.ps-hero-products__viewport {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ps-hero-marquee-gap);
  height: clamp(29rem, 36vw, 34rem);
  overflow: hidden;
  border-radius: calc(var(--radius-card) - 0.1rem);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.ps-hero-products__lane {
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
}

.ps-hero-products__track {
  display: flex;
  flex-direction: column;
  width: 100%;
  will-change: transform;
  animation: psHeroProductRail 36s linear infinite;
}

.ps-hero-products__lane--reverse .ps-hero-products__track {
  animation-direction: reverse;
  animation-duration: 41s;
  animation-delay: -12s;
}

.ps-hero-products__set {
  display: flex;
  flex-direction: column;
  gap: var(--ps-hero-marquee-gap);
  padding-bottom: var(--ps-hero-marquee-gap);
}

@keyframes psHeroProductRail {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(0, -50%, 0); }
}

.ps-hero-product-frame {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 1.58 / 1;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.09);
  border-radius: calc(var(--radius-card) - 0.25rem);
  background: rgba(var(--cl-surface-raised), 0.72);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.ps-hero-product-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.055) 48%, transparent 61%);
  transform: translateX(-115%);
  transition: transform 620ms ease;
}

.ps-hero-product-frame:hover {
  z-index: 2;
  border-color: rgba(var(--cl-accent), 0.26);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28), 0 0 38px rgba(var(--cl-accent), 0.07);
  transform: scale(0.985);
}

.ps-hero-product-frame:hover::after {
  transform: translateX(115%);
}

.ps-hero-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  transition: transform 500ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.ps-hero-product-frame:hover .ps-hero-product-image {
  transform: scale(1.075);
}

.ps-hero-products--empty {
  display: grid;
  place-items: center;
  min-height: 28rem;
}

.ps-hero-products--empty > span {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: 1.25rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.08);
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  .sa-tpl-shop .sa-hero--trust-showcase {
    min-height: auto;
  }

  .ps-hero-editorial__content .max-w-2xl {
    max-width: 42rem;
  }

  .ps-hero-products {
    max-width: 44rem;
  }

  .ps-hero-products__viewport {
    height: 31rem;
  }
}

@media (max-width: 767px) {
  .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-title {
    max-width: 12ch;
    font-size: clamp(2.65rem, 11.5vw, 3.55rem);
  }

  .ps-hero-sales-proof {
    max-width: 100%;
  }

  .ps-hero-products {
    padding: 0.7rem;
    border-radius: 1.35rem;
  }

  .ps-hero-products::before {
    inset: 1rem -0.35rem -0.35rem 1rem;
  }

  .ps-hero-products__viewport {
    height: 25rem;
  }
}

@media (max-width: 480px) {
  .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-eyebrow {
    white-space: normal;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .sa-buttons {
    align-items: stretch;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .sa-btn {
    flex: 1 1 100%;
  }

  .ps-hero-sales-proof {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
  }

  .ps-hero-sales-proof__line,
  .ps-hero-sales-proof__verified {
    display: none !important;
  }

  .ps-hero-products__viewport {
    height: 20rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-hero-products__track {
    animation-play-state: paused;
    transform: translate3d(0, -8%, 0);
  }
}

/* Hero illustration — a lightweight delivery flow replaces the product rail. */
.ps-hero-delivery-visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 41rem;
  margin-inline: auto;
  padding: clamp(0.65rem, 1.5vw, 1rem);
}

.ps-hero-delivery-visual__glow {
  position: absolute;
  z-index: -1;
  inset: 12% 8%;
  border-radius: 50%;
  background: rgba(var(--cl-accent), 0.15);
  filter: blur(80px);
  animation: psHeroDeliveryGlow 6s ease-in-out infinite;
}

.ps-hero-delivery-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent), 0.14);
  border-radius: clamp(1.35rem, 2.5vw, 1.9rem);
  background:
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.035), transparent 45%),
    rgba(2, 18, 9, 0.86);
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}

.ps-hero-delivery-panel::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1.4rem -0.6rem -0.6rem 1.4rem;
  border: 1px solid rgba(var(--cl-accent), 0.08);
  border-radius: inherit;
  pointer-events: none;
}

.ps-hero-delivery-panel__head,
.ps-hero-delivery-panel__foot {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.05rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.65rem;
  font-weight: 750;
}

.ps-hero-delivery-panel__head {
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.065);
}

.ps-hero-delivery-panel__title,
.ps-hero-delivery-panel__live,
.ps-hero-delivery-panel__foot span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.ps-hero-delivery-panel__title {
  color: rgb(var(--cl-t-primary));
}

.ps-hero-delivery-panel__title > i,
.ps-hero-delivery-panel__foot i {
  color: rgb(var(--cl-accent));
}

.ps-hero-delivery-panel__live {
  color: rgba(187, 255, 219, 0.75);
}

.ps-hero-delivery-panel__live i {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 14px rgba(var(--cl-accent), 0.8);
  animation: ps-status-pulse 1.8s ease-in-out infinite;
}

.ps-hero-delivery-scene {
  position: relative;
  min-height: clamp(25rem, 32vw, 30rem);
  overflow: hidden;
  background:
    linear-gradient(rgba(var(--cl-accent), 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--cl-accent), 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(var(--cl-accent), 0.08), transparent 57%);
  background-size: 3.75rem 3.75rem, 3.75rem 3.75rem, auto;
}

.ps-hero-delivery-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(var(--cl-accent), 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ps-hero-delivery-orbit--outer {
  width: min(24rem, 72%);
  aspect-ratio: 1;
  border-style: dashed;
  animation: psHeroDeliverySpin 28s linear infinite;
}

.ps-hero-delivery-orbit--inner {
  width: min(15rem, 46%);
  aspect-ratio: 1;
  border-color: rgba(var(--cl-accent), 0.22);
  box-shadow: 0 0 48px rgba(var(--cl-accent), 0.055);
}

.ps-hero-delivery-beam {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(19rem, 58%);
  height: min(19rem, 58%);
  border-radius: 50%;
  background: conic-gradient(from 10deg, rgba(var(--cl-accent), 0.2), transparent 24%, transparent 100%);
  -webkit-mask-image: radial-gradient(circle, transparent 0 28%, #000 30% 50%, transparent 52%);
  mask-image: radial-gradient(circle, transparent 0 28%, #000 30% 50%, transparent 52%);
  transform: translate(-50%, -50%);
  animation: psHeroDeliverySpin 5.5s linear infinite;
}

.ps-hero-delivery-core,
.ps-hero-delivery-node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--cl-accent), 0.22);
  color: rgb(var(--cl-accent));
  background: rgba(4, 27, 15, 0.94);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3), 0 0 30px rgba(var(--cl-accent), 0.08);
}

.ps-hero-delivery-core {
  top: 50%;
  left: 50%;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1.6rem;
  font-size: 1.5rem;
  transform: translate(-50%, -50%);
  animation: psHeroDeliveryCore 3.2s ease-in-out infinite;
}

.ps-hero-delivery-node {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 0.9rem;
  font-size: 0.85rem;
  animation: psHeroDeliveryNode 4.6s ease-in-out infinite;
}

.ps-hero-delivery-node--secure { top: 24%; left: 22%; }
.ps-hero-delivery-node--process { top: 20%; right: 22%; animation-delay: -1.4s; }
.ps-hero-delivery-node--ready { right: 21%; bottom: 20%; animation-delay: -2.8s; }

.ps-hero-delivery-toast {
  position: absolute;
  z-index: 4;
  left: 8%;
  bottom: 10%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 11.5rem;
  padding: 0.72rem 0.82rem;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: 0.85rem;
  color: rgb(var(--cl-t-primary));
  background: rgba(3, 23, 12, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
  animation: psHeroDeliveryToast 5.5s ease-in-out infinite;
}

.ps-hero-delivery-toast > i {
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  flex: 0 0 1.8rem;
  border-radius: 50%;
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  font-size: 0.65rem;
}

.ps-hero-delivery-toast strong,
.ps-hero-delivery-toast small {
  display: block;
}

.ps-hero-delivery-toast strong { font-size: 0.7rem; }
.ps-hero-delivery-toast small { margin-top: 0.12rem; color: rgb(var(--cl-t-muted)); font-size: 0.55rem; }

.ps-hero-delivery-panel__foot {
  justify-content: center;
  gap: clamp(1.2rem, 4vw, 2.6rem);
  border-top: 1px solid rgba(var(--cl-t-primary), 0.065);
}

@keyframes psHeroDeliverySpin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes psHeroDeliveryGlow { 50% { opacity: 0.65; transform: scale(1.08); } }
@keyframes psHeroDeliveryCore { 50% { transform: translate(-50%, -50%) scale(1.045); box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3), 0 0 52px rgba(var(--cl-accent), 0.15); } }
@keyframes psHeroDeliveryNode { 50% { transform: translateY(-7px); } }
@keyframes psHeroDeliveryToast { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

@media (max-width: 767px) {
  .ps-hero-delivery-visual { max-width: 34rem; padding: 0; }
  .ps-hero-delivery-scene { min-height: 22rem; }
  .ps-hero-delivery-panel__foot { gap: 1rem; }
}

@media (max-width: 480px) {
  .ps-hero-delivery-scene { min-height: 19rem; }
  .ps-hero-delivery-core { width: 4.6rem; height: 4.6rem; border-radius: 1.35rem; }
  .ps-hero-delivery-node { width: 2.5rem; height: 2.5rem; }
  .ps-hero-delivery-toast { left: 5%; bottom: 7%; }
  .ps-hero-delivery-panel__foot { font-size: 0.58rem; }
}

@media (prefers-reduced-motion: reduce) {
  .ps-hero-delivery-visual *,
  .ps-hero-delivery-visual *::before,
  .ps-hero-delivery-visual *::after { animation: none !important; }
}

/* Minimal homepage hero: less copy, one action and one calm visual event. */
.sa-tpl-shop .sa-hero--trust-showcase {
  min-height: clamp(35rem, 70vh, 45rem);
}

.ps-hero-editorial {
  gap: clamp(3rem, 6vw, 6.5rem);
}

.ps-hero-editorial__content {
  flex-basis: 46%;
}

.ps-hero-editorial__media {
  flex-basis: 54%;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-eyebrow {
  margin-bottom: 1rem;
  padding: 0 !important;
  border: 0 !important;
  color: rgb(var(--cl-accent));
  background: transparent !important;
  box-shadow: none !important;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-eyebrow > span:first-child {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-title {
  max-width: 10.5ch;
  font-size: clamp(3rem, 4.25vw, 4.25rem);
  line-height: 0.99;
  letter-spacing: -0.058em;
}

html[data-language="es"] .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-title {
  max-width: 12ch;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-subtitle {
  max-width: 31rem;
  margin-top: 1.15rem;
  font-size: 1rem;
  line-height: 1.6;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-actions {
  margin-top: 1.55rem;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-btn {
  min-height: 3.1rem;
  padding-inline: 1.2rem;
  box-shadow: 0 12px 32px rgba(var(--cl-accent), 0.13);
}

.ps-hero-sales-proof {
  margin-top: 1.2rem;
  padding: 0;
  gap: 0.55rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.ps-hero-sales-proof__icon {
  width: 1.4rem;
  height: 1.4rem;
  flex-basis: 1.4rem;
  border: 0;
  border-radius: 50%;
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  font-size: 0.56rem;
}

.ps-hero-sales-proof > div {
  flex-direction: row;
  align-items: baseline;
  gap: 0.38rem;
}

.ps-hero-sales-proof strong {
  font-size: 0.76rem;
}

.ps-hero-sales-proof > div > span {
  margin: 0;
  font-size: 0.64rem;
}

.ps-hero-delivery-visual {
  max-width: 34rem;
  padding: 0;
}

.ps-hero-delivery-visual__glow {
  inset: 18% 14%;
  opacity: 0.6;
  filter: blur(90px);
  animation: psHeroMinimalGlow 7s ease-in-out infinite;
}

.ps-hero-delivery-panel {
  border-color: rgba(var(--cl-t-primary), 0.08);
  border-radius: 1.55rem;
  background: rgba(2, 17, 9, 0.72);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.ps-hero-delivery-panel::after {
  content: none;
}

.ps-hero-delivery-panel__head {
  padding: 0.85rem 1rem;
  border-bottom-color: rgba(var(--cl-t-primary), 0.055);
  font-size: 0.62rem;
}

.ps-hero-delivery-scene {
  min-height: clamp(22rem, 28vw, 26rem);
  background: radial-gradient(circle at 50% 42%, rgba(var(--cl-accent), 0.09), transparent 47%);
}

.ps-hero-delivery-halo {
  position: absolute;
  top: 42%;
  left: 50%;
  width: 12rem;
  height: 12rem;
  border: 1px solid rgba(var(--cl-accent), 0.17);
  border-radius: 50%;
  box-shadow: 0 0 55px rgba(var(--cl-accent), 0.055), inset 0 0 45px rgba(var(--cl-accent), 0.025);
  transform: translate(-50%, -50%);
  animation: psHeroMinimalHalo 4.5s ease-in-out infinite;
}

.ps-hero-delivery-core {
  top: 42%;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.35rem;
  font-size: 1.25rem;
  animation: psHeroMinimalCore 4.5s ease-in-out infinite;
}

.ps-hero-delivery-route {
  position: absolute;
  top: calc(42% + 4.2rem);
  left: 50%;
  width: 1px;
  height: 3.2rem;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(var(--cl-accent), 0.28), rgba(var(--cl-accent), 0.06));
}

.ps-hero-delivery-route i {
  position: absolute;
  top: -0.45rem;
  left: -0.16rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 10px rgba(var(--cl-accent), 0.75);
  animation: psHeroMinimalRoute 2.8s ease-in-out infinite;
}

.ps-hero-delivery-toast {
  left: 50%;
  bottom: 8%;
  min-width: 11rem;
  padding: 0.7rem 0.78rem;
  border-color: rgba(var(--cl-accent), 0.14);
  background: rgba(3, 22, 12, 0.9);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%);
  animation: psHeroMinimalToast 5.5s ease-in-out infinite;
}

@keyframes psHeroMinimalGlow {
  50% { opacity: 0.8; transform: scale(1.06); }
}

@keyframes psHeroMinimalHalo {
  0%, 100% { opacity: 0.65; transform: translate(-50%, -50%) scale(0.96); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.03); }
}

@keyframes psHeroMinimalCore {
  0%, 100% { transform: translate(-50%, -50%); }
  50% { transform: translate(-50%, -50%) translateY(-3px); }
}

@keyframes psHeroMinimalRoute {
  0% { opacity: 0; transform: translateY(0); }
  20%, 75% { opacity: 1; }
  100% { opacity: 0; transform: translateY(3.2rem); }
}

@keyframes psHeroMinimalToast {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-3px); }
}

@media (max-width: 767px) {
  .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-title {
    max-width: 11ch;
    font-size: clamp(2.65rem, 10.8vw, 3.35rem);
  }

  .ps-hero-delivery-visual {
    max-width: 30rem;
  }

  .ps-hero-delivery-scene {
    min-height: 19rem;
  }

  .ps-hero-delivery-halo {
    width: 10rem;
    height: 10rem;
  }

  .ps-hero-delivery-toast {
    bottom: 6%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-hero-delivery-halo,
  .ps-hero-delivery-core,
  .ps-hero-delivery-route i,
  .ps-hero-delivery-toast,
  .ps-hero-delivery-visual__glow {
    animation: none !important;
  }
}

.sa-tpl-shop .sa-stats-item,
.sa-tpl-shop .sa-features-item,
.sa-tpl-shop .sa-bento-item,
.sa-tpl-shop .sa-steps-item {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.sa-tpl-shop .sa-stats-item:hover,
.sa-tpl-shop .sa-features-item:hover,
.sa-tpl-shop .sa-bento-item:hover,
.sa-tpl-shop .sa-steps-item:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--cl-accent), 0.22) !important;
}

.sa-section-header {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.sa-section-title {
  letter-spacing: -0.045em;
}

.sa-categories--pills .sa-categories-items {
  padding: 0.65rem;
  border: 1px solid rgba(var(--cl-accent), 0.11);
  border-radius: calc(var(--radius-card) + 4px);
  background: rgba(var(--cl-surface), 0.55);
  backdrop-filter: blur(16px);
}

.sa-categories--pills .sa-categories-link {
  min-height: 2.75rem;
  padding-inline: 1rem;
  border-color: rgba(var(--cl-t-primary), 0.08);
  background: rgba(var(--cl-t-primary), 0.025);
}

.sa-product-card,
.sa-bento-item,
.sa-feature-item,
.sa-feedback-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(var(--cl-t-primary), 0.09) !important;
  background:
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.025), transparent 44%),
    rgb(var(--cl-surface));
}

.sa-product-card::after,
.sa-bento-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(var(--cl-accent), 0.08), transparent 38%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.sa-product-card:hover::after,
.sa-bento-item:hover::after {
  opacity: 1;
}

.sa-product-card-title,
.sa-section-title,
.sa-bento-title {
  text-wrap: balance;
}

.sa-product-card {
  min-height: 100%;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.sa-product-card:hover {
  border-color: rgba(var(--cl-accent), 0.25) !important;
}

.sa-product-card-price {
  color: rgb(var(--cl-accent));
}

/* Premium catalog system */
.ps-product-catalog-grid {
  gap: clamp(0.8rem, 1.25vw, 1.15rem);
  align-items: stretch;
}

.ps-product-catalog-grid > div,
.ps-group-modal-products .gm-card {
  min-width: 0;
  height: 100%;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .ps-product-catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1280px) {
  .ps-product-catalog-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

/* Image-led product cards, restored from the previous storefront direction. */
.ps-product-image-card {
  position: relative;
  isolation: isolate;
  display: block;
  width: 100%;
  min-height: 18rem;
  aspect-ratio: 0.74 / 1;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.1) !important;
  border-radius: clamp(1rem, 1.45vw, 1.25rem);
  color: #f7fff9;
  background: #030806 !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24);
  transform: translateZ(0);
  transition: transform 230ms cubic-bezier(0.2, 0.78, 0.2, 1), border-color 230ms ease, box-shadow 230ms ease;
}

.ps-product-image-card::after {
  content: none !important;
}

.ps-product-image-card:hover {
  border-color: rgba(var(--cl-accent), 0.3) !important;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.32), 0 0 32px rgba(var(--cl-accent), 0.055);
  transform: translateY(-5px);
}

.ps-product-image-card__media,
.ps-product-image-card .sa-product-card-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background: #030806;
}

.ps-product-image-card .sa-product-card-media > img,
.ps-product-image-card .sa-product-card-media > div:first-child {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
}

.ps-product-image-card .sa-product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center 50%;
  filter: brightness(0.93) saturate(1.03);
  transform: scale(1.015);
  transition: transform 430ms cubic-bezier(0.2, 0.78, 0.2, 1), filter 430ms ease;
}

.ps-product-image-card:hover .sa-product-card-media img {
  filter: brightness(0.98) saturate(1.08);
  transform: scale(1.055);
}

.ps-product-image-card .sa-product-card-media > .absolute.top-2 {
  z-index: 6;
  top: 0.7rem;
  left: 0.7rem;
  right: auto;
  max-width: calc(100% - 7rem);
}

.ps-product-image-card .sa-product-card-media > .absolute.top-2 span {
  border-color: rgba(255, 255, 255, 0.14);
  color: #f5fff9;
  background: rgba(2, 10, 6, 0.72);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ps-product-image-card__shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.04) 0%, transparent 34%, rgba(1, 6, 3, 0.16) 54%, rgba(1, 7, 4, 0.92) 84%, rgba(1, 6, 3, 0.99) 100%),
    linear-gradient(120deg, transparent 58%, rgba(var(--cl-accent), 0.055));
}

.ps-product-image-card__availability {
  position: absolute;
  z-index: 7;
  top: 0.7rem;
  right: 0.7rem;
  max-width: calc(100% - 1.4rem);
  padding: 0.34rem 0.58rem;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent), 0.25);
  border-radius: 999px;
  color: #9effd1;
  background: rgba(2, 12, 7, 0.82);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ps-product-image-card__availability.is-out {
  border-color: rgba(255, 91, 91, 0.3);
  color: #ffb4b4;
}

.ps-product-image-card__availability.is-group {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.86);
}

.ps-product-image-card__content {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: left;
}

.ps-product-image-card__meta {
  min-height: 1rem;
  margin-bottom: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  color: rgba(235, 248, 240, 0.66);
  font-size: 0.59rem;
}

.ps-product-image-card__meta > div {
  min-width: 0;
  color: rgba(245, 255, 249, 0.72);
  font-size: 0.6rem;
}

.ps-product-image-card__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex: 0 0 auto;
  white-space: nowrap;
}

.ps-product-image-card__meta > span i {
  color: rgb(var(--cl-accent));
}

.ps-product-image-card__title {
  min-height: 2.35em;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #f8fffa !important;
  font-size: clamp(0.88rem, 1.05vw, 1.02rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.ps-product-image-card__bottom {
  margin-top: 0.75rem;
  padding-top: 0.68rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ps-product-image-card__price {
  min-width: 0;
  color: rgb(var(--cl-accent));
  font-size: 0.94rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.025em;
}

.ps-product-image-card .sa-product-card-price {
  color: rgb(var(--cl-accent)) !important;
}

.ps-product-image-card__arrow {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 50%;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.07);
  font-size: 0.66rem;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.ps-product-image-card:hover .ps-product-image-card__arrow {
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  transform: translateX(2px);
}

@media (max-width: 767px) {
  .ps-product-image-card {
    min-height: 24rem;
    aspect-ratio: 0.78 / 1;
  }

  .ps-product-image-card__content {
    padding: 1.05rem;
  }

  .ps-product-image-card__title {
    font-size: 1.04rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-product-image-card,
  .ps-product-image-card .sa-product-card-media img,
  .ps-product-image-card__arrow {
    transition: none !important;
  }
}

.sa-product-card--padded-detail {
  isolation: isolate;
  padding: 0.42rem !important;
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  background:
    radial-gradient(18rem 10rem at 100% 0%, rgba(var(--cl-accent), 0.07), transparent 68%),
    linear-gradient(155deg, rgba(var(--cl-t-primary), 0.028), transparent 45%),
    rgba(var(--cl-surface), 0.94) !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: transform 210ms ease, border-color 210ms ease, box-shadow 210ms ease;
}

.sa-product-card--padded-detail:hover {
  transform: translateY(-5px);
  border-color: rgba(var(--cl-accent), 0.27) !important;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.25), 0 0 30px rgba(var(--cl-accent), 0.045);
}

.sa-product-card--padded-detail .sa-product-card-media {
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  background:
    radial-gradient(circle at 50% 35%, rgba(var(--cl-accent), 0.075), transparent 58%),
    rgba(var(--cl-t-primary), 0.018);
}

.sa-product-card--padded-detail > div:last-child {
  padding: 0.82rem 0.62rem 0.55rem;
}

.sa-product-card--padded-detail .sa-product-card-title {
  min-height: 2.45em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal !important;
  color: rgb(var(--cl-t-primary));
  font-size: 0.86rem;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: -0.018em;
  text-overflow: ellipsis;
}

.ps-product-catalog-grid .sa-product-card--padded-detail > div:last-child > div:first-child,
.ps-group-modal-products .sa-product-card--padded-detail > div:last-child > div:first-child {
  flex-direction: column;
  align-items: stretch;
  gap: 0.48rem;
}

.ps-product-catalog-grid .sa-product-card-status,
.ps-group-modal-products .sa-product-card-status {
  align-self: flex-start;
}

.sa-product-card--padded-detail .sa-product-card-media + span,
.sa-product-card--padded-detail .sa-product-card-media ~ span {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.sa-product-card--padded-detail .sa-product-card-stock {
  font-size: 0.69rem;
  font-weight: 620;
}

.sa-product-card--padded-detail .sa-product-card-status {
  max-width: 7.5rem;
  padding: 0.28rem 0.45rem;
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sa-product-card--padded-detail .sa-product-card-price {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sa-product-card--padded-detail .size-8.shrink-0 {
  border-color: rgba(var(--cl-accent), 0.15);
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.045);
}

/* Product-group dialog */
.sa-group-modal {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow: hidden !important;
}

.ps-group-modal-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  padding: clamp(1rem, 3vw, 2.5rem);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.ps-group-modal-backdrop {
  background: rgba(0, 7, 4, 0.76) !important;
  backdrop-filter: blur(9px) saturate(1.06);
  -webkit-backdrop-filter: blur(9px) saturate(1.06);
}

.ps-group-modal-panel {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  max-height: min(88dvh, 52rem) !important;
  border-color: rgba(var(--cl-accent), 0.16) !important;
  background:
    radial-gradient(42rem 22rem at 100% 0%, rgba(var(--cl-accent), 0.105), transparent 68%),
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.025), transparent 42%),
    rgba(2, 14, 8, 0.98) !important;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.ps-group-modal-head {
  flex: 0 0 auto;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-group-modal-head img {
  width: 3.15rem;
  height: 3.15rem;
  border-color: rgba(var(--cl-accent), 0.18) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.ps-group-modal-eyebrow {
  display: block;
  margin-bottom: 0.2rem;
  color: rgb(var(--cl-accent));
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ps-group-modal-close {
  width: 2.55rem;
  height: 2.55rem;
  flex: 0 0 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--cl-t-primary), 0.09);
  border-radius: var(--radius-button);
  background: rgba(var(--cl-t-primary), 0.03);
}

.ps-group-modal-close:hover {
  border-color: rgba(var(--cl-accent), 0.2);
  background: rgba(var(--cl-accent), 0.065);
}

.ps-group-modal-products {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0.15rem 0.35rem 0.35rem 0.1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--cl-accent), 0.26) transparent;
}

/* Cart drawer */
.ps-cart-panel-backdrop {
  background: rgba(0, 7, 4, 0.7) !important;
  backdrop-filter: blur(7px) saturate(1.05);
  -webkit-backdrop-filter: blur(7px) saturate(1.05);
}

.sa-cart-panel--drawer-right {
  width: min(100%, 30rem) !important;
  max-width: 30rem !important;
  border-color: rgba(var(--cl-accent), 0.16) !important;
  background:
    radial-gradient(30rem 18rem at 100% 0%, rgba(var(--cl-accent), 0.11), transparent 68%),
    rgba(2, 14, 8, 0.985) !important;
  box-shadow: -34px 0 110px rgba(0, 0, 0, 0.58), inset 1px 0 0 rgba(255, 255, 255, 0.025) !important;
}

.ps-cart-panel-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  padding: 1.15rem 1.25rem !important;
  border-color: rgba(var(--cl-t-primary), 0.075) !important;
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-cart-panel-eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 0.18rem;
  color: rgb(var(--cl-accent));
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ps-cart-panel-head h2 {
  grid-column: 1;
  grid-row: 2;
  letter-spacing: -0.03em;
}

.ps-cart-panel-close {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 2.55rem;
  height: 2.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(var(--cl-t-primary), 0.09);
  background: rgba(var(--cl-t-primary), 0.028);
}

.ps-cart-panel-body {
  padding: 1rem !important;
  background: linear-gradient(180deg, rgba(var(--cl-t-primary), 0.008), transparent 24%);
  scrollbar-width: thin;
  scrollbar-color: rgba(var(--cl-accent), 0.22) transparent;
}

.ps-cart-panel-empty {
  margin-top: 1rem;
  padding: 3rem 1.25rem !important;
  border: 1px dashed rgba(var(--cl-accent), 0.16);
  border-radius: var(--radius-card);
  background: rgba(var(--cl-accent), 0.025);
}

.ps-cart-panel-item {
  padding: 0.8rem !important;
  border-color: rgba(var(--cl-t-primary), 0.08) !important;
  background:
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.026), transparent 48%),
    rgba(var(--cl-surface-raised), 0.82) !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.16) !important;
  transition: border-color 180ms ease, transform 180ms ease;
}

.ps-cart-panel-item:hover {
  border-color: rgba(var(--cl-accent), 0.2) !important;
  transform: translateY(-1px);
}

.ps-cart-panel-item .size-14 {
  border-color: rgba(var(--cl-accent), 0.14) !important;
  background: rgba(var(--cl-accent), 0.04);
}

.ps-cart-panel-item img,
.sa-page-cart-item img {
  object-fit: contain !important;
  background: rgba(var(--cl-accent), 0.025);
}

.ps-cart-panel-item .input-stepper,
.sa-page-cart-item .input-stepper {
  border-color: rgba(var(--cl-accent), 0.14);
  background: rgba(var(--cl-t-primary), 0.025);
}

.ps-cart-panel-footer {
  padding: 1rem 1.25rem max(1rem, env(safe-area-inset-bottom)) !important;
  border-color: rgba(var(--cl-accent), 0.12) !important;
  background:
    linear-gradient(180deg, rgba(var(--cl-accent), 0.04), transparent 42%),
    rgba(2, 13, 8, 0.98);
  box-shadow: 0 -20px 55px rgba(0, 0, 0, 0.18);
}

/* Full cart page */
.ps-cart-trust-strip {
  margin: -0.5rem 0 1.25rem;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  border: 1px solid rgba(var(--cl-accent), 0.11);
  border-radius: var(--radius-card);
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.04), transparent);
  color: rgb(var(--cl-t-muted));
  font-size: 0.73rem;
  font-weight: 650;
}

.ps-cart-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ps-cart-trust-strip i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.5);
}

@media (min-width: 1024px) {
  .ps-cart-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.65fr) minmax(19rem, 0.72fr);
  }

  .ps-cart-layout > * {
    width: 100% !important;
  }
}

.sa-page-cart-item,
.ps-cart-summary,
.ps-cart-empty {
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  background:
    radial-gradient(24rem 12rem at 100% 0%, rgba(var(--cl-accent), 0.06), transparent 70%),
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.024), transparent 45%),
    rgba(var(--cl-surface), 0.94) !important;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18) !important;
}

.sa-page-cart-item {
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.sa-page-cart-item:hover {
  border-color: rgba(var(--cl-accent), 0.2) !important;
  transform: translateY(-2px);
  box-shadow: 0 25px 64px rgba(0, 0, 0, 0.23) !important;
}

.ps-cart-summary {
  position: relative;
  overflow: hidden;
  border-color: rgba(var(--cl-accent), 0.14) !important;
}

.ps-cart-summary::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.75), transparent);
}

@media (max-width: 767px) {
  .ps-product-catalog-grid {
    gap: 0.85rem;
  }

  .ps-cart-trust-strip {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.55rem 1rem;
  }

  .ps-group-modal-panel {
    width: min(100%, 42rem) !important;
    max-height: calc(100dvh - max(1.5rem, env(safe-area-inset-top)) - max(1.5rem, env(safe-area-inset-bottom))) !important;
    padding-inline: 0.85rem !important;
    border-radius: 1.1rem !important;
  }

  .ps-group-modal-products {
    padding-right: 0.1rem;
  }
}

.sa-bento-item {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.17);
}

/* Purpose-led homepage bento: real customer journey, no decorative metrics. */
.sa-tpl-shop .sa-bento-items {
  gap: clamp(0.9rem, 1.4vw, 1.2rem);
}

.sa-tpl-shop .sa-bento-item {
  min-height: 100%;
  padding: clamp(1.1rem, 1.7vw, 1.45rem) !important;
  border-color: rgba(var(--cl-t-primary), 0.09) !important;
  background:
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.018), transparent 48%),
    rgba(var(--cl-surface), 0.9) !important;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.16);
}

.sa-tpl-shop .sa-bento-item::after {
  content: none;
}

.sa-tpl-shop .sa-bento-item:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--cl-accent), 0.18) !important;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.2);
}

.sa-tpl-shop .sa-bento-item > .flex-1 {
  min-height: 12.5rem;
  margin-bottom: 1.15rem;
}

.ps-bento-visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  padding: clamp(0.85rem, 1.7vw, 1.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.08);
  border-radius: var(--radius-input);
  color: rgb(var(--cl-t-primary));
  background:
    radial-gradient(18rem 10rem at 50% 0%, rgba(var(--cl-accent), 0.075), transparent 74%),
    rgba(var(--cl-t-primary), 0.018);
}

.ps-bento-visual strong,
.ps-bento-visual small {
  display: block;
}

.ps-bento-visual small {
  margin-top: 0.18rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.68rem;
  line-height: 1.35;
}

.ps-bento-order-flow {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
}

.ps-bento-order-step {
  min-width: 0;
  min-height: 5.1rem;
  padding: 0.85rem;
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 0.8rem;
  background: rgba(var(--cl-surface-raised), 0.58);
}

.ps-bento-order-step__icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--cl-accent), 0.16);
  border-radius: 0.68rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.075);
}

.ps-bento-order-step strong {
  overflow: hidden;
  font-size: 0.76rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-bento-order-step.is-current {
  border-color: rgba(var(--cl-accent), 0.24);
  background: rgba(var(--cl-accent), 0.055);
}

.ps-bento-order-line {
  width: clamp(1.4rem, 3vw, 3rem);
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.2), rgba(var(--cl-accent), 0.7), rgba(var(--cl-accent), 0.2));
}

.ps-bento-product-sheet,
.ps-bento-discord,
.ps-bento-checkout,
.ps-bento-account,
.ps-bento-status-list,
.ps-bento-bulk {
  width: min(100%, 22rem);
}

.ps-bento-product-sheet__head,
.ps-bento-discord__brand,
.ps-bento-account__head {
  padding-bottom: 0.75rem;
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-bento-product-sheet__head > span,
.ps-bento-discord__brand > span,
.ps-bento-account__head > span {
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 0.68rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.075);
}

.ps-bento-product-sheet__head strong,
.ps-bento-discord__brand strong,
.ps-bento-account__head strong {
  font-size: 0.78rem;
}

.ps-bento-product-sheet__rows,
.ps-bento-discord__channels,
.ps-bento-account__nav {
  padding-top: 0.7rem;
  display: grid;
  gap: 0.42rem;
}

.ps-bento-product-sheet__rows span,
.ps-bento-discord__channels span,
.ps-bento-account__nav span {
  min-height: 2rem;
  padding: 0.45rem 0.55rem;
  display: flex;
  align-items: center;
  gap: 0.48rem;
  border-radius: 0.55rem;
  color: rgb(var(--cl-t-muted));
  background: rgba(var(--cl-t-primary), 0.025);
  font-size: 0.69rem;
}

.ps-bento-product-sheet__rows i {
  color: rgb(var(--cl-accent));
}

.ps-bento-discord__brand > i {
  color: rgb(var(--cl-accent));
  font-size: 0.8rem;
}

.ps-bento-discord__channels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ps-bento-discord__notice {
  margin-top: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.62rem;
  font-weight: 650;
}

.ps-bento-discord__notice span {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 10px rgba(var(--cl-accent), 0.38);
}

.ps-bento-checkout {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
}

.ps-bento-checkout__shield {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 0.85rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.075);
  font-size: 1.05rem;
}

.ps-bento-checkout__copy strong {
  font-size: 0.82rem;
}

.ps-bento-checkout__facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.ps-bento-checkout__facts span {
  padding: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.065);
  border-radius: 0.58rem;
  color: rgb(var(--cl-t-muted));
  background: rgba(var(--cl-t-primary), 0.02);
  font-size: 0.66rem;
}

.ps-bento-checkout__facts i {
  color: rgb(var(--cl-accent));
}

.ps-bento-account__nav {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ps-bento-account__nav span {
  justify-content: center;
}

.ps-bento-account__nav .is-active {
  border: 1px solid rgba(var(--cl-accent), 0.14);
  color: rgb(var(--cl-t-primary));
  background: rgba(var(--cl-accent), 0.06);
}

.ps-bento-account__nav i {
  color: rgb(var(--cl-accent));
}

.ps-bento-status-list {
  display: grid;
  gap: 0.55rem;
}

.ps-bento-status-list span {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.07);
  border-radius: 0.65rem;
  background: rgba(var(--cl-t-primary), 0.022);
  font-size: 0.72rem;
}

.ps-bento-status-list i {
  width: 1rem;
  color: rgb(var(--cl-accent));
  text-align: center;
}

.ps-bento-bulk {
  text-align: center;
}

.ps-bento-bulk > span {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.7rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.075);
}

.ps-bento-bulk strong {
  font-size: 0.88rem;
}

.ps-bento-bulk small {
  max-width: 18rem;
  margin: 0.35rem auto 0;
}

@media (max-width: 767px) {
  .sa-tpl-shop .sa-bento-item > .flex-1,
  .ps-bento-visual {
    min-height: 11.5rem;
  }

  .ps-bento-order-flow {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .ps-bento-order-step {
    min-height: 3.9rem;
    padding: 0.58rem 0.65rem;
  }

  .ps-bento-order-line {
    width: 1px;
    height: 0.65rem;
    margin-left: 1.75rem;
    background: rgba(var(--cl-accent), 0.45);
  }

  .ps-bento-discord__channels,
  .ps-bento-account__nav {
    grid-template-columns: 1fr;
  }
}

.sa-stats--strip .sa-stats-items {
  padding-block: 1.5rem;
  border-block: 1px solid rgba(var(--cl-accent), 0.12);
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.035), transparent);
}

/* Homepage store statistics — live SellAuth figures, presented as one proof panel. */
.sa-tpl-shop .sa-stats--strip {
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.sa-tpl-shop .sa-stats--strip > .wrap {
  position: relative;
}

.sa-tpl-shop .sa-stats--strip > .wrap::before {
  content: "";
  position: absolute;
  inset: 5.5rem -2rem -1rem;
  z-index: -1;
  background: radial-gradient(circle at 50% 35%, rgba(var(--cl-accent), 0.09), transparent 58%);
  pointer-events: none;
}

.sa-tpl-shop .sa-stats--strip .sa-section-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 28rem);
  align-items: end;
  column-gap: 3rem;
  margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

.sa-tpl-shop .sa-stats--strip .sa-section-eyebrow,
.sa-tpl-shop .sa-stats--strip .sa-section-title {
  grid-column: 1;
}

.sa-tpl-shop .sa-stats--strip .sa-section-subtitle {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0 0 0.3rem;
  max-width: 28rem;
  text-align: right;
}

.sa-tpl-shop .sa-stats--strip .sa-stats-items {
  position: relative;
  isolation: isolate;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: calc(var(--radius-card) + 0.45rem);
  background:
    linear-gradient(135deg, rgba(var(--cl-accent), 0.075), transparent 38%),
    rgba(var(--cl-surface), 0.76);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(18px);
}

.sa-tpl-shop .sa-stats--strip .sa-stats-items::before {
  content: "";
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -22%;
  width: 18%;
  z-index: -1;
  transform: rotate(12deg);
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.11), transparent);
  animation: ps-home-stats-sweep 10s ease-in-out infinite;
  pointer-events: none;
}

.sa-tpl-shop .sa-stats--strip .sa-stats-item {
  position: relative;
  min-width: 0;
  min-height: 12.5rem;
  justify-content: center;
  align-items: flex-start;
  padding: clamp(1.45rem, 2.5vw, 2.15rem);
  text-align: left;
  border: 0 !important;
  transition: background-color 240ms ease, transform 240ms ease;
}

.sa-tpl-shop .sa-stats--strip .sa-stats-item::after {
  content: "";
  position: absolute;
  top: 1.45rem;
  bottom: 1.45rem;
  left: 0;
  width: 1px;
  background: linear-gradient(transparent, rgba(var(--cl-t-primary), 0.14), transparent);
}

.sa-tpl-shop .sa-stats--strip .sa-stats-item:first-child::after {
  display: none;
}

.sa-tpl-shop .sa-stats--strip .sa-stats-item:hover {
  transform: none;
  background: rgba(var(--cl-accent), 0.045);
}

.sa-tpl-shop .sa-stats--strip .sa-stats-item .icon-tile {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1.2rem;
  border-color: rgba(var(--cl-accent), 0.2);
  background: rgba(var(--cl-accent), 0.09);
  box-shadow: 0 0 28px rgba(var(--cl-accent), 0.08);
}

.sa-tpl-shop .sa-stats--strip .sa-stats-item .text-display {
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  letter-spacing: -0.055em;
  color: rgb(var(--cl-t-primary));
}

.sa-tpl-shop .sa-stats--strip .sa-stats-item .eyebrow {
  margin-top: 0.7rem;
  color: rgba(var(--cl-t-primary), 0.58);
}

@keyframes ps-home-stats-sweep {
  0%, 16% { left: -24%; opacity: 0; }
  28% { opacity: 1; }
  52%, 100% { left: 112%; opacity: 0; }
}

@media (max-width: 767px) {
  .sa-tpl-shop .sa-stats--strip {
    padding-block: 3.25rem;
  }

  .sa-tpl-shop .sa-stats--strip .sa-section-header {
    display: block;
    margin-bottom: 1.35rem;
  }

  .sa-tpl-shop .sa-stats--strip .sa-section-subtitle {
    margin-top: 0.75rem;
    max-width: 30rem;
    text-align: left;
  }

  .sa-tpl-shop .sa-stats--strip .sa-stats-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sa-tpl-shop .sa-stats--strip .sa-stats-item {
    min-height: 9.5rem;
    padding: 1.2rem;
  }

  .sa-tpl-shop .sa-stats--strip .sa-stats-item::after,
  .sa-tpl-shop .sa-stats--strip .sa-stats-items > div[aria-hidden="true"] {
    display: none !important;
  }

  .sa-tpl-shop .sa-stats--strip .sa-stats-item--1,
  .sa-tpl-shop .sa-stats--strip .sa-stats-item--3 {
    border-left: 1px solid rgba(var(--cl-t-primary), 0.08) !important;
  }

  .sa-tpl-shop .sa-stats--strip .sa-stats-item--2,
  .sa-tpl-shop .sa-stats--strip .sa-stats-item--3 {
    border-top: 1px solid rgba(var(--cl-t-primary), 0.08) !important;
  }

  .sa-tpl-shop .sa-stats--strip .sa-stats-item .icon-tile {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.85rem;
  }

  .sa-tpl-shop .sa-stats--strip .sa-stats-item .text-display {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-tpl-shop .sa-stats--strip .sa-stats-items::before {
    animation: none;
    display: none;
  }
}

.sa-feedback-card {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.sa-cta-banner--full-bleed > div {
  border-color: rgba(var(--cl-accent), 0.18) !important;
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.045), rgba(var(--cl-accent), 0.1), rgba(var(--cl-accent), 0.045));
}

.sa-tpl-product .sa-page-product,
.sa-tpl-cart .sa-page-cart,
.sa-tpl-customer-dashboard .sa-page-customer-dashboard,
.sa-tpl-customer-reseller .sa-page-customer-reseller,
.sa-tpl-customer-affiliate .sa-page-customer-affiliate {
  --shadow-card: 0 28px 80px rgba(0, 0, 0, 0.22);
}

.sa-page-product [class*="bg-surface"],
.sa-page-cart [class*="bg-surface"],
.sa-page-customer-dashboard [class*="bg-surface"],
.sa-page-customer-invoices [class*="bg-surface"],
.sa-page-customer-tickets [class*="bg-surface"],
.sa-page-customer-reseller [class*="bg-surface"],
.sa-page-customer-affiliate [class*="bg-surface"] {
  border-color: rgba(var(--cl-t-primary), 0.09);
}

.sa-page-product-title,
.sa-page-products .sa-section-title,
.sa-page-cart .sa-section-title,
.sa-page-customer-dashboard h1,
.sa-page-customer-reseller h1,
.sa-page-customer-affiliate h1 {
  letter-spacing: -0.045em;
}

.ps-product-price-summary {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.32rem;
}

.ps-product-price-summary__label {
  color: rgba(var(--cl-t-muted), 0.7);
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.ps-product-price-summary .sa-page-product-price {
  letter-spacing: -0.045em;
  text-shadow: 0 0 0 rgba(var(--cl-accent), 0);
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.ps-product-price-summary:hover .sa-page-product-price {
  color: rgb(var(--cl-accent));
  text-shadow: 0 0 22px rgba(var(--cl-accent), 0.14);
  transform: translateY(-1px);
}

.ps-product-unit-price {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  min-height: 2.25rem;
  padding: 0.18rem 0.46rem 0.18rem 0;
  border: 1px solid transparent;
  border-radius: 999px;
  line-height: 1;
  transition: color 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ps-product-unit-price__value {
  color: rgb(var(--cl-t-primary));
  font-weight: 720;
  transition: color 220ms ease, text-shadow 220ms ease;
}

.ps-product-unit-price__suffix {
  color: rgba(var(--cl-t-muted), 0.78);
  font-size: 0.78rem;
  font-weight: 560;
}

.ps-product-unit-price--discounted {
  border-color: rgba(var(--cl-accent), 0.2);
  color: rgba(var(--cl-t-primary), 0.78);
  background: rgba(var(--cl-accent), 0.075);
  box-shadow: 0 0 20px rgba(var(--cl-accent), 0.045), inset 0 1px 0 rgba(255, 255, 255, 0.03);
  animation: ps-unit-price-update 360ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.ps-product-unit-price--discounted .ps-product-unit-price__value {
  color: rgb(var(--cl-accent));
  text-shadow: 0 0 14px rgba(var(--cl-accent), 0.16);
}

.ps-product-unit-price__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.08rem;
  padding: 0.08rem 0.3rem;
  border-radius: 999px;
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  font-size: 0.57rem;
  font-weight: 850;
  box-shadow: 0 4px 12px rgba(var(--cl-accent), 0.16);
}

.ps-product-unit-price:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--cl-accent), 0.32);
  background: rgba(var(--cl-accent), 0.11);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12), 0 0 20px rgba(var(--cl-accent), 0.07);
}

.ps-product-order-total {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 1.35rem;
  color: rgba(var(--cl-t-muted), 0.7);
  font-size: 0.65rem;
  line-height: 1;
}

.ps-product-order-total strong {
  color: rgba(var(--cl-t-primary), 0.85);
  font-size: 0.72rem;
  font-weight: 760;
}

@keyframes ps-unit-price-update {
  0% { transform: translateY(3px) scale(0.96); opacity: 0.6; }
  62% { transform: translateY(-1px) scale(1.025); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}

@media (max-width: 560px) {
  .ps-product-price-summary {
    gap: 0.28rem;
  }

  .ps-product-unit-price {
    min-height: 2rem;
  }

  .ps-product-unit-price__suffix {
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-product-price-summary .sa-page-product-price,
  .ps-product-unit-price,
  .ps-product-unit-price__value {
    animation: none !important;
    transition: none !important;
  }
}

/* Product price — restore the original compact total + unit layout. */
.ps-product-price-summary.ps-product-price-summary--classic {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.5rem;
  min-height: 2.25rem;
}

.ps-product-price-summary--classic .sa-page-product-price {
  flex: 0 0 auto;
  color: rgb(var(--cl-t-primary));
  font-weight: 720;
  line-height: 1;
}

.ps-product-price-each {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25rem;
  color: rgba(var(--cl-t-muted), 0.76);
  font-size: 0.78rem;
  font-weight: 560;
  line-height: 1;
  white-space: nowrap;
}

.ps-product-price-each > span:first-child {
  color: rgba(var(--cl-t-primary), 0.72);
  font-weight: 650;
}

.ps-product-price-discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.35rem;
  padding: 0.18rem 0.42rem;
  border: 1px solid rgba(var(--cl-accent), 0.22);
  border-radius: 999px;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.08);
  font-size: 0.61rem;
  font-weight: 800;
  line-height: 1;
  animation: ps-unit-price-update 360ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

@media (max-width: 560px) {
  .ps-product-price-summary.ps-product-price-summary--classic {
    gap: 0.4rem;
  }

  .ps-product-price-each {
    font-size: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-product-price-discount {
    animation: none !important;
  }
}

.sa-footer {
  background:
    radial-gradient(circle at 50% 0, rgba(var(--cl-accent), 0.07), transparent 34%),
    rgba(1, 10, 5, 0.72);
}


@media (min-width: 1024px) and (max-width: 1199px) {
  .sa-navbar .nav-shrink {
    gap: 0.75rem;
  }

  .sa-navbar-logo {
    max-width: 12rem;
  }

  .sa-navbar-link {
    padding-inline: 0.55rem !important;
    font-size: 0.75rem !important;
  }

  .sa-navbar-link[href*="/customer/reseller"] {
    padding-inline: 0.7rem !important;
  }

}

@media (max-width: 1023px) {
  .ps-hero-trust-visual {
    max-width: 44rem;
    padding-inline: 2.25rem;
  }

  .ps-hero-console {
    transform: none;
    animation: ps-float-card 8s ease-in-out infinite;
  }
}

@media (max-width: 767px) {
  .sa-navbar-logo {
    max-width: 47vw;
  }

  .sa-navbar-logo span {
    font-size: 0.875rem;
  }

  .sa-navbar .nav-shrink {
    min-height: 4.25rem;
  }

  .sa-tpl-shop .sa-hero {
    min-height: auto;
  }

  .sa-tpl-shop .sa-hero--trust-showcase > .wrap {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-eyebrow {
    font-size: 0.7rem;
    line-height: 1;
  }

  .sa-tpl-shop .sa-hero-title {
    max-width: 13ch;
    font-size: clamp(2.65rem, 12vw, 3.7rem);
    line-height: 1;
  }

  .sa-tpl-shop .sa-hero-subtitle {
    max-width: 31rem;
  }


  .ps-hero-trust-visual {
    padding: 1.5rem 0;
  }

  .ps-hero-console__body {
    grid-template-columns: 1fr;
  }

  .ps-hero-console__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ps-hero-console__metric {
    min-height: 6.2rem;
    padding: 0.65rem;
  }

  .ps-hero-console__metric strong {
    font-size: clamp(1rem, 5vw, 1.35rem);
  }

  .ps-hero-float-card {
    display: none;
  }
}

@media (max-width: 480px) {
  .sa-navbar--classic > .ps-navbar-shell {
    width: calc(100% - 1rem);
    margin-top: 0.5rem;
    border-radius: 1rem;
  }

  .sa-navbar--classic .nav-shrink {
    min-height: 4rem;
    padding-inline: 0.65rem;
  }

  .ps-navbar-layout {
    gap: 0.5rem;
  }

  .sa-navbar-logo {
    max-width: min(9.25rem, 39vw);
    gap: 0.5rem;
  }

  .sa-navbar-logo span {
    display: block !important;
    max-width: 6.25rem;
    overflow: visible !important;
    color: rgb(var(--cl-t-primary));
    font-size: clamp(0.69rem, 3.1vw, 0.78rem);
    line-height: 1.04;
    letter-spacing: -0.035em;
    text-overflow: clip;
    white-space: normal !important;
  }

  .ps-navbar-actions {
    gap: 0.25rem;
  }

  .sa-navbar-cart,
  .ps-navbar-menu-toggle {
    width: 2.45rem;
    height: 2.45rem;
    flex-basis: 2.45rem;
  }
}

@media (max-width: 480px) {
  .ps-hero-console__bar {
    padding: 0.8rem;
  }

  .ps-hero-console__status {
    max-width: 8.5rem;
    line-height: 1.25;
  }

  .ps-hero-console__body {
    padding: 0.7rem;
  }

  .ps-hero-order-flow {
    padding: 0.7rem;
  }

  .ps-hero-flow-step {
    grid-template-columns: 2.1rem minmax(0, 1fr) 1.2rem;
    gap: 0.5rem;
    padding: 0.5rem;
  }

  .ps-hero-flow-step > span {
    width: 2.1rem;
    height: 2.1rem;
  }

  .ps-hero-console__footer {
    gap: 0.65rem 0.9rem;
    padding: 0.8rem;
  }
}

/* Product volume-pricing table — visible, readable and touch friendly. */
.ps-bulk-unlock {
  position: relative;
  overflow: hidden;
  border-color: rgba(var(--cl-accent), 0.16) !important;
  background:
    linear-gradient(120deg, rgba(var(--cl-accent), 0.075), transparent 48%),
    rgba(var(--cl-t-primary), 0.022) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  transition: transform 190ms ease, border-color 190ms ease, box-shadow 190ms ease !important;
}

.ps-bulk-unlock:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--cl-accent), 0.3) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 0 22px rgba(var(--cl-accent), 0.045);
}

.ps-bulk-unlock > div:first-child > span {
  transition: transform 190ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 190ms ease;
}

.ps-bulk-unlock:hover > div:first-child > span {
  transform: rotate(-7deg) scale(1.1);
  box-shadow: 0 0 18px rgba(var(--cl-accent), 0.22);
}

.ps-bulk-unlock > div:last-child > div {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.18);
}

.ps-bulk-unlock > div:last-child > div::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  content: "";
  transform: translateX(-120%);
  animation: ps-bulk-progress-shine 2.8s ease-in-out infinite;
}

.ps-bulk-pricing {
  position: relative;
  isolation: isolate;
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: var(--radius-card);
  background:
    linear-gradient(145deg, rgba(var(--cl-accent), 0.055), transparent 42%),
    rgba(var(--cl-surface), 0.68);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: transform 220ms cubic-bezier(0.2, 0.75, 0.25, 1), border-color 220ms ease, box-shadow 220ms ease;
}

.ps-bulk-pricing--tab {
  margin-top: 0;
  width: 100%;
}

.ps-bulk-pricing--tab .ps-bulk-pricing__labels,
.ps-bulk-pricing--tab .ps-bulk-pricing__row {
  grid-template-columns: minmax(5rem, 0.8fr) minmax(7rem, 1.15fr) minmax(7rem, 1.1fr) minmax(6rem, 0.8fr);
}

.ps-bulk-pricing--tab .ps-bulk-pricing__head {
  padding: 1.15rem 1.25rem;
}

.ps-bulk-pricing--tab .ps-bulk-pricing__labels {
  padding-inline: 1.25rem;
}

.ps-bulk-pricing--tab .ps-bulk-pricing__rows {
  padding: 0 0.7rem 0.7rem;
}

.ps-bulk-pricing::before {
  position: absolute;
  z-index: 0;
  top: -7rem;
  right: -6rem;
  width: 15rem;
  height: 15rem;
  border-radius: 999px;
  background: rgba(var(--cl-accent), 0.12);
  filter: blur(62px);
  opacity: 0.42;
  content: "";
  pointer-events: none;
  transition: opacity 260ms ease, transform 520ms ease;
}

.ps-bulk-pricing > * {
  position: relative;
  z-index: 1;
}

.ps-bulk-pricing:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--cl-accent), 0.34);
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(var(--cl-accent), 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.ps-bulk-pricing:hover::before {
  opacity: 0.72;
  transform: translate(-2rem, 1.4rem) scale(1.18);
}

.ps-bulk-pricing__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.1rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.08);
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.03), transparent 58%);
  transition: background-color 200ms ease;
}

.ps-bulk-pricing__heading {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
}

.ps-bulk-pricing__icon {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  flex: 0 0 2.2rem;
  border: 1px solid rgba(var(--cl-accent), 0.22);
  border-radius: calc(var(--radius-input) * 0.8);
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 210ms cubic-bezier(0.2, 0.8, 0.2, 1), background-color 210ms ease, box-shadow 210ms ease;
}

.ps-bulk-pricing:hover .ps-bulk-pricing__icon {
  transform: translateY(-2px) rotate(-4deg) scale(1.06);
  background: rgba(var(--cl-accent), 0.14);
  box-shadow: 0 0 22px rgba(var(--cl-accent), 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ps-bulk-pricing__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.ps-bulk-pricing__heading h3 {
  margin: 0;
  color: rgb(var(--cl-t-primary));
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ps-bulk-pricing__heading p {
  margin: 0.2rem 0 0;
  color: rgb(var(--cl-t-muted));
  font-size: 0.72rem;
  line-height: 1.45;
}

.ps-bulk-pricing__badge {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  padding: 0.36rem 0.58rem;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: var(--radius-badge);
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.07);
  font-size: 0.64rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: transform 190ms ease, background-color 190ms ease, box-shadow 190ms ease;
}

.ps-bulk-pricing__badge::after {
  position: absolute;
  inset: -30% auto -30% -55%;
  width: 34%;
  background: rgba(255, 255, 255, 0.25);
  content: "";
  transform: skewX(-18deg);
  transition: left 420ms ease;
}

.ps-bulk-pricing:hover .ps-bulk-pricing__badge {
  transform: translateY(-1px);
  background: rgba(var(--cl-accent), 0.12);
  box-shadow: 0 0 18px rgba(var(--cl-accent), 0.09);
}

.ps-bulk-pricing:hover .ps-bulk-pricing__badge::after {
  left: 125%;
}

.ps-bulk-pricing__labels,
.ps-bulk-pricing__row {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr 1.15fr 0.9fr;
  align-items: center;
}

.ps-bulk-pricing__labels {
  padding: 0.62rem 1rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ps-bulk-pricing__labels span:not(:first-child),
.ps-bulk-pricing__cell:not(:first-child) {
  text-align: right;
}

.ps-bulk-pricing__rows {
  padding: 0 0.45rem 0.45rem;
}

.ps-bulk-pricing__row {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.64rem 0.55rem;
  border: 1px solid transparent;
  border-radius: var(--radius-input);
  color: rgb(var(--cl-t-muted));
  background: transparent;
  text-align: left;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ps-bulk-pricing__row + .ps-bulk-pricing__row {
  margin-top: 0.2rem;
}

.ps-bulk-pricing__row:hover {
  color: rgb(var(--cl-t-primary));
  border-color: rgba(var(--cl-t-primary), 0.1);
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.075), rgba(var(--cl-t-primary), 0.035));
  transform: translateY(-2px) scale(1.004);
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.13);
}

.ps-bulk-pricing__row--active {
  color: rgb(var(--cl-t-primary));
  border-color: rgba(var(--cl-accent), 0.28);
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.12), rgba(var(--cl-accent), 0.035));
  box-shadow: inset 3px 0 0 rgba(var(--cl-accent), 0.8);
}

.ps-bulk-pricing__cell {
  min-width: 0;
  font-size: 0.76rem;
}

.ps-bulk-pricing__cell strong {
  color: rgb(var(--cl-t-primary));
  font-weight: 800;
  transition: color 180ms ease, text-shadow 180ms ease, transform 180ms ease;
}

.ps-bulk-pricing__row:hover .ps-bulk-pricing__cell strong {
  color: rgb(var(--cl-accent));
  text-shadow: 0 0 16px rgba(var(--cl-accent), 0.16);
}

.ps-bulk-pricing__discount {
  display: inline-flex;
  justify-content: center;
  min-width: 2.9rem;
  padding: 0.3rem 0.48rem;
  border-radius: var(--radius-badge);
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  font-size: 0.68rem;
  font-weight: 900;
  box-shadow: 0 5px 14px rgba(var(--cl-accent), 0.13);
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms ease;
}

.ps-bulk-pricing__row:hover .ps-bulk-pricing__discount {
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 7px 20px rgba(var(--cl-accent), 0.22);
}

.ps-bulk-pricing__active-label {
  margin-left: 0.35rem;
  color: rgb(var(--cl-accent));
  font-size: 0.62rem;
  font-weight: 750;
}

.ps-bulk-pricing__mobile-label {
  display: none;
}

.ps-bulk-pricing__note {
  margin: 0;
  padding: 0.6rem 1rem 0.8rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.65rem;
  line-height: 1.4;
  transition: color 180ms ease, transform 180ms ease;
}

.ps-bulk-pricing:hover .ps-bulk-pricing__note {
  color: rgba(var(--cl-t-primary), 0.72);
  transform: translateX(2px);
}

@keyframes ps-bulk-progress-shine {
  0%, 55% { transform: translateX(-120%); }
  85%, 100% { transform: translateX(220%); }
}

@media (prefers-reduced-motion: reduce) {
  .ps-bulk-unlock,
  .ps-bulk-unlock *,
  .ps-bulk-pricing,
  .ps-bulk-pricing::before,
  .ps-bulk-pricing * {
    animation: none !important;
    transition: none !important;
  }
}

/* Premium FAQ and Discord-first support experience. */
.sa-custom-page-heading + .sa-support-channels--support-hub {
  padding-top: clamp(2rem, 4vw, 3.5rem);
}

.sa-support-channels--support-hub {
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.ps-support-hub {
  width: min(100%, 68rem);
  margin-inline: auto;
}

.ps-support-assurance {
  position: relative;
  overflow: hidden;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.15rem, 3vw, 2rem);
  border: 1px solid rgba(var(--cl-accent), 0.16);
  border-radius: 1.25rem;
  background: radial-gradient(28rem 12rem at 0% 50%, rgba(var(--cl-accent), 0.09), transparent 74%), rgba(var(--cl-surface), 0.78);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.ps-support-assurance__visual {
  position: relative;
  width: 4.75rem;
  height: 4.75rem;
  display: grid;
  place-items: center;
}

.ps-support-assurance__orbit {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: start center;
  border: 1px dashed rgba(var(--cl-accent), 0.25);
  border-radius: 50%;
  color: rgb(var(--cl-accent));
  animation: psSupportOrbit 14s linear infinite;
}

.ps-support-assurance__orbit i {
  padding: 0.18rem;
  background: rgb(var(--cl-surface));
  font-size: 0.66rem;
  transform: translateY(-50%);
}

.ps-support-assurance__check {
  width: 2.9rem;
  height: 2.9rem;
  display: grid;
  place-items: center;
  border-radius: 0.9rem;
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 30px rgba(var(--cl-accent), 0.16);
  font-size: 0.82rem;
  animation: psSupportCheck 4s ease-in-out infinite;
}

.ps-support-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
  color: rgb(var(--cl-accent));
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ps-support-kicker > i,
.ps-support-online > i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 10px rgba(var(--cl-accent), 0.75);
}

.ps-support-assurance__copy h2 {
  color: rgb(var(--cl-t-primary));
  font: 780 clamp(1.25rem, 2vw, 1.55rem)/1.1 var(--ff-heading);
  letter-spacing: -0.035em;
}

.ps-support-assurance__copy p {
  max-width: 42rem;
  margin-top: 0.45rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.82rem;
  line-height: 1.6;
}

.ps-support-assurance__facts {
  display: grid;
  gap: 0.55rem;
}

.ps-support-assurance__facts span {
  min-width: 8.5rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.68rem;
}

.ps-support-assurance__facts i {
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  border-radius: 0.5rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.07);
  font-size: 0.62rem;
}

.ps-support-routes {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: 1rem;
}

.ps-support-primary,
.ps-support-secondary__card {
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  background: rgba(var(--cl-surface), 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.022);
  transition: border-color 190ms ease, transform 190ms ease, background-color 190ms ease;
}

.ps-support-primary:hover,
.ps-support-secondary__card:hover {
  border-color: rgba(var(--cl-accent), 0.2);
  transform: translateY(-2px);
}

.ps-support-primary {
  min-height: 22rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1.25rem;
  background: radial-gradient(30rem 18rem at 100% 100%, rgba(88, 101, 242, 0.12), transparent 70%), rgba(var(--cl-surface), 0.8);
}

.ps-support-primary__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ps-support-primary__icon {
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(114, 137, 218, 0.22);
  border-radius: 1rem;
  color: #b8c0ff;
  background: rgba(88, 101, 242, 0.1);
  font-size: 1.25rem;
}

.ps-support-online {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.64rem;
  font-weight: 700;
}

.ps-support-online > i {
  animation: ps-status-pulse 2s ease-in-out infinite;
}

.ps-support-primary h3 {
  max-width: 15ch;
  color: rgb(var(--cl-t-primary));
  font: 780 clamp(1.75rem, 3vw, 2.4rem)/1.02 var(--ff-heading);
  letter-spacing: -0.05em;
}

.ps-support-primary p {
  max-width: 36rem;
  margin-top: 0.65rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.86rem;
  line-height: 1.65;
}

.ps-support-primary__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.ps-support-primary__footer > span {
  color: rgb(var(--cl-t-muted));
  font-size: 0.61rem;
}

.ps-support-secondary {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ps-support-secondary__card {
  min-height: 10.5rem;
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  align-items: start;
  gap: 0.85rem;
  border-radius: 1.1rem;
}

.ps-support-secondary__icon {
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 0.72rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.07);
  font-size: 0.78rem;
}

.ps-support-secondary__card h3 {
  color: rgb(var(--cl-t-primary));
  font: 750 1rem/1.15 var(--ff-heading);
  letter-spacing: -0.025em;
}

.ps-support-secondary__card p {
  margin-top: 0.35rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.72rem;
  line-height: 1.5;
}

.ps-support-secondary__card > .sa-support-channels-link {
  grid-column: 2;
  justify-self: start;
  padding: 0.5rem 0;
  border: 0;
  color: rgb(var(--cl-accent));
  background: transparent;
  font-size: 0.7rem;
}

.ps-support-secondary__card > .sa-support-channels-link:hover {
  background: transparent;
}

@keyframes psSupportOrbit { to { transform: rotate(360deg); } }

@keyframes psSupportCheck {
  50% { transform: scale(1.045); box-shadow: 0 0 40px rgba(var(--cl-accent), 0.22); }
}

@media (max-width: 850px) {
  .ps-support-assurance { grid-template-columns: 4.75rem minmax(0, 1fr); }
  .ps-support-assurance__facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--cl-t-primary), 0.065);
  }
  .ps-support-routes { grid-template-columns: 1fr; }
  .ps-support-primary { min-height: 19rem; }
}

@media (max-width: 540px) {
  .sa-custom-page-heading + .sa-support-channels--support-hub { padding-top: 1.75rem; }
  .ps-support-assurance { grid-template-columns: 1fr; text-align: center; }
  .ps-support-assurance__visual { margin-inline: auto; }
  .ps-support-assurance__facts { grid-template-columns: 1fr 1fr; text-align: left; }
  .ps-support-assurance__facts span { min-width: 0; }
  .ps-support-primary { min-height: 20rem; padding: 1.35rem; }
  .ps-support-primary__footer { align-items: flex-start; flex-direction: column; }
  .ps-support-primary__footer .sa-support-channels-link { width: 100%; justify-content: center; }
  .ps-support-secondary__card { min-height: 11rem; }
}

@media (prefers-reduced-motion: reduce) {
  .ps-support-assurance__orbit,
  .ps-support-assurance__check,
  .ps-support-online > i { animation: none !important; }
}

.sa-faq--split {
  position: relative;
  isolation: isolate;
}

.sa-faq--split::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8%;
  left: -8rem;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  background: rgba(var(--cl-accent), 0.075);
  filter: blur(95px);
  pointer-events: none;
}

.ps-faq-layout {
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 3.5rem);
}

.ps-faq-intro {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent), 0.16);
  border-radius: var(--radius-card);
  background:
    linear-gradient(145deg, rgba(var(--cl-accent), 0.085), transparent 58%),
    rgba(var(--cl-surface-raised), 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 28px 80px rgba(0, 0, 0, 0.14);
}

.ps-faq-intro::after {
  content: "?";
  position: absolute;
  right: -0.08em;
  bottom: -0.36em;
  color: rgba(var(--cl-accent), 0.045);
  font-family: var(--font-heading);
  font-size: clamp(11rem, 18vw, 18rem);
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.ps-faq-intro .sa-section-header {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(2rem, 6vw, 5rem);
}

.ps-faq-intro-points {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: auto;
}

.ps-faq-intro-points span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.72rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.09);
  border-radius: var(--radius-badge);
  color: rgb(var(--cl-t-muted));
  background: rgba(var(--cl-t-primary), 0.035);
  font-size: 0.72rem;
  font-weight: 700;
}

.ps-faq-intro-points i {
  color: rgb(var(--cl-accent));
}

.ps-faq-items {
  counter-reset: ps-faq;
}

.ps-faq-items .sa-faq-item {
  counter-increment: ps-faq;
  border-color: rgba(var(--cl-t-primary), 0.09);
  background:
    linear-gradient(110deg, rgba(var(--cl-t-primary), 0.028), transparent 48%),
    rgba(var(--cl-surface), 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ps-faq-items .sa-faq-item:hover {
  border-color: rgba(var(--cl-accent), 0.2);
  transform: translateX(3px);
}

.ps-faq-items .sa-faq-item:has(.faq-panel-open) {
  border-color: rgba(var(--cl-accent), 0.34);
  background:
    radial-gradient(circle at 0 0, rgba(var(--cl-accent), 0.1), transparent 40%),
    rgba(var(--cl-surface-raised), 0.88);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.16), inset 3px 0 0 rgba(var(--cl-accent), 0.8);
}

.ps-faq-items .sa-faq-item > button {
  justify-content: flex-start;
  min-height: 4.55rem;
  padding: 1rem 1.2rem;
  font-weight: 720;
}

.ps-faq-items .sa-faq-item > button::before {
  content: counter(ps-faq, decimal-leading-zero);
  flex: 0 0 auto;
  color: rgba(var(--cl-accent), 0.72);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.ps-faq-items .sa-faq-item > button > span {
  margin-left: auto;
  padding: 0.48rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.1);
  border-radius: 50%;
  background: rgba(var(--cl-t-primary), 0.035);
}

.ps-faq-items .sa-faq-item > button > span svg {
  top: 0.45rem;
  left: 0.45rem;
}

.ps-faq-items .faq-panel-inner > div {
  padding: 0 4.45rem 1.25rem 3.55rem;
  line-height: 1.65;
}

.ps-faq-support-wrap {
  position: relative;
}

.sa-faq-support-card--discord {
  position: relative;
  min-height: 8.5rem;
  overflow: hidden;
  border-color: rgba(88, 101, 242, 0.32);
  background:
    radial-gradient(circle at 88% 35%, rgba(88, 101, 242, 0.2), transparent 27%),
    linear-gradient(105deg, rgba(88, 101, 242, 0.1), rgba(var(--cl-accent), 0.035) 50%, rgba(var(--cl-surface), 0.94));
  box-shadow: 0 24px 75px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sa-faq-support-card--discord > *:not(.ps-faq-support-orbit) {
  position: relative;
  z-index: 1;
}

.ps-faq-support-orbit {
  position: absolute;
  top: 50%;
  right: 5.5rem;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(114, 137, 218, 0.12);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.ps-faq-support-orbit::before,
.ps-faq-support-orbit::after {
  content: "";
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(114, 137, 218, 0.1);
  border-radius: inherit;
}

.ps-faq-support-orbit::after {
  inset: 35%;
  background: rgba(88, 101, 242, 0.09);
}

.ps-faq-support-icon {
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid rgba(114, 137, 218, 0.38);
  color: #aeb8ff;
  background: rgba(88, 101, 242, 0.19);
  box-shadow: 0 12px 32px rgba(88, 101, 242, 0.2);
}

.ps-faq-support-icon i {
  font-size: 1.25rem;
}

.ps-faq-support-label {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  margin-bottom: 0.35rem;
  color: #aeb8ff;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps-faq-support-cta {
  min-width: 10.5rem;
}

.sa-faq-support-card--discord .ps-faq-support-cta {
  color: #fff;
  background: linear-gradient(135deg, #7289da, #5865f2);
  box-shadow: 0 12px 34px rgba(88, 101, 242, 0.34);
}

.sa-faq-support-card--discord .ps-faq-support-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(88, 101, 242, 0.42);
}

@media (max-width: 1023px) {
  .ps-faq-intro .sa-section-header {
    margin-bottom: 2rem;
  }
}

@media (max-width: 639px) {
  .ps-faq-intro {
    padding: 1.25rem;
  }

  .ps-faq-intro::after {
    font-size: 10rem;
  }

  .ps-faq-intro-points {
    gap: 0.4rem;
  }

  .ps-faq-intro-points span {
    padding: 0.48rem 0.58rem;
    font-size: 0.66rem;
  }

  .ps-faq-items .sa-faq-item:hover {
    transform: none;
  }

  .ps-faq-items .sa-faq-item > button {
    min-height: 4.25rem;
    padding: 0.9rem;
  }

  .ps-faq-items .faq-panel-inner > div {
    padding: 0 1rem 1rem 2.65rem;
  }

  .sa-faq-support-card--discord {
    align-items: stretch;
    padding: 1.25rem;
  }

  .ps-faq-support-cta {
    width: 100%;
  }

  .ps-faq-support-orbit {
    right: -6rem;
  }
}

/* Keep filtered review pages visually balanced when the final row is incomplete. */
@media (min-width: 1280px) {
  .sa-page-feedback-items {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sa-page-feedback-item {
    grid-column: span 2 / span 2;
  }

  .sa-page-feedback-item:last-child:nth-child(3n + 1) {
    grid-column: 3 / span 2;
  }

  .sa-page-feedback-item:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 2 / span 2;
  }

  .sa-page-feedback-item:last-child:nth-child(3n + 2) {
    grid-column: 4 / span 2;
  }
}

@media (min-width: 640px) and (max-width: 1279px) {
  .sa-page-feedback-item:last-child:nth-child(2n + 1) {
    grid-column: 1 / -1;
    width: calc((100% - var(--grid-gap)) / 2);
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .ps-bulk-pricing__head {
    padding: 0.9rem;
  }

  .ps-bulk-pricing__badge,
  .ps-bulk-pricing__labels {
    display: none;
  }

  .ps-bulk-pricing__rows {
    padding: 0.45rem;
  }

  .ps-bulk-pricing__row {
    grid-template-columns: 1fr 1fr;
    gap: 0.72rem 1rem;
    padding: 0.82rem;
  }

  .ps-bulk-pricing__cell,
  .ps-bulk-pricing__cell:not(:first-child) {
    text-align: left;
  }

  .ps-bulk-pricing__cell:nth-child(even),
  .ps-bulk-pricing__cell:nth-child(even):not(:first-child) {
    text-align: right;
  }

  .ps-bulk-pricing__mobile-label {
    display: block;
    margin-bottom: 0.18rem;
    color: rgb(var(--cl-t-muted));
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .ps-bulk-pricing__active-label {
    display: block;
    margin: 0.28rem 0 0;
  }
}

/* Mobile comfort pass — generous rhythm, readable cards and safe touch targets. */
@media (max-width: 767px) {
  :root {
    --ps-mobile-pad: 1.1rem;
  }

  .wrap {
    padding-right: max(var(--ps-mobile-pad), env(safe-area-inset-right));
    padding-left: max(var(--ps-mobile-pad), env(safe-area-inset-left));
  }

  .component.py-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sa-section-header {
    max-width: 34rem;
    margin-bottom: 2rem;
  }

  .sa-section-eyebrow {
    margin-bottom: 0.65rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }

  .sa-section-title {
    font-size: clamp(2rem, 8.8vw, 2.65rem) !important;
    line-height: 1.07 !important;
    letter-spacing: -0.05em;
  }

  .sa-section-subtitle {
    margin-top: 0.85rem;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .sa-tpl-shop .sa-hero--trust-showcase > .wrap {
    padding-top: 3.6rem;
    padding-bottom: 4.25rem;
  }

  .ps-hero-editorial {
    gap: 3rem;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-eyebrow {
    margin-bottom: 1.25rem;
    font-size: 0.65rem;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-title {
    font-size: clamp(2.55rem, 11.2vw, 3.45rem);
    line-height: 1.01;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .sa-hero-subtitle {
    margin-top: 1.15rem;
    font-size: 1rem;
    line-height: 1.65;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .sa-buttons,
  .sa-cta-banner .sa-buttons {
    width: 100%;
    gap: 0.7rem;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .sa-btn,
  .sa-cta-banner .sa-btn {
    min-height: 3.35rem;
  }

  .ps-hero-sales-proof {
    margin-top: 1.25rem;
    padding: 0;
  }

  .sa-trust-badges--inline {
    padding-block: 0 !important;
  }

  .sa-trust-badges--inline .wrap > div {
    align-items: flex-start;
    padding: 1.05rem;
    border: 1px solid rgba(var(--cl-t-primary), 0.08);
    border-radius: var(--radius-card);
    background: rgba(var(--cl-surface), 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  }

  .sa-steps-items,
  .sa-bento-items,
  .sa-feedbacks-items,
  .sa-page-feedback-items {
    gap: 1rem !important;
  }

  .sa-steps-item.steps-card {
    min-height: 9.5rem;
    padding: 1.25rem !important;
  }

  .sa-steps-item.steps-card .size-10 {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
  }

  .steps-connector {
    height: 2.2rem !important;
  }

  .sa-bento-item {
    min-height: auto;
    padding: 1.25rem !important;
    border-radius: 1.15rem;
  }

  .sa-bento-item .min-h-44 {
    min-height: 12.5rem;
    margin-bottom: 1.15rem;
  }

  .sa-bento-title {
    font-size: 1.18rem;
    line-height: 1.2;
  }

  .sa-bento-body {
    margin-top: 0.55rem;
    line-height: 1.65;
  }

  .sa-features--split-highlights .wrap > div {
    gap: 2rem;
    padding: 1.25rem !important;
    border-radius: 1.15rem;
  }

  .sa-features--split-highlights .sa-section-header {
    margin-bottom: 1.5rem;
  }

  .sa-features--split-highlights .sa-features-items {
    gap: 0.75rem;
  }

  .sa-features--split-highlights .sa-features-item {
    gap: 0.85rem;
    padding: 1rem;
    border: 1px solid rgba(var(--cl-t-primary), 0.075);
    border-radius: var(--radius-input);
    background: rgba(var(--cl-t-primary), 0.022);
  }

  .sa-features--split-highlights .sa-features-item p {
    line-height: 1.55;
  }

  .sa-promo-panel .wrap > .grid {
    gap: 2.25rem;
  }

  .sa-promo-panel .grid.grid-cols-2 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .sa-promo-panel .grid.grid-cols-2 > div,
  .sa-promo-panel [data-dsr].rounded-card {
    padding: 1.15rem;
  }

  .sa-promo-panel-title {
    font-size: clamp(2rem, 9vw, 2.7rem) !important;
    line-height: 1.05;
  }

  .sa-promo-panel-body {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .sa-feedbacks--split .wrap > .flex {
    gap: 2rem;
  }

  .sa-feedbacks--split .wrap > .flex > div:first-child {
    padding: 1.15rem;
    border: 1px solid rgba(var(--cl-t-primary), 0.075);
    border-radius: var(--radius-card);
    background: rgba(var(--cl-t-primary), 0.018);
  }

  .sa-feedbacks--split .wrap > .flex > div:first-child .sa-section-header {
    margin-bottom: 1.5rem;
  }

  .sa-feedback-card {
    min-height: 12rem;
    border-radius: 1.05rem;
  }

  .sa-feedback-card > div:first-child,
  .sa-feedback-card > div:nth-child(2),
  .sa-feedback-card > div:last-child {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .sa-feedbacks [data-dsr] > .inline-flex,
  .sa-feedbacks .inline-flex.items-center.gap-2\.5 {
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ps-faq-layout {
    gap: 1rem;
  }

  .ps-faq-intro {
    padding: 1.3rem;
  }

  .ps-faq-items .sa-faq-item > button {
    min-height: 4.75rem;
    padding: 1rem;
    line-height: 1.4;
  }

  .sa-faq-support-card--discord {
    gap: 1.25rem;
    padding: 1.3rem;
  }

  .sa-cta-banner--card .wrap > div,
  .sa-cta-banner--split-media .wrap > div {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    border-radius: 1.15rem;
  }

  .sa-cta-banner-title {
    font-size: clamp(2rem, 9vw, 2.7rem) !important;
    line-height: 1.06;
  }

  .sa-cta-banner-subtitle {
    font-size: 0.95rem !important;
    line-height: 1.65;
  }

  .sa-page-products .sa-section-header,
  .sa-page-product .sa-section-header,
  .sa-page-cart .sa-section-header,
  .sa-page-feedback .sa-section-header {
    margin-bottom: 1.75rem;
  }

  .ps-product-catalog-grid {
    gap: 1.05rem;
  }

  .sa-product-card--padded-detail {
    padding: 0.55rem !important;
    border-radius: 1.1rem;
  }

  .sa-product-card--padded-detail > div:last-child {
    padding: 1rem 0.78rem 0.72rem;
  }

  .sa-product-card--padded-detail .sa-product-card-title {
    min-height: auto;
    font-size: 0.98rem;
    line-height: 1.35;
  }

  .sa-product-card--padded-detail .sa-product-card-stock {
    font-size: 0.76rem;
  }

  .sa-page-product-title {
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
    line-height: 1.05;
  }

  .sa-page-product .p-card,
  .sa-page-cart .p-card,
  .sa-page-feedback .p-card {
    padding: 1.2rem !important;
  }

  .ps-group-modal-stage {
    padding: max(0.85rem, env(safe-area-inset-top)) 0.75rem max(0.85rem, env(safe-area-inset-bottom));
  }

  .ps-group-modal-panel {
    width: min(100%, 42rem) !important;
    max-height: calc(100dvh - max(1.7rem, env(safe-area-inset-top)) - max(1.7rem, env(safe-area-inset-bottom))) !important;
    padding: 0.9rem 1rem !important;
    border-radius: 1.1rem !important;
  }

  .ps-group-modal-head {
    margin-bottom: 1rem;
    padding-bottom: 0.9rem;
  }

  .ps-group-modal-head h3 {
    overflow: visible;
    white-space: normal;
    line-height: 1.2;
  }

  .ps-group-modal-head p {
    line-height: 1.45;
    white-space: normal;
  }

  .ps-group-modal-products {
    gap: 0.9rem;
  }

  .sa-cart-panel--drawer-right {
    width: min(100%, 27rem) !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
  }

  .ps-cart-panel-head {
    padding: max(1rem, env(safe-area-inset-top)) 1rem 0.9rem !important;
  }

  .ps-cart-panel-body {
    padding: 0.9rem !important;
  }

  .ps-cart-panel-item {
    padding: 0.9rem !important;
  }

  .ps-cart-panel-footer {
    padding: 0.9rem 1rem max(1rem, env(safe-area-inset-bottom)) !important;
  }

  .sa-page-cart-item {
    padding: 1rem !important;
  }

  .sa-page-cart-item > .flex {
    flex-wrap: wrap;
    gap: 0.9rem;
  }

  .sa-page-cart-item > .flex > .text-right {
    width: 100%;
    padding-top: 0.8rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
    text-align: left;
  }

  .ps-cart-trust-strip {
    padding: 1rem;
    gap: 0.65rem;
    font-size: 0.7rem;
  }

  .ps-cart-summary {
    width: 100%;
    padding: 1.25rem !important;
  }

  .sa-support-channels-item {
    min-height: 0 !important;
    padding: 1.3rem !important;
  }

  .sa-page-feedback [data-dsr].max-w-2xl,
  .sa-page-feedback [data-dsr].max-w-xl {
    padding: 1.2rem;
    border-radius: 1.1rem;
  }

  .sa-footer .wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sa-footer .wrap > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 1.25rem;
  }

  .sa-footer .wrap > .grid > div:first-child {
    grid-column: 1 / -1;
  }

  .sa-footer-link {
    min-height: 2rem;
    display: inline-flex;
    align-items: center;
    line-height: 1.35;
  }

  .sa-footer .footer-wordmark {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  :root {
    --ps-mobile-pad: 1rem;
  }

  .sa-navbar--classic > .ps-navbar-shell {
    width: calc(100% - 0.75rem);
  }

  .sa-navbar--classic .nav-shrink {
    padding-inline: 0.55rem;
  }

  .sa-navbar-logo img {
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 2.15rem;
  }


  .ps-navbar-menu-toggle:focus-visible,
  .ps-mobile-nav-close:focus-visible {
    outline: 2px solid rgba(var(--cl-accent), 0.78);
    outline-offset: 2px;
    box-shadow: 0 0 0 5px rgba(var(--cl-accent), 0.1);
  }

  .ps-mobile-nav-drawer {
    width: calc(100vw - 0.55rem);
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }

  .ps-mobile-nav-link__copy small {
    font-size: 0.61rem;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .sa-btn,
  .sa-cta-banner .sa-btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .ps-hero-products {
    margin-inline: 0;
  }

  .sa-footer .wrap > .grid {
    gap: 2rem 1rem;
  }
}

/* Unified closing area: contained CTA and a calm, functional footer. */
.sa-tpl-shop .components > .sa-cta-banner:last-child {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
  background: transparent;
}

.sa-tpl-shop .sa-cta-banner--card .wrap > div,
.sa-tpl-shop .sa-cta-banner--full-bleed > .relative {
  border: 1px solid rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: clamp(1rem, 1.5vw, 1.35rem);
  background:
    radial-gradient(35rem 18rem at 50% 0%, rgba(var(--cl-accent), 0.095), transparent 72%),
    rgba(var(--cl-surface), 0.78);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.sa-tpl-shop .sa-cta-banner--full-bleed > .relative {
  width: min(calc(100% - 2rem), var(--container-max));
  margin-inline: auto;
  overflow: hidden;
}

.sa-footer {
  position: relative;
  isolation: isolate;
  margin-top: 0 !important;
  overflow: hidden;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
  background:
    radial-gradient(48rem 24rem at 16% 0%, rgba(var(--cl-accent), 0.07), transparent 74%),
    linear-gradient(180deg, rgba(2, 14, 8, 0.72), rgba(1, 10, 5, 0.96) 48%, rgba(1, 9, 5, 0.99)) !important;
}

.sa-footer > .absolute:first-child,
.sa-footer .footer-wordmark {
  display: none !important;
}

.sa-footer .ps-footer-wrap {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.ps-footer-main {
  display: grid;
  grid-template-columns: minmax(17rem, 1.15fr) minmax(0, 1.85fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.ps-footer-brand-column {
  max-width: 25rem;
}

.ps-footer-brand-link {
  color: rgb(var(--cl-t-primary));
}

.ps-footer-logo {
  width: 2.1rem;
  height: 2.1rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
}

.ps-footer-brand-link span {
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}

.ps-footer-brand p {
  max-width: 24rem;
  margin-top: 0.9rem;
  font-size: 0.84rem;
  line-height: 1.65;
}

.ps-footer-socials {
  margin-top: 1.25rem;
  gap: 0.5rem;
}

.ps-footer-socials a {
  width: 2.35rem;
  height: 2.35rem;
  border-color: rgba(var(--cl-t-primary), 0.085);
  border-radius: 50%;
  background: rgba(var(--cl-t-primary), 0.018);
  transition: color 170ms ease, border-color 170ms ease, background-color 170ms ease, transform 170ms ease;
}

.ps-footer-socials a:hover {
  color: rgb(var(--cl-accent));
  border-color: rgba(var(--cl-accent), 0.22);
  background: rgba(var(--cl-accent), 0.055);
  transform: translateY(-2px);
}

.ps-footer-navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
}

.ps-footer-link-group .rule-label {
  margin-bottom: 1rem;
  display: block;
  color: rgb(var(--cl-t-primary));
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.ps-footer-link-group .rule-label::before,
.ps-footer-link-group .rule-label::after {
  content: none !important;
}

.ps-footer-link-group > div {
  display: grid;
  gap: 0.65rem;
}

.sa-footer-link {
  min-height: 1.8rem;
  line-height: 1.35;
  transition: color 170ms ease;
}

.ps-footer-link-arrow {
  color: rgb(var(--cl-accent));
  font-size: 0.56rem;
  opacity: 0;
  transform: translateX(-0.25rem);
  transition: opacity 170ms ease, transform 170ms ease;
}

.sa-footer-link:hover .ps-footer-link-arrow,
.sa-footer-link:focus-visible .ps-footer-link-arrow {
  opacity: 0.8;
  transform: translateX(0);
}

.ps-footer-utility {
  margin-top: clamp(2.25rem, 4vw, 3.25rem);
  padding: 1rem 0;
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  border-top: 1px solid rgba(var(--cl-t-primary), 0.065);
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.065);
}

.ps-footer-discord {
  min-height: 3.25rem;
  padding: 0.2rem 0;
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  color: rgb(var(--cl-t-primary));
  transition: color 170ms ease;
}

.ps-footer-discord:hover {
  color: #b7c0ff;
}

.ps-footer-discord__icon {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  color: #aeb8ff;
  font-size: 1.05rem;
}

.ps-footer-discord small,
.ps-footer-discord strong {
  display: block;
}

.ps-footer-discord small {
  margin-bottom: 0.08rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.6rem;
}

.ps-footer-discord strong {
  font-size: 0.75rem;
}

.ps-footer-discord__arrow {
  margin-right: 0.35rem;
  color: #aeb8ff;
  font-size: 0.7rem;
  opacity: 0.75;
}

.ps-footer-payments {
  min-width: 0;
  padding: 0;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.ps-footer-payments > span {
  color: rgb(var(--cl-t-muted));
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ps-footer-payments > div {
  min-width: 0;
}

.ps-footer-payments [class*="flex"] {
  justify-content: flex-end;
}

.ps-footer-payments .sa-payment-icons--row {
  column-gap: clamp(0.85rem, 1.35vw, 1.3rem);
  row-gap: 0.7rem;
}

.ps-footer-payments .sa-payment-icons--row img {
  height: 1.25rem;
  max-width: 2.15rem;
  object-fit: contain;
  border-radius: 0;
  filter: saturate(0.9);
  opacity: 0.82;
  transition: opacity 170ms ease, filter 170ms ease, transform 170ms ease;
}

.ps-footer-payments .sa-payment-icons--row img:hover {
  opacity: 1;
  filter: saturate(1.1);
  transform: translateY(-1px);
}

.ps-footer-bottom {
  margin-top: 1.25rem;
  padding-top: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.065);
}

.ps-footer-bottom p {
  font-size: 0.72rem;
}

.ps-footer-back {
  min-height: 2rem;
}

@media (max-width: 900px) {
  .ps-footer-main {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ps-footer-brand-column {
    max-width: 32rem;
  }

  .ps-footer-utility {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ps-footer-payments {
    padding-top: 1rem;
    grid-template-columns: max-content minmax(0, 1fr);
    border-top: 1px solid rgba(var(--cl-t-primary), 0.065);
  }

  .ps-footer-payments [class*="flex"] {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .sa-tpl-shop .components > .sa-cta-banner:last-child {
    padding-top: 3rem;
    padding-bottom: 3.25rem;
  }

  .sa-tpl-shop .sa-cta-banner--full-bleed > .relative {
    width: calc(100% - 2rem);
  }

  .sa-footer .ps-footer-wrap {
    padding-top: 2.75rem;
    padding-bottom: max(1.5rem, env(safe-area-inset-bottom));
  }

  .ps-footer-navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.25rem;
  }

  .ps-footer-link-group:last-child {
    grid-column: 1 / -1;
  }

  .ps-footer-utility {
    margin-top: 2.2rem;
    padding: 0.8rem 0;
  }

  .ps-footer-payments {
    padding: 0.9rem 0 0.2rem;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .ps-footer-payments [class*="flex"] {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .ps-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-hero-trust-orb,
  .ps-hero-console,
  .ps-hero-console__status i,
  .ps-hero-flow-line i,
  .ps-hero-float-card {
    animation: none !important;
  }

  .ps-hero-console {
    transform: none;
  }
}

/* Homepage reviews — compact proof header and calm, equal-height cards. */
.sa-feedbacks--slider {
  position: relative;
  isolation: isolate;
  border-block: 1px solid rgba(var(--cl-t-primary), 0.045);
  background: radial-gradient(42rem 22rem at 18% 45%, rgba(var(--cl-accent), 0.045), transparent 72%);
}

.ps-feedbacks-heading {
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.ps-feedbacks-heading .sa-section-header {
  max-width: 39rem;
  margin-bottom: 0;
}

.ps-feedbacks-heading__proof {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.65rem;
}

.sa-feedbacks--slider .ps-feedback-rating-summary {
  margin: 0;
}

.sa-feedbacks--slider .ps-feedback-rating-summary > div {
  padding: 0.68rem 0.9rem;
  gap: 0.65rem;
  border-color: rgba(var(--cl-t-primary), 0.085);
  border-radius: 0.85rem;
  background: rgba(var(--cl-surface), 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.ps-feedbacks-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.68rem;
  font-weight: 700;
  transition: color 170ms ease;
}

.ps-feedbacks-all-link i {
  color: rgb(var(--cl-accent));
  font-size: 0.58rem;
  transition: transform 170ms ease;
}

.ps-feedbacks-all-link:hover {
  color: rgb(var(--cl-t-primary));
}

.ps-feedbacks-all-link:hover i {
  transform: translateX(2px);
}

.ps-feedbacks-slider {
  padding-bottom: 0;
}

.ps-feedbacks-slider .splide__track {
  overflow: hidden;
  padding-block: 0.35rem 0.65rem;
}

.ps-feedbacks-slider .splide__list {
  align-items: stretch;
}

.ps-feedbacks-slider .sa-feedbacks-item {
  height: auto;
  padding: 0.2rem;
}

.sa-feedbacks--slider .sa-feedback-card--glow {
  min-height: 15rem;
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: 1.15rem;
  background: linear-gradient(145deg, rgba(var(--cl-t-primary), 0.025), transparent 52%), rgba(var(--cl-surface), 0.84) !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.022);
  transition: border-color 190ms ease, transform 190ms ease, box-shadow 190ms ease;
}

.sa-feedbacks--slider .sa-feedback-card--glow:hover {
  border-color: rgba(var(--cl-accent), 0.2) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.21), 0 0 28px rgba(var(--cl-accent), 0.035);
  transform: translateY(-3px);
}

.sa-feedbacks--slider .sa-feedback-card--glow > .absolute {
  opacity: 0.45;
}

.ps-feedback-card__quote {
  position: absolute;
  z-index: 0;
  top: 4.25rem;
  right: 1rem;
  color: rgba(var(--cl-accent), 0.1);
  font-size: 1.25rem;
}

.sa-feedbacks--slider .ps-feedback-card__header {
  min-height: 4rem;
  padding: 1rem 1rem 0.8rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.06);
}

.sa-feedbacks--slider .ps-feedback-card__header > div {
  max-width: 72%;
}

.sa-feedbacks--slider .ps-feedback-card__header img,
.sa-feedbacks--slider .ps-feedback-card__header div > span:first-child {
  width: 2.15rem;
  height: 2.15rem;
  flex-basis: 2.15rem;
  border-color: rgba(var(--cl-t-primary), 0.08);
  border-radius: 0.65rem;
}

.sa-feedbacks--slider .ps-feedback-card__header p {
  color: rgba(var(--cl-t-primary), 0.88);
  font-size: 0.69rem;
  font-weight: 720;
}

.sa-feedbacks--slider .ps-feedback-card__header > span {
  color: rgba(var(--cl-t-muted), 0.8);
  font-size: 0.62rem;
}

.sa-feedbacks--slider .ps-feedback-card__body {
  min-height: 6rem;
  padding: 1rem 1rem 0.35rem;
  display: flex;
  align-items: flex-start;
}

.sa-feedbacks--slider .ps-feedback-card__body > p {
  padding-right: 1.2rem;
  color: rgba(var(--cl-t-primary), 0.92);
  font-size: 0.88rem;
  line-height: 1.62;
}

.sa-feedbacks--slider .ps-feedback-card__footer {
  margin-top: auto;
  padding: 0.78rem 1rem;
  border-top-color: rgba(var(--cl-t-primary), 0.065);
}

.sa-feedbacks--slider .ps-feedback-card__footer > span:last-child {
  border-color: rgba(var(--cl-accent), 0.18);
  color: rgba(141, 255, 195, 0.8);
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.61rem;
}

.ps-feedbacks-slider .splide__pagination {
  bottom: 0;
  gap: 0.38rem;
}

.ps-feedbacks-slider .splide__pagination__page {
  width: 0.38rem;
  height: 0.38rem;
  margin: 0;
  border-radius: 999px;
  background: rgba(var(--cl-t-primary), 0.18);
  opacity: 1;
  transform: none;
  transition: width 180ms ease, background-color 180ms ease;
}

.ps-feedbacks-slider .splide__pagination__page.is-active {
  width: 1.35rem;
  background: rgb(var(--cl-accent));
}

@media (max-width: 767px) {
  .ps-feedbacks-heading {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .ps-feedbacks-heading__proof {
    align-items: flex-start;
  }

  .sa-feedbacks--slider .ps-feedback-rating-summary {
    justify-content: flex-start;
  }

  .sa-feedbacks--slider .ps-feedback-rating-summary > div {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .sa-feedbacks--slider .sa-feedback-card--glow {
    min-height: 14.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-feedbacks--slider .sa-feedback-card--glow,
  .ps-feedbacks-all-link i,
  .ps-feedbacks-slider .splide__pagination__page {
    transition: none !important;
  }
}

/* Homepage reseller — concise proposition with a branded API illustration. */
.sa-promo-panel--code-showcase {
  overflow: hidden;
  border-block: 1px solid rgba(var(--cl-t-primary), 0.045);
  background:
    radial-gradient(42rem 28rem at 75% 50%, rgba(var(--cl-accent), 0.075), transparent 72%),
    linear-gradient(180deg, transparent, rgba(var(--cl-surface), 0.2), transparent);
}

.ps-reseller-layout {
  align-items: center !important;
  gap: clamp(3rem, 7vw, 7rem) !important;
}

.sa-promo-panel--code-showcase .sa-promo-panel-title {
  max-width: 12ch;
  font-size: clamp(2.45rem, 4.6vw, 4.7rem);
  letter-spacing: -0.055em;
}

.sa-promo-panel--code-showcase .sa-promo-panel-body {
  max-width: 31rem;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.sa-promo-panel--code-showcase .sa-promo-panel-actions {
  margin-top: 1.7rem;
}

.ps-reseller-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.65rem;
}

.ps-reseller-benefit {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.72rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.07);
  border-radius: 0.85rem;
  background: rgba(var(--cl-surface), 0.45);
}

.ps-reseller-benefit__icon {
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 1.9rem;
  border-radius: 0.58rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.1);
  font-size: 0.67rem;
}

.ps-reseller-benefit p {
  color: rgb(var(--cl-t-primary));
  font-size: 0.7rem;
  font-weight: 750;
  line-height: 1.2;
}

.ps-reseller-benefit span:not(.ps-reseller-benefit__icon) {
  display: block;
  margin-top: 0.16rem;
  color: rgba(var(--cl-t-muted), 0.82);
  font-size: 0.58rem;
  line-height: 1.3;
}

.ps-reseller-code {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 42rem;
  margin-inline: auto;
  border: 1px solid rgba(var(--cl-t-primary), 0.12);
  border-radius: 1.45rem;
  background: rgb(7, 10, 15);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38), 0 0 70px rgba(var(--cl-accent), 0.045);
  transform: perspective(1100px) rotateY(-2.5deg) rotateX(1deg);
  transition: transform 350ms ease, border-color 350ms ease;
}

.ps-reseller-code:hover {
  border-color: rgba(var(--cl-accent), 0.22);
  transform: perspective(1100px) rotateY(0) rotateX(0) translateY(-3px);
}

.ps-reseller-code::after {
  content: "";
  position: absolute;
  inset: 3rem -20% auto;
  height: 14rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(var(--cl-accent), 0.075), transparent 68%);
}

.ps-reseller-code__bar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 3.5rem;
  padding: 0 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  color: rgba(222, 228, 240, 0.55);
  font: 600 0.68rem/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.ps-reseller-code__lights {
  display: flex;
  gap: 0.42rem;
}

.ps-reseller-code__lights i {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: #ff5f57;
}

.ps-reseller-code__lights i:nth-child(2) { background: #febc2e; }
.ps-reseller-code__lights i:nth-child(3) { background: #28c840; }

.ps-reseller-code__bar > span:nth-child(2) i {
  margin-right: 0.4rem;
  color: rgba(var(--cl-accent), 0.72);
}

.ps-reseller-code__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(143, 242, 188, 0.8);
}

.ps-reseller-code__live i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 0 0 rgba(var(--cl-accent), 0.5);
  animation: ps-reseller-pulse 2s ease-out infinite;
}

.ps-reseller-code__body {
  position: relative;
  z-index: 1;
  min-height: 27rem;
  padding: clamp(1.5rem, 3.2vw, 2.4rem);
  color: rgba(235, 239, 247, 0.86);
  font: 500 clamp(0.72rem, 1.15vw, 0.94rem)/1.75 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.ps-code-space { height: 0.75rem; }
.ps-code-indent { padding-left: 1.65rem; }
.ps-code-method { color: #c4a7ff; }
.ps-code-main { color: #edf1f7; }
.ps-code-muted { color: #788399; }
.ps-code-key { color: #78d8bd; }
.ps-code-value { color: #efa7dd; }
.ps-code-number { color: #ffd166; }
.ps-code-success { color: rgb(var(--cl-accent)); font-weight: 750; }

.ps-reseller-code__status {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  min-height: 3.7rem;
  padding: 0 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: rgba(214, 222, 235, 0.48);
  font-size: 0.65rem;
  font-weight: 650;
}

.ps-reseller-code__status span:first-child {
  color: rgba(156, 247, 196, 0.85);
}

.ps-reseller-code__status i {
  margin-right: 0.42rem;
  color: rgb(var(--cl-accent));
}

@keyframes ps-reseller-pulse {
  70% { box-shadow: 0 0 0 0.4rem rgba(var(--cl-accent), 0); }
  100% { box-shadow: 0 0 0 0 rgba(var(--cl-accent), 0); }
}

@media (max-width: 1023px) {
  .sa-promo-panel--code-showcase .sa-promo-panel-title {
    max-width: 14ch;
  }

  .ps-reseller-code {
    max-width: 38rem;
    transform: none;
  }
}

@media (max-width: 640px) {
  .ps-reseller-benefits {
    grid-template-columns: 1fr;
  }

  .ps-reseller-benefit {
    padding: 0.75rem 0.8rem;
  }

  .ps-reseller-code {
    border-radius: 1.1rem;
  }

  .ps-reseller-code__bar {
    grid-template-columns: auto 1fr;
    padding-inline: 1rem;
  }

  .ps-reseller-code__live {
    display: none;
  }

  .ps-reseller-code__body {
    min-height: 23.5rem;
    overflow-x: auto;
    padding: 1.25rem 1rem;
    white-space: nowrap;
    font-size: 0.68rem;
  }

  .ps-reseller-code__status span:last-child {
    display: none;
  }
}

/* Homepage statistics v4 — dimensional cards and refined typography. */
.sa-tpl-shop .sa-stats--strip .ps-store-stats__grid {
  grid-template-rows: repeat(2, minmax(11.2rem, auto));
  gap: 1rem;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card {
  isolation: isolate;
  padding: clamp(1.4rem, 2.4vw, 2.15rem);
  border-color: rgba(var(--cl-t-primary), 0.105) !important;
  background:
    radial-gradient(circle at 92% 5%, rgba(var(--cl-accent), 0.105), transparent 34%),
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.032), transparent 38%),
    linear-gradient(180deg, rgba(var(--cl-surface-raised), 0.72), rgba(var(--cl-surface), 0.82));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.025) inset,
    0 -1px 0 rgba(0, 0, 0, 0.18) inset,
    0 22px 56px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(var(--cl-accent), 0.012);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  border-radius: inherit;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 20%),
    linear-gradient(90deg, rgba(var(--cl-accent), 0.35), rgba(var(--cl-accent), 0)) top left / 42% 1px no-repeat;
  content: "";
  pointer-events: none;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--cl-accent), 0.12), transparent 38%),
    linear-gradient(155deg, rgba(var(--cl-t-primary), 0.03), transparent 42%),
    linear-gradient(180deg, rgba(var(--cl-surface-raised), 0.74), rgba(var(--cl-surface), 0.82));
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(3) {
  background:
    radial-gradient(circle at 8% 100%, rgba(var(--cl-accent), 0.09), transparent 42%),
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.035), transparent 44%),
    linear-gradient(180deg, rgba(var(--cl-surface-raised), 0.72), rgba(var(--cl-surface), 0.82));
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(4) {
  background:
    radial-gradient(circle at 94% 70%, rgba(var(--cl-accent), 0.105), transparent 38%),
    linear-gradient(150deg, rgba(var(--cl-t-primary), 0.03), transparent 42%),
    linear-gradient(180deg, rgba(var(--cl-surface-raised), 0.72), rgba(var(--cl-surface), 0.82));
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary {
  border-color: rgba(var(--cl-accent), 0.26) !important;
  background:
    radial-gradient(circle at 74% 25%, rgba(var(--cl-accent), 0.2), transparent 39%),
    linear-gradient(145deg, rgba(var(--cl-accent), 0.12), rgba(var(--cl-surface-raised), 0.73) 52%, rgba(var(--cl-surface), 0.85));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 -1px 0 rgba(0, 0, 0, 0.2) inset,
    0 30px 80px rgba(0, 0, 0, 0.23),
    0 0 52px rgba(var(--cl-accent), 0.035);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--cl-accent), 0.3) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 30px 72px rgba(0, 0, 0, 0.24),
    0 0 42px rgba(var(--cl-accent), 0.055);
}

.ps-store-stats__card-top {
  z-index: 2;
  right: auto;
}

.ps-store-stats__icon {
  width: 2.7rem;
  height: 2.7rem;
  border-color: rgba(var(--cl-accent), 0.28);
  border-radius: 0.85rem;
  background:
    linear-gradient(145deg, rgba(var(--cl-accent), 0.16), rgba(var(--cl-accent), 0.065));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.055),
    0 12px 28px rgba(var(--cl-accent), 0.08);
  font-size: 1.02rem;
}

.ps-store-stats__number {
  display: none !important;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__value {
  margin-top: 3.15rem;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__value .text-display {
  font-size: clamp(2.65rem, 4vw, 4.25rem);
  font-weight: 650;
  letter-spacing: -0.055em;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary .ps-store-stats__value .text-display {
  font-size: clamp(4.15rem, 7vw, 7rem);
  font-weight: 600;
  letter-spacing: -0.065em;
}

.ps-store-stats__card h3 {
  margin-top: 0.8rem;
  font-family: var(--ff-body);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.ps-store-stats__card > p {
  margin-top: 0.42rem;
  color: rgba(var(--cl-t-primary), 0.54);
  font-size: 0.72rem;
  line-height: 1.55;
}

.ps-store-stats__live {
  gap: 0.48rem;
  margin-top: 1.25rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(var(--cl-accent), 0.15);
  border-radius: 999px;
  background: rgba(var(--cl-accent), 0.055);
  color: rgba(var(--cl-t-primary), 0.68);
  font-size: 0.66rem;
  font-weight: 650;
}

@media (max-width: 767px) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card {
    padding: 1.25rem;
  }

  .ps-store-stats__icon {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.75rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__value {
    margin-top: 2.8rem;
  }
}

/* Refined catalogue intro and controls */
.sa-page-products {
  background:
    radial-gradient(circle at 48% 0%, rgba(var(--cl-accent), 0.055), transparent 32rem),
    transparent;
}

.ps-catalog-intro {
  max-width: 58rem;
}

.ps-catalog-intro .sa-section-header {
  max-width: none;
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.ps-catalog-intro .sa-section-eyebrow {
  margin-bottom: 0.72rem;
  color: rgb(var(--cl-accent));
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps-catalog-intro .sa-section-title {
  max-width: 15ch;
  font-size: clamp(2.75rem, 4.5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ps-catalog-intro .sa-section-subtitle {
  max-width: 43rem;
  margin-top: 1rem;
  color: rgba(var(--cl-t-muted), 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.ps-catalog-toolbar {
  display: grid !important;
  grid-template-columns: auto auto auto minmax(17rem, 1fr) auto;
  align-items: center;
  gap: 0.5rem !important;
  padding: 0.55rem !important;
  border: 1px solid rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: 1rem !important;
  background:
    linear-gradient(110deg, rgba(var(--cl-accent), 0.035), transparent 35%),
    rgba(var(--cl-surface), 0.76) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14) !important;
  backdrop-filter: blur(18px);
}

.ps-catalog-filter-button {
  height: 2.72rem !important;
  padding-inline: 0.82rem !important;
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: 0.7rem !important;
  background: rgba(var(--cl-t-primary), 0.022);
  font-size: 0.72rem !important;
  font-weight: 650 !important;
  white-space: nowrap;
}

.ps-catalog-filter-button:hover {
  border-color: rgba(var(--cl-accent), 0.2) !important;
  background: rgba(var(--cl-accent), 0.055) !important;
}

.ps-catalog-filter-button > svg {
  width: 0.9rem;
  height: 0.9rem;
}

.ps-catalog-search .input {
  height: 2.72rem !important;
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: 0.7rem !important;
  background: rgba(var(--cl-t-primary), 0.018) !important;
  font-size: 0.72rem;
}

.ps-catalog-search .input:focus {
  border-color: rgba(var(--cl-accent), 0.32) !important;
  box-shadow: 0 0 0 3px rgba(var(--cl-accent), 0.07);
}

.ps-catalog-search > svg {
  width: 0.9rem;
  height: 0.9rem;
}

.ps-catalog-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  height: 2.72rem;
  padding: 0 0.78rem;
  border-left: 1px solid rgba(var(--cl-t-primary), 0.085);
  color: rgba(var(--cl-t-muted), 0.78);
  font-size: 0.68rem;
  font-weight: 650;
  white-space: nowrap;
}

.ps-catalog-count::before {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.45);
  content: "";
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .ps-catalog-toolbar {
    grid-template-columns: auto auto auto minmax(11rem, 1fr) auto;
  }

  .ps-catalog-filter-button {
    padding-inline: 0.65rem !important;
  }
}

@media (max-width: 767px) {
  .ps-catalog-intro .sa-section-header {
    margin-bottom: 1.75rem;
  }

  .ps-catalog-intro .sa-section-title {
    max-width: 12ch;
    font-size: clamp(2.35rem, 11vw, 3.25rem) !important;
    line-height: 1 !important;
  }

  .ps-catalog-intro .sa-section-subtitle {
    max-width: 31rem;
    margin-top: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .ps-catalog-mobile-filter {
    min-height: 2.65rem;
    padding-inline: 0.9rem;
    border-color: rgba(var(--cl-t-primary), 0.09);
    border-radius: 0.72rem;
    background: rgba(var(--cl-surface), 0.7);
    font-size: 0.72rem;
  }

  .ps-catalog-mobile-count {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem !important;
    font-weight: 650;
  }

  .ps-catalog-mobile-count::before {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 999px;
    background: rgb(var(--cl-accent));
    content: "";
  }
}

/* Store statistics — final visual alignment pass. */
@media (min-width: 961px) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__grid {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(1) {
    grid-column: 1 / 5 !important;
    grid-row: 1 / 3 !important;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(2) {
    grid-column: 5 / 8 !important;
    grid-row: 1 !important;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(3) {
    grid-column: 8 / 11 !important;
    grid-row: 1 !important;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(4) {
    grid-column: 5 / 11 !important;
    grid-row: 2 !important;
  }
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary .ps-store-stats__card-top {
  position: absolute !important;
  z-index: 3;
  top: clamp(1.2rem, 2vw, 1.65rem);
  right: auto !important;
  left: clamp(1.2rem, 2vw, 1.65rem);
  width: auto;
  margin: 0;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:not(.ps-store-stats__card--primary) .ps-store-stats__card-top {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  align-self: flex-start;
  width: auto;
  margin: 0 0 clamp(0.8rem, 1.25vw, 1.05rem);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:not(.ps-store-stats__card--primary) .ps-store-stats__value {
  width: 100%;
  margin-top: 0 !important;
  line-height: 0.9;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary .text-display {
  font-size: clamp(3.75rem, 6.25vw, 6.5rem) !important;
  letter-spacing: -0.065em !important;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary > p {
  max-width: 25rem;
}

@media (max-width: 560px) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary .ps-store-stats__card-top {
    top: 1rem;
    left: 1rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary .text-display {
    font-size: clamp(2.8rem, 13vw, 4.25rem) !important;
  }
}

/* Final product-gallery contrast and image positioning. */
.sa-page-product .ps-product-gallery-heading {
  min-height: clamp(7.25rem, 27%, 10.5rem);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.99) 0%,
    rgba(0, 0, 0, 0.93) 28%,
    rgba(0, 0, 0, 0.72) 52%,
    rgba(0, 0, 0, 0.36) 73%,
    rgba(0, 0, 0, 0) 100%
  );
}

.sa-page-product .ps-product-gallery-frame > img,
.sa-page-product .sa-product-gallery--side .splide__slide > img,
.sa-page-product .sa-product-gallery--bottom .splide__slide > img {
  transform: translateY(2.8%) scale(1.055);
  transform-origin: center center;
}

.sa-page-product .ps-product-gallery-heading .sa-page-product-title {
  text-shadow:
    0 2px 7px rgba(0, 0, 0, 0.95),
    0 8px 26px rgba(0, 0, 0, 0.76);
}

@media (max-width: 767px) {
  .sa-page-product .ps-product-gallery-heading {
    min-height: 6rem;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.99) 0%,
      rgba(0, 0, 0, 0.92) 32%,
      rgba(0, 0, 0, 0.64) 58%,
      rgba(0, 0, 0, 0.24) 78%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .sa-page-product .ps-product-gallery-frame > img,
  .sa-page-product .sa-product-gallery--side .splide__slide > img,
  .sa-page-product .sa-product-gallery--bottom .splide__slide > img {
    transform: translateY(2.2%) scale(1.045);
  }
}

/* Compact, interactive reviews inside individual product pages. */
.sa-page-product .ps-product-review-list {
  gap: 0.7rem !important;
}

.sa-page-product .ps-product-review-list .sa-feedback-card--glow {
  min-height: 0 !important;
  height: auto !important;
  isolation: isolate;
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: 1rem;
  background:
    linear-gradient(125deg, rgba(var(--cl-accent), 0.035), transparent 42%),
    rgba(var(--cl-surface), 0.72) !important;
  box-shadow:
    0 12px 34px rgba(0, 0, 0, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.022);
  transition:
    transform 220ms cubic-bezier(0.2, 0.75, 0.25, 1),
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}

.sa-page-product .ps-product-review-list .sa-feedback-card--glow::after {
  position: absolute;
  z-index: 0;
  right: -15%;
  bottom: -70%;
  width: 42%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(var(--cl-accent), 0.1);
  filter: blur(42px);
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 220ms ease, transform 400ms ease;
}

.sa-page-product .ps-product-review-list .sa-feedback-card--glow:hover {
  z-index: 2;
  transform: translateY(-3px) scale(1.004);
  border-color: rgba(var(--cl-accent), 0.25) !important;
  background-color: rgba(var(--cl-surface), 0.94) !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.18),
    0 0 30px rgba(var(--cl-accent), 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.sa-page-product .ps-product-review-list .sa-feedback-card--glow:hover::after {
  opacity: 1;
  transform: translate(-16%, -16%) scale(1.15);
}

.sa-page-product .ps-product-review-list .sa-feedback-card--glow > .absolute {
  opacity: 0.28;
}

.sa-page-product .ps-product-review-list .ps-feedback-card__quote {
  top: 3.15rem;
  right: 1rem;
  color: rgba(var(--cl-accent), 0.07);
  font-size: 1.05rem;
}

.sa-page-product .ps-product-review-list .ps-feedback-card__header {
  min-height: 0;
  padding: 0.72rem 1rem 0.15rem;
  border: 0;
}

.sa-page-product .ps-product-review-list .ps-feedback-card__header > span {
  margin-left: auto;
  padding: 0.22rem 0.48rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.065);
  border-radius: 999px;
  background: rgba(var(--cl-t-primary), 0.025);
  color: rgba(var(--cl-t-muted), 0.76);
  font-size: 0.63rem;
  font-weight: 600;
}

.sa-page-product .ps-product-review-list .ps-feedback-card__body {
  min-height: 0;
  padding: 0.42rem 1rem 0.72rem;
}

.sa-page-product .ps-product-review-list .ps-feedback-card__body > p {
  position: relative;
  z-index: 1;
  padding-right: 1.6rem;
  color: rgba(var(--cl-t-primary), 0.94);
  font-size: 0.86rem;
  font-weight: 520;
  line-height: 1.52;
}

.sa-page-product .ps-product-review-list .ps-feedback-card__footer {
  min-height: 2.85rem;
  margin-top: 0;
  padding: 0.62rem 1rem;
  border-top-color: rgba(var(--cl-t-primary), 0.065);
  background: rgba(var(--cl-t-primary), 0.012);
}

.sa-page-product .ps-product-review-list .ps-feedback-card__footer > span:last-child {
  padding: 0.24rem 0.5rem;
  border-color: rgba(var(--cl-accent), 0.22);
  background: rgba(var(--cl-accent), 0.07);
  color: rgb(var(--cl-accent));
  font-size: 0.58rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.sa-page-product .ps-product-review-list .sa-feedback-card--glow:hover .ps-feedback-card__footer > span:last-child {
  transform: translateX(-2px);
  background: rgba(var(--cl-accent), 0.11);
  box-shadow: 0 0 18px rgba(var(--cl-accent), 0.09);
}

.sa-page-product .ps-product-review-list .sa-rating-stars > span:first-child {
  gap: 0.13rem;
}

.sa-page-product .ps-product-review-list .sa-rating-stars > span:first-child > span {
  cursor: default;
  transform-origin: 50% 65%;
  transition: transform 170ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 170ms ease;
}

.sa-page-product .ps-product-review-list .sa-rating-stars > span:first-child > span:hover {
  z-index: 2;
  transform: translateY(-3px) rotate(-7deg) scale(1.22);
  filter: drop-shadow(0 3px 7px rgba(240, 180, 41, 0.42));
}

.sa-page-product .ps-product-review-list .sa-rating-stars > span:first-child > span:hover + span {
  transform: translateY(-1px) scale(1.08);
}

@media (max-width: 767px) {
  .sa-page-product .ps-product-review-list {
    gap: 0.58rem !important;
  }

  .sa-page-product .ps-product-review-list .ps-feedback-card__header {
    padding: 0.62rem 0.78rem 0.1rem;
  }

  .sa-page-product .ps-product-review-list .ps-feedback-card__body {
    padding: 0.38rem 0.78rem 0.62rem;
  }

  .sa-page-product .ps-product-review-list .ps-feedback-card__body > p {
    padding-right: 1rem;
    font-size: 0.8rem;
  }

  .sa-page-product .ps-product-review-list .ps-feedback-card__footer {
    min-height: 2.65rem;
    padding: 0.55rem 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-page-product .ps-product-review-list .sa-feedback-card--glow,
  .sa-page-product .ps-product-review-list .sa-feedback-card--glow::after,
  .sa-page-product .ps-product-review-list .sa-rating-stars > span:first-child > span,
  .sa-page-product .ps-product-review-list .ps-feedback-card__footer > span:last-child {
    transition: none !important;
    transform: none !important;
  }
}

/* Product page: keep the product name inside the main image. */
.ps-product-gallery-frame,
.sa-product-gallery--side .splide.main,
.sa-product-gallery--bottom {
  isolation: isolate;
}

.ps-product-gallery-heading {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  min-height: clamp(7.5rem, 30%, 12rem);
  padding: clamp(1.15rem, 2.4vw, 2rem);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.72) 35%,
    rgba(0, 0, 0, 0.34) 67%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}

.ps-product-gallery-heading .sa-page-product-title {
  width: min(92%, 48rem);
  margin: 0;
  color: #fff;
  font-size: clamp(1.3rem, 2.55vw, 2.5rem) !important;
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

/* Desktop product gallery — cursor-following 3D depth and light. */
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .sa-page-product .ps-product-gallery-tilt {
    transform-style: preserve-3d;
    transform-origin: center center;
    backface-visibility: hidden;
    box-shadow:
      0 24px 56px rgba(0, 0, 0, 0.18),
      0 0 0 1px rgba(var(--cl-accent), 0.025);
    transition:
      transform 170ms cubic-bezier(0.2, 0.72, 0.25, 1),
      box-shadow 240ms ease,
      filter 240ms ease;
  }

  .sa-page-product .ps-product-gallery-tilt:hover {
    z-index: 4;
    box-shadow:
      0 34px 78px rgba(0, 0, 0, 0.28),
      0 12px 42px rgba(var(--cl-accent), 0.09),
      0 0 0 1px rgba(var(--cl-accent), 0.16);
    filter: brightness(1.035) saturate(1.025);
  }

  .sa-page-product .ps-product-gallery-tilt.hfx-spotlight::after {
    z-index: 7;
    border-radius: inherit;
    background:
      radial-gradient(
        34rem circle at var(--mx, 50%) var(--my, 50%),
        rgba(255, 255, 255, 0.13),
        rgba(var(--cl-accent), 0.055) 27%,
        transparent 61%
      );
    mix-blend-mode: screen;
    transition: opacity 180ms ease;
  }

  .sa-page-product .ps-product-gallery-tilt .ps-product-gallery-heading {
    transform: translateZ(18px);
  }
}

.ps-product-meta:empty {
  display: none;
}

@media (max-width: 767px) {
  .ps-product-gallery-heading {
    min-height: 6.5rem;
    padding: 0.95rem 1rem;
  }

  .ps-product-gallery-heading .sa-page-product-title {
    width: 96%;
    font-size: clamp(1.08rem, 5.6vw, 1.55rem) !important;
    line-height: 1.12;
    letter-spacing: -0.025em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-page-product .ps-product-gallery-tilt,
  .sa-page-product .ps-product-gallery-tilt:hover,
  .sa-page-product .ps-product-gallery-tilt .ps-product-gallery-heading {
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* Statistics cards — final cascade layer. */
.sa-tpl-shop .sa-stats--strip .ps-store-stats__grid {
  grid-template-rows: repeat(2, minmax(11.2rem, auto));
  gap: 1rem;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card {
  isolation: isolate;
  padding: clamp(1.4rem, 2.4vw, 2.15rem);
  border-color: rgba(var(--cl-t-primary), 0.105) !important;
  background:
    radial-gradient(circle at 92% 5%, rgba(var(--cl-accent), 0.105), transparent 34%),
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.032), transparent 38%),
    linear-gradient(180deg, rgba(var(--cl-surface-raised), 0.72), rgba(var(--cl-surface), 0.82));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.03),
    inset 0 -1px rgba(0, 0, 0, 0.18),
    0 22px 56px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(var(--cl-accent), 0.012);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  border-radius: inherit;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 20%),
    linear-gradient(90deg, rgba(var(--cl-accent), 0.35), transparent) top left / 42% 1px no-repeat;
  content: "";
  pointer-events: none;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(2) {
  background:
    radial-gradient(circle at 100% 0%, rgba(var(--cl-accent), 0.12), transparent 38%),
    linear-gradient(155deg, rgba(var(--cl-t-primary), 0.03), transparent 42%),
    linear-gradient(180deg, rgba(var(--cl-surface-raised), 0.74), rgba(var(--cl-surface), 0.82));
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(3) {
  background:
    radial-gradient(circle at 8% 100%, rgba(var(--cl-accent), 0.09), transparent 42%),
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.035), transparent 44%),
    linear-gradient(180deg, rgba(var(--cl-surface-raised), 0.72), rgba(var(--cl-surface), 0.82));
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(4) {
  background:
    radial-gradient(circle at 94% 70%, rgba(var(--cl-accent), 0.105), transparent 38%),
    linear-gradient(150deg, rgba(var(--cl-t-primary), 0.03), transparent 42%),
    linear-gradient(180deg, rgba(var(--cl-surface-raised), 0.72), rgba(var(--cl-surface), 0.82));
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary {
  justify-content: flex-end;
  padding: clamp(1.7rem, 3vw, 2.7rem);
  border-color: rgba(var(--cl-accent), 0.26) !important;
  background:
    radial-gradient(circle at 74% 25%, rgba(var(--cl-accent), 0.2), transparent 39%),
    linear-gradient(145deg, rgba(var(--cl-accent), 0.12), rgba(var(--cl-surface-raised), 0.73) 52%, rgba(var(--cl-surface), 0.85));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -1px rgba(0, 0, 0, 0.2),
    0 30px 80px rgba(0, 0, 0, 0.23),
    0 0 52px rgba(var(--cl-accent), 0.035);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--cl-accent), 0.3) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.04),
    0 30px 72px rgba(0, 0, 0, 0.24),
    0 0 42px rgba(var(--cl-accent), 0.055);
}

.sa-tpl-shop .ps-store-stats__card-top {
  z-index: 2;
  right: auto;
}

.sa-tpl-shop .ps-store-stats__icon {
  width: 2.7rem;
  height: 2.7rem;
  border-color: rgba(var(--cl-accent), 0.28);
  border-radius: 0.85rem;
  background: linear-gradient(145deg, rgba(var(--cl-accent), 0.16), rgba(var(--cl-accent), 0.065));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.055), 0 12px 28px rgba(var(--cl-accent), 0.08);
  font-size: 1.02rem;
}

.ps-store-stats__number {
  display: none !important;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__value {
  margin-top: 3.15rem;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__value .text-display {
  font-size: clamp(2.65rem, 4vw, 4.25rem);
  font-weight: 650;
  letter-spacing: -0.055em;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary .ps-store-stats__value .text-display {
  font-size: clamp(4.15rem, 7vw, 7rem);
  font-weight: 600;
  letter-spacing: -0.065em;
}

.sa-tpl-shop .ps-store-stats__card h3 {
  margin-top: 0.8rem;
  font-family: var(--ff-body);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.sa-tpl-shop .ps-store-stats__card > p {
  margin-top: 0.42rem;
  color: rgba(var(--cl-t-primary), 0.54);
  font-size: 0.72rem;
  line-height: 1.55;
}

.sa-tpl-shop .ps-store-stats__live {
  gap: 0.48rem;
  margin-top: 1.25rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(var(--cl-accent), 0.15);
  border-radius: 999px;
  background: rgba(var(--cl-accent), 0.055);
  color: rgba(var(--cl-t-primary), 0.68);
  font-size: 0.66rem;
  font-weight: 650;
}

@media (max-width: 767px) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card {
    padding: 1.25rem;
  }

  .sa-tpl-shop .ps-store-stats__icon {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.75rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__value {
    margin-top: 2.8rem;
  }
}

/* Homepage statistics v3 — cohesive heading and seamless section background. */
.sa-tpl-shop .sa-hero--trust-showcase > .absolute.inset-0 {
  -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 76%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 76%, transparent 100%);
}

.sa-tpl-shop .sa-stats--strip {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.sa-tpl-shop .sa-stats--strip > .wrap::before {
  display: none !important;
  content: none !important;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__header {
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 25rem);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
  margin-bottom: clamp(2.5rem, 4.5vw, 4rem);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__eyebrow {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 999px;
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.65rem;
  letter-spacing: 0.085em;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__eyebrow i {
  animation: none;
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.35);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__header h2 {
  max-width: 16ch;
  font-size: clamp(3rem, 4.8vw, 4.75rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-wrap: pretty;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__intro {
  max-width: 25rem;
  padding: 0;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__intro > p {
  color: rgba(var(--cl-t-muted), 0.82);
  font-size: 1rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__intro > span {
  margin-top: 0.9rem;
  color: rgba(var(--cl-t-primary), 0.54);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__grid,
.sa-tpl-shop .sa-stats--strip .sa-stats-items {
  padding-block: 0;
  border-block: 0 !important;
  background: transparent !important;
}

@media (max-width: 960px) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__header {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__intro {
    max-width: 38rem;
  }
}

@media (max-width: 560px) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__header {
    margin-bottom: 2rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__header h2 {
    max-width: 13ch;
    font-size: clamp(2.55rem, 11vw, 3.35rem);
  }
}

/* Homepage statistics v2 — editorial header and asymmetric proof bento. */
.sa-tpl-shop .sa-stats--strip .ps-store-stats__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  width: 100%;
  margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.ps-store-stats__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  color: rgb(var(--cl-accent));
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.ps-store-stats__eyebrow i,
.ps-store-stats__live i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 14px rgba(var(--cl-accent), 0.55);
  animation: ps-store-stats-pulse 2.4s ease-in-out infinite;
}

.ps-store-stats__header h2 {
  max-width: 17ch;
  font-size: clamp(2.8rem, 5.4vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.ps-store-stats__intro {
  max-width: 31rem;
  padding-bottom: 0.35rem;
}

.ps-store-stats__intro > p {
  color: rgb(var(--cl-t-muted));
  font-size: clamp(0.92rem, 1.25vw, 1.08rem);
  line-height: 1.7;
}

.ps-store-stats__intro > span {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  margin-top: 1.1rem;
  color: rgba(var(--cl-t-primary), 0.47);
  font-size: 0.7rem;
  font-weight: 650;
}

.ps-store-stats__intro > span i {
  color: rgb(var(--cl-accent));
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(10.6rem, auto));
  gap: 0.85rem;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__grid::before {
  display: none;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  padding: clamp(1.3rem, 2.4vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: calc(var(--radius-card) + 0.18rem);
  background:
    linear-gradient(145deg, rgba(var(--cl-accent), 0.035), transparent 48%),
    rgba(var(--cl-surface), 0.7);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.022);
  text-align: left;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card::after {
  display: none;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(1) {
  grid-column: 1 / 6;
  grid-row: 1 / 3;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(2) {
  grid-column: 6 / 10;
  grid-row: 1;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(3) {
  grid-column: 10 / 13;
  grid-row: 1;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(4) {
  grid-column: 6 / 13;
  grid-row: 2;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary {
  justify-content: flex-end;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border-color: rgba(var(--cl-accent), 0.2) !important;
  background:
    radial-gradient(circle at 74% 24%, rgba(var(--cl-accent), 0.16), transparent 40%),
    linear-gradient(145deg, rgba(var(--cl-accent), 0.11), rgba(var(--cl-surface), 0.76) 58%);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.17), inset 0 1px rgba(255, 255, 255, 0.028);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary::before {
  content: "";
  position: absolute;
  top: 14%;
  right: 9%;
  width: clamp(8rem, 15vw, 13rem);
  aspect-ratio: 1;
  border: 1px solid rgba(var(--cl-accent), 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 1.7rem rgba(var(--cl-accent), 0.025),
    0 0 0 3.4rem rgba(var(--cl-accent), 0.016);
  pointer-events: none;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--cl-accent), 0.22) !important;
  background-color: rgba(var(--cl-surface), 0.86);
  box-shadow: 0 25px 58px rgba(0, 0, 0, 0.17), 0 0 36px rgba(var(--cl-accent), 0.03);
}

.ps-store-stats__card-top {
  position: absolute;
  top: clamp(1.2rem, 2vw, 1.6rem);
  right: clamp(1.2rem, 2vw, 1.6rem);
  left: clamp(1.2rem, 2vw, 1.6rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ps-store-stats__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: 0.75rem;
  background: rgba(var(--cl-accent), 0.085);
  color: rgb(var(--cl-accent));
  box-shadow: 0 0 26px rgba(var(--cl-accent), 0.065);
}

.ps-store-stats__number {
  color: rgba(var(--cl-t-primary), 0.22);
  font-size: 0.67rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.ps-store-stats__value {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 0.18rem;
  margin-top: 2.7rem;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__value .text-display {
  color: rgb(var(--cl-t-primary));
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  letter-spacing: -0.065em;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary .ps-store-stats__value .text-display {
  font-size: clamp(3.7rem, 7vw, 7.2rem);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__value span + span {
  color: rgba(var(--cl-accent), 0.72);
  font-size: clamp(1.35rem, 2.5vw, 2.5rem);
}

.ps-store-stats__card h3 {
  position: relative;
  z-index: 1;
  margin-top: 0.65rem;
  color: rgb(var(--cl-t-primary));
  font-size: 0.83rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.ps-store-stats__card > p {
  position: relative;
  z-index: 1;
  max-width: 23rem;
  margin-top: 0.35rem;
  color: rgba(var(--cl-t-primary), 0.46);
  font-size: 0.68rem;
  line-height: 1.5;
}

.ps-store-stats__live {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.2rem;
  color: rgba(var(--cl-t-primary), 0.52);
  font-size: 0.67rem;
  font-weight: 650;
}

@keyframes ps-store-stats-pulse {
  0%, 100% { opacity: 0.42; transform: scale(0.84); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 960px) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__header {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .ps-store-stats__intro {
    max-width: 37rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 19rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(2),
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    min-height: 12rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 11.5rem;
  }
}

@media (max-width: 560px) {
  .ps-store-stats__header h2 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 11.5vw, 3.5rem);
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__grid {
    gap: 0.65rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card {
    padding: 1rem;
    border-radius: 1rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(1) {
    min-height: 16.5rem;
    padding: 1.2rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(2),
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(3) {
    min-height: 11rem;
  }

  .ps-store-stats__card-top {
    top: 1rem;
    right: 1rem;
    left: 1rem;
  }

  .ps-store-stats__icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.62rem;
    font-size: 0.76rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__value .text-display {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary .ps-store-stats__value .text-display {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .ps-store-stats__card h3 {
    font-size: 0.74rem;
  }

  .ps-store-stats__card > p {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-store-stats__eyebrow i,
  .ps-store-stats__live i {
    animation: none;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card {
    transition: none;
  }
}

/* Reviews page — premium proof layout, compact verified cards and calm motion. */
.sa-page-feedback--premium {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: clamp(2.75rem, 5vw, 5rem);
  background:
    radial-gradient(circle at 12% 5%, rgba(var(--cl-accent), 0.09), transparent 24rem),
    radial-gradient(circle at 88% 22%, rgba(var(--cl-accent), 0.055), transparent 26rem);
}

.sa-page-feedback--premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(var(--cl-accent), 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--cl-accent), 0.035) 1px, transparent 1px);
  background-size: 5.5rem 5.5rem;
  mask-image: linear-gradient(to bottom, black, transparent 42rem);
  pointer-events: none;
}

.ps-reviews-page__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: stretch;
  min-height: 25rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent), 0.17);
  border-radius: calc(var(--radius-card) + 0.65rem);
  background:
    linear-gradient(125deg, rgba(var(--cl-accent), 0.075), transparent 42%),
    rgba(var(--cl-surface), 0.74);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(18px);
}

.ps-reviews-page__hero::after {
  content: "";
  position: absolute;
  top: -8rem;
  left: 22%;
  width: 23rem;
  height: 23rem;
  border-radius: 50%;
  background: rgba(var(--cl-accent), 0.075);
  filter: blur(75px);
  pointer-events: none;
}

.ps-reviews-page__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 49rem;
}

.ps-reviews-page__eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 0.48rem;
  margin-bottom: 1.2rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: 999px;
  background: rgba(var(--cl-accent), 0.085);
  color: rgb(var(--cl-accent));
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ps-reviews-page__copy h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 5.8vw, 5.7rem);
  line-height: 0.94;
  letter-spacing: -0.062em;
  text-wrap: balance;
}

.ps-reviews-page__subtitle {
  max-width: 38rem;
  margin-top: 1.35rem;
  color: rgb(var(--cl-t-muted));
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  line-height: 1.7;
}

.ps-reviews-page__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin-top: 1.7rem;
}

.ps-reviews-page__trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: rgba(var(--cl-t-primary), 0.62);
  font-size: 0.73rem;
  font-weight: 650;
}

.ps-reviews-page__trust i {
  color: rgb(var(--cl-accent));
}

.ps-reviews-page__score {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1.35rem, 3vw, 2.15rem);
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  border-radius: calc(var(--radius-card) + 0.2rem);
  background:
    radial-gradient(circle at 85% 15%, rgba(250, 190, 45, 0.12), transparent 42%),
    rgba(var(--cl-bg), 0.54);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
}

.ps-reviews-page__score-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(var(--cl-t-primary), 0.48);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.ps-reviews-page__score-top span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.ps-reviews-page__score-top span i,
.ps-reviews-page__live i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 14px rgba(var(--cl-accent), 0.55);
  animation: ps-reviews-pulse 2.3s ease-in-out infinite;
}

.ps-reviews-page__score-top > i {
  color: rgb(250, 190, 45);
  font-size: 1rem;
}

.ps-reviews-page__score-value {
  display: flex;
  align-items: flex-end;
  gap: 0.4rem;
  margin-top: 2.1rem;
}

.ps-reviews-page__score-value strong {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: clamp(4.4rem, 8vw, 7rem);
  line-height: 0.76;
  letter-spacing: -0.075em;
}

.ps-reviews-page__score-value span {
  margin-bottom: 0.22rem;
  color: rgba(var(--cl-t-primary), 0.43);
  font-size: 0.95rem;
  font-weight: 700;
}

.ps-reviews-page__stars {
  margin-top: 1.35rem;
}

.ps-reviews-page__score > p {
  margin-top: 0.65rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.8rem;
}

.ps-reviews-page__score > p strong {
  color: rgb(var(--cl-t-primary));
}

.ps-reviews-page__score-foot {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-top: 1.7rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
  color: rgba(var(--cl-t-primary), 0.5);
  font-size: 0.68rem;
  line-height: 1.55;
}

.ps-reviews-page__score-foot i {
  margin-top: 0.15rem;
  color: rgb(var(--cl-accent));
}

.ps-reviews-page__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin: clamp(3.4rem, 7vw, 6rem) 0 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.085);
}

.ps-reviews-page__live {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgb(var(--cl-accent));
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.ps-reviews-page__bar h2 {
  margin-top: 0.35rem;
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  letter-spacing: -0.045em;
}

.ps-reviews-page__bar > p {
  color: rgb(var(--cl-t-muted));
  font-size: 0.78rem;
  white-space: nowrap;
}

.ps-reviews-page__bar > p strong {
  color: rgb(var(--cl-t-primary));
}

.ps-reviews-page__grid {
  gap: 0.9rem !important;
}

.sa-page-feedback--premium .sa-page-feedback-item {
  min-width: 0;
}

.sa-page-feedback--premium .sa-feedback-card--glow {
  min-height: 13.5rem;
  overflow: hidden;
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: calc(var(--radius-card) + 0.12rem);
  background:
    linear-gradient(145deg, rgba(var(--cl-accent), 0.035), transparent 44%),
    rgba(var(--cl-surface), 0.68);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.018);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.sa-page-feedback--premium .sa-feedback-card--glow:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--cl-accent), 0.24) !important;
  background-color: rgba(var(--cl-surface), 0.84);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.17), 0 0 34px rgba(var(--cl-accent), 0.035);
}

.sa-page-feedback--premium .sa-feedback-card--glow > .absolute {
  opacity: 0.48;
}

.sa-page-feedback--premium .ps-feedback-card__quote {
  top: 4.1rem;
  right: 1rem;
  color: rgba(var(--cl-accent), 0.075);
  font-size: 1.65rem;
}

.sa-page-feedback--premium .ps-feedback-card__header {
  min-height: 3.5rem;
  padding: 0.9rem 1rem 0.75rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.065);
}

.sa-page-feedback--premium .ps-feedback-card__header img,
.sa-page-feedback--premium .ps-feedback-card__header div > span:first-child {
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
}

.sa-page-feedback--premium .ps-feedback-card__header p {
  max-width: 16rem;
  font-size: 0.7rem;
  font-weight: 700;
}

.sa-page-feedback--premium .ps-feedback-card__header > span {
  font-size: 0.65rem;
}

.sa-page-feedback--premium .ps-feedback-card__body {
  display: flex;
  align-items: flex-start;
  padding: 1.1rem 1rem 0.8rem;
}

.sa-page-feedback--premium .ps-feedback-card__body > p {
  position: relative;
  z-index: 1;
  color: rgba(var(--cl-t-primary), 0.87);
  font-size: 0.88rem;
  line-height: 1.65;
}

.sa-page-feedback--premium .ps-feedback-card__footer {
  min-height: 3.45rem;
  margin-top: auto;
  padding: 0.8rem 1rem;
  border-color: rgba(var(--cl-t-primary), 0.065);
}

.sa-page-feedback--premium .ps-feedback-card__footer svg {
  width: 0.9rem;
  height: 0.9rem;
}

.sa-page-feedback--premium .ps-feedback-card__footer > span:last-child {
  max-width: 8.5rem;
  padding: 0.3rem 0.55rem;
  border-color: rgba(var(--cl-accent), 0.19);
  background: rgba(var(--cl-accent), 0.075);
  color: rgb(var(--cl-accent));
  font-size: 0.61rem;
}

.ps-reviews-page__pagination {
  margin-top: 2.2rem !important;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: var(--radius-card);
  background: rgba(var(--cl-surface), 0.5);
}

.ps-reviews-page__pagination .sa-pagination {
  margin: 0;
}

@keyframes ps-reviews-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.86); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 900px) {
  .ps-reviews-page__hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ps-reviews-page__copy h1 {
    max-width: 15ch;
  }

  .ps-reviews-page__score {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 1.4rem;
  }

  .ps-reviews-page__score-top,
  .ps-reviews-page__score-foot {
    grid-column: 1 / -1;
  }

  .ps-reviews-page__score-value {
    grid-row: 2 / span 3;
    margin: 1.5rem 0 0;
  }

  .ps-reviews-page__stars {
    margin-top: 1.4rem;
  }

  .ps-reviews-page__score-foot {
    margin-top: 1.25rem;
  }
}

@media (max-width: 639px) {
  .sa-page-feedback--premium {
    padding-top: 1.5rem;
  }

  .ps-reviews-page__hero {
    gap: 1.35rem;
    padding: 1.2rem;
    border-radius: 1.2rem;
  }

  .ps-reviews-page__eyebrow {
    margin-bottom: 0.95rem;
    font-size: 0.61rem;
  }

  .ps-reviews-page__copy h1 {
    max-width: 12ch;
    font-size: clamp(2.6rem, 12vw, 3.5rem);
  }

  .ps-reviews-page__subtitle {
    margin-top: 1rem;
    font-size: 0.9rem;
  }

  .ps-reviews-page__trust {
    gap: 0.55rem;
    margin-top: 1.25rem;
  }

  .ps-reviews-page__trust span {
    width: calc(50% - 0.3rem);
    font-size: 0.65rem;
  }

  .ps-reviews-page__trust span:last-child {
    width: 100%;
  }

  .ps-reviews-page__score {
    padding: 1.15rem;
    border-radius: 1rem;
  }

  .ps-reviews-page__score-value strong {
    font-size: 4rem;
  }

  .ps-reviews-page__bar {
    align-items: flex-start;
    margin-top: 3rem;
  }

  .ps-reviews-page__bar > p {
    display: none;
  }

  .ps-reviews-page__bar h2 {
    font-size: 1.65rem;
  }

  .sa-page-feedback--premium .sa-feedback-card--glow {
    min-height: 12rem;
  }

  .ps-reviews-page__pagination {
    padding: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-reviews-page__score-top span i,
  .ps-reviews-page__live i {
    animation: none;
  }

  .sa-page-feedback--premium .sa-feedback-card--glow {
    transition: none;
  }
}

/* Reseller workspace v3 — guided tools and integration setup */
.sa-page-customer-reseller {
  background:
    radial-gradient(circle at 58% 0, rgba(var(--cl-accent), 0.055), transparent 34rem),
    transparent;
}

.sa-page-customer-reseller .customer-header {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.ps-reseller-v3__stats,
.ps-reseller-v3__tier,
.ps-reseller-v3__history,
.ps-reseller-v3__catalog {
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  background: rgba(var(--cl-surface), 0.74) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.022), 0 22px 65px rgba(0, 0, 0, 0.1) !important;
}

.ps-reseller-v3__stats {
  overflow: hidden;
  border-radius: 1.15rem !important;
  background:
    linear-gradient(115deg, rgba(var(--cl-accent), 0.045), transparent 34%),
    rgba(var(--cl-surface), 0.76) !important;
}

.ps-reseller-v3__stats > * {
  min-height: 6.7rem;
}

.ps-reseller-v3__stats .icon-tile {
  border-color: rgba(var(--cl-accent), 0.16);
  background: rgba(var(--cl-accent), 0.065);
}

.ps-reseller-v3__content {
  gap: 1rem !important;
}

.ps-reseller-v3__tier {
  border-radius: 1.05rem !important;
}

.ps-reseller-v3__tier > div {
  align-items: center;
}

.ps-reseller-v3__tier img {
  width: 3.4rem;
  height: 3.4rem;
  border-color: rgba(var(--cl-accent), 0.15);
  border-radius: 0.85rem;
}

.ps-reseller-v3__history {
  overflow: hidden;
  border-radius: 1.05rem !important;
}

.ps-reseller-v3__history > div:first-child,
.ps-reseller-v3__catalog > div:first-child {
  min-height: 4.25rem;
  border-color: rgba(var(--cl-t-primary), 0.075);
}

.ps-reseller-v3__tools {
  padding: clamp(1.2rem, 2.6vw, 2rem);
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 20% 0, rgba(var(--cl-accent), 0.05), transparent 23rem),
    rgba(var(--cl-surface), 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.ps-reseller-v3__tools-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.4rem;
}

.ps-reseller-v3__eyebrow {
  display: block;
  margin-bottom: 0.5rem;
  color: rgb(var(--cl-accent));
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ps-reseller-v3__tools-heading h2 {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.4vw, 2.05rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.ps-reseller-v3__tools-heading > p {
  max-width: 32rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.73rem;
  line-height: 1.55;
}

.ps-reseller-v3__tools-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.ps-reseller-v3__tool {
  display: flex;
  flex-direction: column;
  min-height: 32rem;
  padding: 1.25rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  border-radius: 1rem;
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-reseller-v3__tool--dynamic {
  border-color: rgba(var(--cl-accent), 0.16);
  background: linear-gradient(145deg, rgba(var(--cl-accent), 0.045), transparent 48%), rgba(var(--cl-t-primary), 0.018);
}

.ps-reseller-v3__tool-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
}

.ps-reseller-v3__tool-icon {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(var(--cl-accent), 0.16);
  border-radius: 0.8rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.065);
  font-size: 0.78rem;
}

.ps-reseller-v3__tool-head div > span {
  display: block;
  margin-bottom: 0.18rem;
  color: rgba(var(--cl-t-muted), 0.72);
  font-size: 0.55rem;
  font-weight: 760;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ps-reseller-v3__tool-head h3 {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 780;
  letter-spacing: -0.03em;
}

.ps-reseller-v3__tool-head em {
  padding: 0.38rem 0.58rem;
  border: 1px solid rgba(var(--cl-accent), 0.15);
  border-radius: 999px;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.52rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.ps-reseller-v3__tool-description {
  min-height: 5.4rem;
  margin-top: 1.25rem;
  color: rgba(var(--cl-t-muted), 0.86);
  font-size: 0.75rem;
  line-height: 1.62;
}

.ps-reseller-v3__mini-steps {
  display: grid;
  gap: 0;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-reseller-v3__mini-steps li {
  display: grid;
  grid-template-columns: 1.8rem minmax(0, 1fr);
  gap: 0.7rem;
  padding-block: 0.85rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-reseller-v3__mini-steps li > span {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 0.5rem;
  color: rgba(var(--cl-accent), 0.9);
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.5rem;
  font-weight: 800;
}

.ps-reseller-v3__mini-steps strong,
.ps-reseller-v3__mini-steps small {
  display: block;
}

.ps-reseller-v3__mini-steps strong {
  color: rgba(var(--cl-t-primary), 0.9);
  font-size: 0.68rem;
  font-weight: 720;
}

.ps-reseller-v3__mini-steps small {
  margin-top: 0.15rem;
  color: rgba(var(--cl-t-muted), 0.68);
  font-size: 0.59rem;
  line-height: 1.4;
}

.ps-reseller-v3__tool-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 1.2rem;
}

.ps-reseller-v3__tool-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(var(--cl-t-muted), 0.72);
  font-size: 0.58rem;
  font-weight: 650;
}

.ps-reseller-v3__tool-footer > span i {
  color: rgb(var(--cl-accent));
}

.ps-reseller-v3__tool-footer > div {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.ps-reseller-v3__tool-footer button,
.ps-reseller-v3__tool-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.55rem;
  padding-inline: 0.85rem;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: 0.68rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.06);
  font-size: 0.62rem;
  font-weight: 720;
}

.ps-reseller-v3__tool-footer button:hover {
  background: rgba(var(--cl-accent), 0.1);
}

.ps-reseller-v3__tool-footer a {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(var(--cl-t-muted), 0.8);
}

.ps-reseller-v3__catalog {
  overflow: hidden;
  border-radius: 1.15rem !important;
}

.ps-reseller-v3__catalog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ps-reseller-v3__catalog-head > span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(var(--cl-accent), 0.13);
  border-radius: 999px;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.045);
  font-size: 0.54rem;
  font-weight: 700;
}

.ps-reseller-v3__catalog tbody tr {
  transition: background-color 150ms ease;
}

.ps-reseller-v3__catalog tbody tr:hover {
  background: rgba(var(--cl-accent), 0.025);
}

/* Reseller setup modals */
.ps-reseller-modal-shell {
  z-index: 99999 !important;
  isolation: isolate;
}

.ps-reseller-modal-shell__stage {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 2rem;
}

.ps-reseller-modal-shell__backdrop {
  z-index: 0;
  background: rgba(0, 7, 3, 0.86);
  backdrop-filter: blur(12px);
}

.ps-reseller-modal {
  position: relative;
  z-index: 2;
  width: min(88rem, 100%);
  max-height: calc(100svh - 4rem);
  overflow: auto;
  border: 1px solid rgba(var(--cl-t-primary), 0.12);
  border-radius: 1.35rem;
  color: rgb(var(--cl-t-primary));
  background-color: #06170e;
  background-image: radial-gradient(circle at 20% 0, rgba(var(--cl-accent), 0.09), transparent 27rem);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.48);
  opacity: 1;
  visibility: visible;
  animation: ps-reseller-modal-in 180ms ease-out both;
}

@keyframes ps-reseller-modal-in {
  from { opacity: 0; transform: translateY(0.75rem) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.ps-reseller-modal__header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.25rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.08);
  background-color: #071b11;
  background-color: rgba(7, 27, 17, 0.96);
  backdrop-filter: blur(18px);
}

.ps-reseller-modal__identity,
.ps-reseller-modal__header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.ps-reseller-modal__identity > span {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(var(--cl-accent), 0.17);
  border-radius: 0.78rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.065);
  font-size: 0.78rem;
}

.ps-reseller-modal__identity small {
  display: block;
  margin-bottom: 0.1rem;
  color: rgba(var(--cl-t-muted), 0.68);
  font-size: 0.52rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ps-reseller-modal__identity h2 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 790;
  letter-spacing: -0.03em;
}

.ps-reseller-modal__status {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.08);
  border-radius: 999px;
  color: rgba(var(--cl-t-muted), 0.78);
  font-size: 0.58rem;
  font-weight: 690;
}

.ps-reseller-modal__status i {
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 10px rgba(var(--cl-accent), 0.5);
}

.ps-reseller-modal__status.is-active {
  border-color: rgba(var(--cl-accent), 0.15);
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.045);
}

.ps-reseller-modal__close {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.09);
  border-radius: 0.72rem;
  color: rgb(var(--cl-t-muted));
  background: rgba(var(--cl-t-primary), 0.02);
}

.ps-reseller-modal__close:hover {
  color: rgb(var(--cl-t-primary));
  border-color: rgba(var(--cl-t-primary), 0.17);
}

.ps-reseller-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(22rem, 0.82fr);
}

.ps-reseller-modal__guide,
.ps-reseller-modal__manager {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.ps-reseller-modal__manager {
  border-left: 1px solid rgba(var(--cl-t-primary), 0.08);
  background: rgba(var(--cl-t-primary), 0.015);
}

.ps-reseller-modal__intro h3 {
  max-width: 18ch;
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 820;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.ps-reseller-modal__intro > p {
  max-width: 42rem;
  margin-top: 0.9rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.78rem;
  line-height: 1.65;
}

.ps-reseller-modal__capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.ps-reseller-modal__capabilities > span {
  min-width: 0;
  padding: 0.85rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 0.75rem;
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-reseller-modal__capabilities i,
.ps-reseller-modal__capabilities strong,
.ps-reseller-modal__capabilities small {
  display: block;
}

.ps-reseller-modal__capabilities i {
  margin-bottom: 0.75rem;
  color: rgb(var(--cl-accent));
  font-size: 0.72rem;
}

.ps-reseller-modal__capabilities strong {
  font-size: 0.66rem;
  font-weight: 720;
}

.ps-reseller-modal__capabilities small {
  margin-top: 0.2rem;
  color: rgba(var(--cl-t-muted), 0.68);
  font-size: 0.56rem;
  line-height: 1.4;
}

.ps-reseller-modal__steps {
  margin-top: 2.2rem;
}

.ps-reseller-modal__section-title {
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.08);
}

.ps-reseller-modal__section-title > span {
  color: rgb(var(--cl-accent));
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ps-reseller-modal__section-title h3 {
  margin-top: 0.25rem;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 750;
}

.ps-reseller-modal__steps ol {
  display: grid;
}

.ps-reseller-modal__steps li {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  gap: 0.85rem;
  padding-block: 1rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.07);
}

.ps-reseller-modal__steps li > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(var(--cl-accent), 0.14);
  border-radius: 0.62rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.54rem;
  font-weight: 800;
}

.ps-reseller-modal__steps strong {
  display: block;
  color: rgba(var(--cl-t-primary), 0.92);
  font-size: 0.72rem;
  font-weight: 730;
}

.ps-reseller-modal__steps p {
  max-width: 40rem;
  margin-top: 0.25rem;
  color: rgba(var(--cl-t-muted), 0.76);
  font-size: 0.65rem;
  line-height: 1.52;
}

.ps-reseller-modal__steps p b {
  color: rgba(var(--cl-t-primary), 0.83);
  font-weight: 700;
}

.ps-reseller-modal__security-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(var(--cl-accent), 0.13);
  border-radius: 0.8rem;
  background: rgba(var(--cl-accent), 0.04);
}

.ps-reseller-modal__security-note > i {
  margin-top: 0.12rem;
  color: rgb(var(--cl-accent));
}

.ps-reseller-modal__security-note strong {
  display: block;
  font-size: 0.68rem;
}

.ps-reseller-modal__security-note p {
  margin-top: 0.2rem;
  color: rgba(var(--cl-t-muted), 0.73);
  font-size: 0.61rem;
  line-height: 1.45;
}

.ps-reseller-modal__security-note--warning {
  border-color: rgba(245, 158, 11, 0.18);
  background: rgba(245, 158, 11, 0.035);
}

.ps-reseller-modal__security-note--warning > i {
  color: #f6b94e;
}

.ps-reseller-modal__manager-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.ps-reseller-modal__manager-head h3 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 770;
  letter-spacing: -0.03em;
}

.ps-reseller-modal__manager-head > a,
.ps-reseller-modal__manager-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: rgb(var(--cl-accent));
  font-size: 0.58rem;
  font-weight: 690;
}

.ps-reseller-modal__manager-badge {
  padding: 0.42rem 0.6rem;
  border: 1px solid rgba(var(--cl-accent), 0.14);
  border-radius: 999px;
  background: rgba(var(--cl-accent), 0.045);
}

.ps-reseller-modal__key-state {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  margin-top: 1.4rem;
  padding: 1rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.08);
  border-radius: 0.8rem;
  background: rgba(var(--cl-t-primary), 0.02);
}

.ps-reseller-modal__key-icon {
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.65rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.06);
  font-size: 0.68rem;
}

.ps-reseller-modal__key-state strong {
  display: block;
  font-size: 0.68rem;
}

.ps-reseller-modal__key-state p {
  margin-top: 0.2rem;
  color: rgba(var(--cl-t-muted), 0.7);
  font-size: 0.6rem;
  line-height: 1.45;
}

.ps-reseller-modal__new-key {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: 0.85rem;
  background: rgba(var(--cl-accent), 0.045);
}

.ps-reseller-modal__new-key > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(var(--cl-t-primary), 0.9);
  font-size: 0.62rem;
  font-weight: 720;
}

.ps-reseller-modal__new-key em {
  color: #f6b94e;
  font-size: 0.52rem;
  font-style: normal;
  text-transform: uppercase;
}

.ps-reseller-modal__new-key code {
  display: block;
  margin-top: 0.65rem;
  padding: 0.75rem;
  overflow-wrap: anywhere;
  border: 1px solid rgba(var(--cl-t-primary), 0.08);
  border-radius: 0.6rem;
  color: #b6f6d3;
  background: rgba(0, 0, 0, 0.24);
  font-size: 0.62rem;
  line-height: 1.5;
  user-select: all;
}

.ps-reseller-modal__new-key > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-height: 2.6rem;
  margin-top: 0.65rem;
  border-radius: 0.65rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.08);
  font-size: 0.62rem;
  font-weight: 720;
}

.ps-reseller-modal__new-key > p,
.ps-reseller-modal__field-help {
  margin-top: 0.65rem;
  color: rgba(var(--cl-t-muted), 0.68);
  font-size: 0.57rem;
  line-height: 1.45;
}

.ps-reseller-modal__new-key > p i {
  color: #f6b94e;
}

.ps-reseller-modal__error {
  margin-top: 0.8rem;
  color: rgb(var(--cl-error));
  font-size: 0.66rem;
}

.ps-reseller-modal__manager-action,
.ps-reseller-modal__delivery-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.ps-reseller-modal__primary-button,
.ps-reseller-modal__secondary-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding-inline: 1rem;
  border-radius: 0.72rem;
  font-size: 0.68rem;
  font-weight: 760;
}

.ps-reseller-modal__primary-button {
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  box-shadow: 0 12px 30px rgba(var(--cl-accent), 0.16);
}

.ps-reseller-modal__secondary-button {
  border: 1px solid rgba(var(--cl-t-primary), 0.1);
  color: rgba(var(--cl-t-primary), 0.82);
  background: rgba(var(--cl-t-primary), 0.025);
}

.ps-reseller-modal__primary-button:disabled,
.ps-reseller-modal__secondary-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ps-reseller-modal__manager-action > p {
  color: rgba(var(--cl-t-muted), 0.68);
  font-size: 0.58rem;
  line-height: 1.45;
}

.ps-reseller-modal__manager-action > p i {
  color: #f6b94e;
}

.ps-reseller-modal__first-request,
.ps-reseller-modal__ready-check {
  margin-top: 1.2rem;
  padding: 1rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-reseller-modal__first-request > span,
.ps-reseller-modal__ready-check > span {
  color: rgba(var(--cl-t-primary), 0.82);
  font-size: 0.62rem;
  font-weight: 730;
}

.ps-reseller-modal__first-request ol,
.ps-reseller-modal__ready-check ul {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.ps-reseller-modal__first-request li,
.ps-reseller-modal__ready-check li {
  color: rgba(var(--cl-t-muted), 0.72);
  font-size: 0.6rem;
}

.ps-reseller-modal__first-request ol {
  counter-reset: first-request;
}

.ps-reseller-modal__first-request li {
  counter-increment: first-request;
}

.ps-reseller-modal__first-request li::before {
  margin-right: 0.45rem;
  color: rgb(var(--cl-accent));
  content: counter(first-request, decimal-leading-zero);
}

.ps-reseller-modal__ready-check li i {
  width: 1rem;
  color: rgb(var(--cl-accent));
}

.ps-reseller-modal__webhook-help {
  margin-top: 1.4rem;
  padding: 0.85rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.08);
  border-radius: 0.75rem;
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-reseller-modal__webhook-help > span {
  color: rgba(var(--cl-t-muted), 0.68);
  font-size: 0.54rem;
  font-weight: 730;
  text-transform: uppercase;
}

.ps-reseller-modal__webhook-help p {
  margin-top: 0.45rem;
  color: rgba(var(--cl-t-primary), 0.84);
  font-size: 0.62rem;
  font-weight: 680;
}

.ps-reseller-modal__webhook-help i {
  margin-inline: 0.35rem;
  color: rgba(var(--cl-accent), 0.7);
  font-size: 0.45rem;
}

.ps-reseller-modal__field-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 0.45rem;
  color: rgba(var(--cl-t-primary), 0.9);
  font-size: 0.66rem;
  font-weight: 700;
}

.ps-reseller-modal__field-label small {
  color: rgb(var(--cl-accent));
  font-size: 0.52rem;
  font-weight: 760;
  text-transform: uppercase;
}

.ps-reseller-modal__secret-field {
  position: relative;
}

.ps-reseller-modal__secret-field > i {
  position: absolute;
  top: 50%;
  left: 0.85rem;
  color: rgba(var(--cl-t-muted), 0.65);
  font-size: 0.68rem;
  transform: translateY(-50%);
}

.ps-reseller-modal__secret-field input {
  width: 100%;
  height: 2.9rem;
  padding: 0 0.85rem 0 2.35rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.1);
  border-radius: 0.72rem;
  color: rgb(var(--cl-t-primary));
  background: rgba(var(--cl-t-primary), 0.02);
  font-size: 0.65rem;
  outline: none;
}

.ps-reseller-modal__secret-field input:focus {
  border-color: rgba(var(--cl-accent), 0.3);
  box-shadow: 0 0 0 3px rgba(var(--cl-accent), 0.06);
}

.ps-reseller-modal__exact-config {
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.08);
  border-radius: 0.85rem;
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-reseller-modal__exact-config > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.ps-reseller-modal__exact-config p {
  min-width: 0;
  padding: 0.7rem;
  border-radius: 0.62rem;
  background: rgba(var(--cl-accent), 0.035);
}

.ps-reseller-modal__exact-config small,
.ps-reseller-modal__exact-config strong,
.ps-reseller-modal__exact-config em {
  display: block;
}

.ps-reseller-modal__exact-config small {
  color: rgba(var(--cl-t-muted), 0.65);
  font-size: 0.5rem;
}

.ps-reseller-modal__exact-config strong {
  margin-top: 0.3rem;
  color: rgb(var(--cl-accent));
  font-size: 0.62rem;
  overflow-wrap: anywhere;
}

.ps-reseller-modal__exact-config em {
  margin-top: 0.22rem;
  color: rgba(var(--cl-t-muted), 0.62);
  font-size: 0.5rem;
  font-style: normal;
}

.ps-reseller-modal__danger-zone {
  margin-top: 1.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.08);
}

.ps-reseller-modal__danger-zone > div:not(.ps-reseller-modal__danger-confirm) {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
}

.ps-reseller-modal__danger-zone > div > span:first-child {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.6rem;
  color: rgb(var(--cl-error));
  background: rgba(var(--cl-error), 0.06);
  font-size: 0.62rem;
}

.ps-reseller-modal__danger-zone strong {
  display: block;
  font-size: 0.64rem;
}

.ps-reseller-modal__danger-zone p {
  margin-top: 0.18rem;
  color: rgba(var(--cl-t-muted), 0.67);
  font-size: 0.56rem;
  line-height: 1.4;
}

.ps-reseller-modal__danger-zone button {
  padding: 0.52rem 0.7rem;
  border: 1px solid rgba(var(--cl-error), 0.23);
  border-radius: 0.58rem;
  color: rgb(var(--cl-error));
  font-size: 0.57rem;
  font-weight: 720;
}

.ps-reseller-modal__danger-confirm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.85rem;
  border: 1px solid rgba(var(--cl-error), 0.2);
  border-radius: 0.75rem;
  background: rgba(var(--cl-error), 0.035);
}

.ps-reseller-modal__danger-confirm > span {
  display: flex;
  gap: 0.45rem;
  flex: 0 0 auto;
}

.ps-reseller-modal__danger-confirm > span button:last-child {
  color: white;
  background: rgb(var(--cl-error));
}

@media (max-width: 1100px) {
  .ps-reseller-v3__tools-grid,
  .ps-reseller-modal__body {
    grid-template-columns: 1fr;
  }

  .ps-reseller-v3__tool {
    min-height: 0;
  }

  .ps-reseller-v3__tool-description {
    min-height: 0;
  }

  .ps-reseller-modal__manager {
    border-top: 1px solid rgba(var(--cl-t-primary), 0.08);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .ps-reseller-v3__tools-heading,
  .ps-reseller-v3__tool-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ps-reseller-v3__tools-heading > p {
    max-width: none;
  }

  .ps-reseller-v3__tool-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ps-reseller-v3__catalog-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ps-reseller-v3__tool-head em {
    grid-column: 2;
    justify-self: start;
  }

  .ps-reseller-v3__tool-footer > div,
  .ps-reseller-v3__tool-footer button {
    width: 100%;
  }

  .ps-reseller-v3__tool-footer > div {
    align-items: stretch;
    flex-direction: column;
  }

  .ps-reseller-modal-shell__stage {
    align-items: flex-end;
    padding: 0;
  }

  .ps-reseller-modal {
    width: 100%;
    max-height: 94svh;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .ps-reseller-modal__header {
    min-height: 4.6rem;
    padding: 0.8rem 1rem;
  }

  .ps-reseller-modal__status {
    display: none;
  }

  .ps-reseller-modal__identity > span {
    width: 2.35rem;
    height: 2.35rem;
  }

  .ps-reseller-modal__identity h2 {
    font-size: 1rem;
  }

  .ps-reseller-modal__guide,
  .ps-reseller-modal__manager {
    padding: 1.15rem;
  }

  .ps-reseller-modal__capabilities,
  .ps-reseller-modal__exact-config > div {
    grid-template-columns: 1fr;
  }

  .ps-reseller-modal__capabilities > span {
    display: grid;
    grid-template-columns: 1.5rem minmax(0, 1fr);
  }

  .ps-reseller-modal__capabilities i {
    grid-row: 1 / 3;
    margin-bottom: 0;
  }

  .ps-reseller-modal__manager-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ps-reseller-modal__danger-zone > div:not(.ps-reseller-modal__danger-confirm),
  .ps-reseller-modal__danger-confirm {
    align-items: flex-start;
    flex-direction: column;
  }

  .ps-reseller-modal__danger-zone > div:not(.ps-reseller-modal__danger-confirm) {
    display: flex;
  }

  .ps-reseller-modal__danger-zone > div:not(.ps-reseller-modal__danger-confirm) > button,
  .ps-reseller-modal__danger-confirm > span,
  .ps-reseller-modal__danger-confirm > span button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-reseller-v3__catalog tbody tr,
  .ps-reseller-v3__tool-footer button,
  .ps-reseller-modal__close {
    transition: none !important;
  }
}

/* Support page v4 — compact concierge layout with restrained motion */
.component.sa-support-channels--v4 {
  padding-top: clamp(4.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(4.5rem, 7vw, 6.5rem);
  background:
    radial-gradient(circle at 18% 8%, rgba(var(--cl-accent), 0.075), transparent 27rem),
    radial-gradient(circle at 78% 34%, rgba(88, 101, 242, 0.045), transparent 28rem),
    transparent;
}

.component.sa-support-channels--v4 > .wrap > .sa-section-header {
  max-width: 60rem;
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.component.sa-support-channels--v4 > .wrap > .sa-section-header .sa-section-title {
  max-width: 14ch;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.component.sa-support-channels--v4 > .wrap > .sa-section-header .sa-section-subtitle {
  max-width: 45rem;
  margin-top: 1rem;
  font-size: 0.96rem;
  line-height: 1.6;
}

.ps-support-v4 {
  display: grid;
  gap: 0.9rem;
  max-width: 82rem;
  margin-inline: auto;
}

.ps-support-v4__hero,
.ps-support-v4__resolution,
.ps-support-v4__route {
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  background: rgba(var(--cl-surface), 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.022), 0 22px 65px rgba(0, 0, 0, 0.1);
}

.ps-support-v4__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  overflow: hidden;
  border-color: rgba(var(--cl-accent), 0.14);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 8% 100%, rgba(var(--cl-accent), 0.095), transparent 28rem),
    linear-gradient(135deg, rgba(var(--cl-t-primary), 0.025), transparent 42%),
    rgba(var(--cl-surface), 0.76);
}

.ps-support-v4__main {
  display: flex;
  flex-direction: column;
  min-height: 25rem;
  padding: clamp(1.6rem, 3.2vw, 2.7rem);
}

.ps-support-v4__badge {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: max-content;
  max-width: 100%;
  padding: 0.45rem 0.55rem;
  border: 1px solid rgba(88, 101, 242, 0.22);
  border-radius: 999px;
  color: #cfd4ff;
  background: rgba(88, 101, 242, 0.09);
  font-size: 0.58rem;
  font-weight: 700;
}

.ps-support-v4__badge > i {
  font-size: 0.68rem;
}

.ps-support-v4__badge em {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.2rem;
  padding-left: 0.55rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: rgb(var(--cl-accent));
  font-size: 0.53rem;
  font-style: normal;
}

.ps-support-v4__badge em i {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 10px rgba(var(--cl-accent), 0.6);
  animation: ps-support-v4-pulse 2.2s ease-in-out infinite;
}

.ps-support-v4__copy {
  margin-block: auto;
  padding-block: 2.5rem 2rem;
}

.ps-support-v4__eyebrow {
  display: block;
  margin-bottom: 0.6rem;
  color: rgb(var(--cl-accent));
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps-support-v4__copy h2,
.ps-support-v4__resolution-copy h2 {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-weight: 820;
  letter-spacing: -0.052em;
}

.ps-support-v4__copy h2 {
  max-width: 16ch;
  font-size: clamp(2.15rem, 3.5vw, 3.35rem);
  line-height: 0.99;
}

.ps-support-v4__copy h2 b {
  color: rgb(var(--cl-accent));
  font-weight: inherit;
}

.ps-support-v4__copy p {
  max-width: 35rem;
  margin-top: 0.9rem;
  color: rgba(var(--cl-t-muted), 0.86);
  font-size: 0.78rem;
  line-height: 1.65;
}

.ps-support-v4__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ps-support-v4__actions .sa-support-channels-link {
  min-height: 2.9rem;
  padding-inline: 1.15rem;
  border-radius: 0.75rem;
  font-size: 0.68rem;
  box-shadow: 0 12px 30px rgba(88, 101, 242, 0.18) !important;
}

.ps-support-v4__actions > span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(var(--cl-t-muted), 0.68);
  font-size: 0.56rem;
  font-weight: 650;
}

.ps-support-v4__actions > span i {
  color: rgb(var(--cl-accent));
}

.ps-support-v4__conversation {
  align-self: center;
  width: calc(100% - clamp(2rem, 5vw, 4rem));
  margin: clamp(1rem, 2.4vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.1);
  border-radius: 1rem;
  background: rgba(1, 10, 6, 0.78);
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.24), 0 0 45px rgba(var(--cl-accent), 0.035);
  animation: ps-support-v4-float 7s ease-in-out infinite;
}

.ps-support-v4__window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 3rem;
  padding: 0 0.85rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.07);
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-support-v4__window-bar > span {
  display: flex;
  gap: 0.3rem;
}

.ps-support-v4__window-bar > span i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #ff625a;
}

.ps-support-v4__window-bar > span i:nth-child(2) { background: #ffbd2e; }
.ps-support-v4__window-bar > span i:nth-child(3) { background: #28c840; }

.ps-support-v4__window-bar p {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgba(var(--cl-t-primary), 0.7);
  font-size: 0.56rem;
  font-weight: 680;
}

.ps-support-v4__window-bar p i {
  color: rgb(var(--cl-accent));
  font-size: 0.5rem;
}

.ps-support-v4__window-bar em {
  justify-self: end;
  color: rgb(var(--cl-accent));
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 750;
  text-transform: uppercase;
}

.ps-support-v4__messages {
  display: grid;
  gap: 0.7rem;
  padding: 1.2rem;
}

.ps-support-v4__message {
  max-width: 86%;
  padding: 0.8rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 0.8rem;
  background: rgba(var(--cl-t-primary), 0.025);
  opacity: 0;
  animation: ps-support-v4-message 500ms ease-out forwards;
}

.ps-support-v4__message--team {
  justify-self: end;
  border-color: rgba(var(--cl-accent), 0.13);
  background: rgba(var(--cl-accent), 0.045);
  animation-delay: 300ms;
}

.ps-support-v4__message > span {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(var(--cl-t-muted), 0.55);
  font-size: 0.45rem;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.ps-support-v4__message--team > span {
  color: rgba(var(--cl-accent), 0.8);
}

.ps-support-v4__message p {
  color: rgba(var(--cl-t-primary), 0.8);
  font-size: 0.61rem;
  line-height: 1.45;
}

.ps-support-v4__message p b {
  color: rgb(var(--cl-t-primary));
}

.ps-support-v4__result {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.15rem;
  padding: 0.8rem;
  border: 1px solid rgba(var(--cl-accent), 0.15);
  border-radius: 0.8rem;
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.065), rgba(var(--cl-accent), 0.018));
  opacity: 0;
  animation: ps-support-v4-message 500ms 650ms ease-out forwards;
}

.ps-support-v4__result > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border-radius: 0.6rem;
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  font-size: 0.62rem;
}

.ps-support-v4__result strong,
.ps-support-v4__result small {
  display: block;
}

.ps-support-v4__result strong {
  color: rgba(var(--cl-t-primary), 0.9);
  font-size: 0.64rem;
}

.ps-support-v4__result small {
  margin-top: 0.15rem;
  color: rgba(var(--cl-t-muted), 0.62);
  font-size: 0.53rem;
}

.ps-support-v4__typing {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 1.2rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.065);
  color: rgba(var(--cl-t-muted), 0.58);
  font-size: 0.52rem;
  font-weight: 650;
}

.ps-support-v4__typing > span {
  display: flex;
  gap: 0.22rem;
}

.ps-support-v4__typing i {
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  animation: ps-support-v4-typing 1.2s ease-in-out infinite;
}

.ps-support-v4__typing i:nth-child(2) { animation-delay: 150ms; }
.ps-support-v4__typing i:nth-child(3) { animation-delay: 300ms; }

.ps-support-v4__prep {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  min-height: 5.5rem;
  padding: 0.85rem 1.15rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
  background: rgba(var(--cl-t-primary), 0.012);
}

.ps-support-v4__prep > div {
  padding-right: 1.15rem;
  border-right: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-support-v4__prep > div .ps-support-v4__eyebrow {
  margin-bottom: 0.2rem;
  font-size: 0.48rem;
}

.ps-support-v4__prep > div > strong {
  color: rgba(var(--cl-t-primary), 0.88);
  font-size: 0.68rem;
}

.ps-support-v4__prep ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.ps-support-v4__prep li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
  padding: 0.55rem;
  border-radius: 0.65rem;
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-support-v4__prep li > i {
  color: rgb(var(--cl-accent));
  font-size: 0.62rem;
}

.ps-support-v4__prep li strong,
.ps-support-v4__prep li small {
  display: block;
}

.ps-support-v4__prep li strong {
  color: rgba(var(--cl-t-primary), 0.82);
  font-size: 0.58rem;
}

.ps-support-v4__prep li small {
  margin-top: 0.12rem;
  color: rgba(var(--cl-t-muted), 0.58);
  font-size: 0.49rem;
}

.ps-support-v4__prep > p {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: rgba(var(--cl-t-muted), 0.65);
  font-size: 0.52rem;
  white-space: nowrap;
}

.ps-support-v4__prep > p i {
  color: rgb(var(--cl-accent));
}

.ps-support-v4__resolution {
  display: grid;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: 13rem;
  padding: clamp(1.4rem, 3vw, 2.3rem);
  overflow: hidden;
  border-color: rgba(var(--cl-accent), 0.13);
  border-radius: 1.15rem;
  background:
    radial-gradient(circle at 0 50%, rgba(var(--cl-accent), 0.075), transparent 22rem),
    rgba(var(--cl-surface), 0.7);
}

.ps-support-v4__resolution-copy h2 {
  max-width: 18ch;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.04;
}

.ps-support-v4__resolution-copy p {
  max-width: 31rem;
  margin-top: 0.65rem;
  color: rgba(var(--cl-t-muted), 0.8);
  font-size: 0.68rem;
  line-height: 1.55;
}

.ps-support-v4__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.ps-support-v4__timeline::before {
  position: absolute;
  top: 1.35rem;
  right: 16%;
  left: 16%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.4), transparent);
  content: "";
  animation: ps-support-v4-line 3.5s ease-in-out infinite;
}

.ps-support-v4__timeline li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ps-support-v4__timeline li > span {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  margin-inline: auto;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 0.82rem;
  color: rgb(var(--cl-accent));
  background: rgb(var(--cl-surface));
  box-shadow: 0 0 22px rgba(var(--cl-accent), 0.055);
  font-size: 0.7rem;
}

.ps-support-v4__timeline small,
.ps-support-v4__timeline strong {
  display: block;
}

.ps-support-v4__timeline small {
  margin-top: 0.7rem;
  color: rgba(var(--cl-accent), 0.72);
  font-size: 0.48rem;
  font-weight: 800;
}

.ps-support-v4__timeline strong {
  margin-top: 0.2rem;
  color: rgba(var(--cl-t-primary), 0.84);
  font-size: 0.61rem;
  font-weight: 700;
}

.ps-support-v4__routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.ps-support-v4__route {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  min-height: 7.5rem;
  padding: 1.1rem;
  border-radius: 1rem;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.ps-support-v4__route:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--cl-accent), 0.18);
  background: rgba(var(--cl-accent), 0.025);
}

.ps-support-v4__route-icon {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid rgba(var(--cl-accent), 0.14);
  border-radius: 0.78rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.72rem;
}

.ps-support-v4__route small {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(var(--cl-accent), 0.72);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ps-support-v4__route h3 {
  color: rgba(var(--cl-t-primary), 0.92);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.ps-support-v4__route p {
  margin-top: 0.2rem;
  color: rgba(var(--cl-t-muted), 0.7);
  font-size: 0.58rem;
}

.ps-support-v4__route .sa-support-channels-link {
  padding: 0.6rem 0.75rem;
  border-color: rgba(var(--cl-t-primary), 0.09);
  font-size: 0.58rem;
  white-space: nowrap;
}

@keyframes ps-support-v4-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.12); }
}

@keyframes ps-support-v4-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@keyframes ps-support-v4-message {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ps-support-v4-typing {
  0%, 60%, 100% { opacity: 0.35; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-2px); }
}

@keyframes ps-support-v4-line {
  0%, 100% { opacity: 0.35; transform: scaleX(0.82); }
  50% { opacity: 1; transform: scaleX(1); }
}

@media (max-width: 960px) {
  .ps-support-v4__hero,
  .ps-support-v4__resolution {
    grid-template-columns: 1fr;
  }

  .ps-support-v4__main {
    min-height: 22rem;
  }

  .ps-support-v4__conversation {
    width: auto;
    margin-top: 0;
  }

  .ps-support-v4__prep {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .ps-support-v4__prep > div {
    padding-right: 0;
    border-right: 0;
  }

  .ps-support-v4__prep > p {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .component.sa-support-channels--v4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .component.sa-support-channels--v4 > .wrap > .sa-section-header .sa-section-title {
    max-width: 11ch;
    font-size: clamp(2.65rem, 12.5vw, 3.8rem) !important;
  }

  .ps-support-v4__hero,
  .ps-support-v4__resolution {
    border-radius: 1rem;
  }

  .ps-support-v4__main {
    min-height: 0;
    padding: 1.2rem;
  }

  .ps-support-v4__copy {
    padding-block: 2.5rem 2rem;
  }

  .ps-support-v4__copy h2 {
    font-size: clamp(2rem, 10.5vw, 2.75rem);
  }

  .ps-support-v4__actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ps-support-v4__actions .sa-support-channels-link {
    width: 100%;
    justify-content: center;
  }

  .ps-support-v4__conversation {
    margin: 0.4rem 0.8rem 1rem;
  }

  .ps-support-v4__prep {
    padding: 1rem;
  }

  .ps-support-v4__prep ul,
  .ps-support-v4__routes {
    grid-template-columns: 1fr;
  }

  .ps-support-v4__resolution {
    gap: 1.5rem;
    padding: 1.25rem;
  }

  .ps-support-v4__route {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
  }

  .ps-support-v4__route .sa-support-channels-link {
    grid-column: 2;
    justify-self: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-support-v4__badge em i,
  .ps-support-v4__conversation,
  .ps-support-v4__message,
  .ps-support-v4__result,
  .ps-support-v4__typing i,
  .ps-support-v4__timeline::before {
    animation: none !important;
  }

  .ps-support-v4__message,
  .ps-support-v4__result {
    opacity: 1;
  }

  .ps-support-v4__route {
    transition: none !important;
  }
}

/* Keep the bespoke support atmosphere above legacy component defaults. */
.component.sa-support-channels--support-hub {
  padding-top: clamp(5rem, 8vw, 7.5rem);
  background:
    radial-gradient(circle at 22% 12%, rgba(var(--cl-accent), 0.07), transparent 28rem),
    radial-gradient(circle at 82% 50%, rgba(var(--cl-accent), 0.035), transparent 30rem);
}

@media (max-width: 640px) {
  .component.sa-support-channels--support-hub {
    padding-top: 4rem;
  }
}

/* Support page v3 — bespoke, structured customer-care experience */
.sa-support-channels--support-hub {
  padding-top: clamp(5rem, 8vw, 7.5rem);
  background:
    radial-gradient(circle at 22% 12%, rgba(var(--cl-accent), 0.07), transparent 28rem),
    radial-gradient(circle at 82% 50%, rgba(var(--cl-accent), 0.035), transparent 30rem);
}

.sa-support-channels--support-hub > .wrap > .sa-section-header {
  max-width: 68rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.sa-support-channels--support-hub > .wrap > .sa-section-header .sa-section-title {
  max-width: 13ch;
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.sa-support-channels--support-hub > .wrap > .sa-section-header .sa-section-subtitle {
  max-width: 47rem;
  margin-top: 1.25rem;
  font-size: clamp(0.95rem, 1.25vw, 1.12rem);
  line-height: 1.65;
}

.ps-support-v3 {
  display: grid;
  gap: 1rem;
  max-width: 84rem;
  margin-inline: auto;
}

.ps-support-v3__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(20rem, 0.72fr);
  gap: 1rem;
}

.ps-support-v3__contact,
.ps-support-v3__prepare,
.ps-support-v3__replacement,
.ps-support-v3__route,
.ps-support-v3__notice {
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  background: rgba(var(--cl-surface), 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.022), 0 24px 70px rgba(0, 0, 0, 0.1);
}

.ps-support-v3__contact {
  display: flex;
  flex-direction: column;
  min-height: 34rem;
  padding: clamp(1.6rem, 3.5vw, 3rem);
  overflow: hidden;
  border-color: rgba(88, 101, 242, 0.26);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 8% 100%, rgba(88, 101, 242, 0.16), transparent 25rem),
    linear-gradient(145deg, rgba(var(--cl-t-primary), 0.025), transparent 46%),
    rgba(var(--cl-surface), 0.8);
}

.ps-support-v3__contact-top,
.ps-support-v3__contact-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ps-support-v3__discord {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid rgba(88, 101, 242, 0.3);
  border-radius: 1rem;
  color: #d9dcff;
  background: rgba(88, 101, 242, 0.15);
  font-size: 1.25rem;
}

.ps-support-v3__verified {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.68rem;
  border: 1px solid rgba(var(--cl-accent), 0.13);
  border-radius: 999px;
  color: rgba(var(--cl-t-primary), 0.72);
  background: rgba(var(--cl-accent), 0.045);
  font-size: 0.64rem;
  font-weight: 700;
}

.ps-support-v3__verified i {
  color: rgb(var(--cl-accent));
}

.ps-support-v3__contact-copy {
  max-width: 40rem;
  margin-block: auto;
  padding-block: 3.25rem;
}

.ps-support-v3__eyebrow {
  display: block;
  margin-bottom: 0.72rem;
  color: rgb(var(--cl-accent));
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps-support-v3__contact-copy h2,
.ps-support-v3__replacement-copy h2 {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-weight: 820;
  letter-spacing: -0.052em;
}

.ps-support-v3__contact-copy h2 {
  max-width: 12ch;
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  line-height: 0.98;
}

.ps-support-v3__contact-copy p {
  max-width: 36rem;
  margin-top: 1rem;
  color: rgba(var(--cl-t-muted), 0.88);
  font-size: 0.92rem;
  line-height: 1.7;
}

.ps-support-v3__contact-footer .sa-support-channels-link {
  min-height: 3.2rem;
  padding-inline: 1.35rem;
  border-radius: 0.8rem;
  box-shadow: 0 14px 36px rgba(88, 101, 242, 0.2) !important;
}

.ps-support-v3__contact-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(var(--cl-t-muted), 0.76);
  font-size: 0.66rem;
  font-weight: 650;
}

.ps-support-v3__contact-footer > span i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.5);
}

.ps-support-v3__prepare {
  padding: clamp(1.5rem, 2.8vw, 2.25rem);
  border-radius: 1.45rem;
  background:
    linear-gradient(155deg, rgba(var(--cl-accent), 0.045), transparent 45%),
    rgba(var(--cl-surface), 0.72);
}

.ps-support-v3__prepare h3 {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ps-support-v3__prepare > p {
  max-width: 24rem;
  margin-top: 0.7rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.76rem;
  line-height: 1.55;
}

.ps-support-v3__checklist {
  display: grid;
  gap: 0;
  margin-top: 2rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-support-v3__checklist li {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.8rem;
  padding-block: 1rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-support-v3__checklist li > span {
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.55rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.07);
  font-size: 0.55rem;
  font-weight: 800;
}

.ps-support-v3__checklist strong,
.ps-support-v3__checklist small {
  display: block;
}

.ps-support-v3__checklist strong {
  color: rgba(var(--cl-t-primary), 0.9);
  font-size: 0.74rem;
  font-weight: 720;
}

.ps-support-v3__checklist small {
  margin-top: 0.2rem;
  color: rgba(var(--cl-t-muted), 0.7);
  font-size: 0.64rem;
  line-height: 1.45;
}

.ps-support-v3__safety {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  color: rgba(var(--cl-t-muted), 0.75);
  font-size: 0.62rem;
  font-weight: 650;
}

.ps-support-v3__safety i {
  color: rgb(var(--cl-accent));
}

.ps-support-v3__replacement {
  display: grid;
  grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(1.75rem, 4vw, 3.25rem);
  border-color: rgba(var(--cl-accent), 0.15);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at 0 50%, rgba(var(--cl-accent), 0.075), transparent 28rem),
    rgba(var(--cl-surface), 0.72);
}

.ps-support-v3__replacement-copy h2 {
  max-width: 14ch;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.02;
}

.ps-support-v3__replacement-copy p {
  max-width: 31rem;
  margin-top: 0.9rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.8rem;
  line-height: 1.65;
}

.ps-support-v3__process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.ps-support-v3__process li {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 0.9rem;
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-support-v3__process li > span {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1.35rem;
  border: 1px solid rgba(var(--cl-accent), 0.14);
  border-radius: 0.7rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.72rem;
}

.ps-support-v3__process small,
.ps-support-v3__process strong,
.ps-support-v3__process p {
  display: block;
}

.ps-support-v3__process small {
  color: rgba(var(--cl-accent), 0.78);
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ps-support-v3__process strong {
  margin-top: 0.25rem;
  color: rgba(var(--cl-t-primary), 0.92);
  font-size: 0.76rem;
  font-weight: 740;
}

.ps-support-v3__process p {
  margin-top: 0.35rem;
  color: rgba(var(--cl-t-muted), 0.7);
  font-size: 0.62rem;
  line-height: 1.45;
}

.ps-support-v3__routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ps-support-v3__route {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 10.5rem;
  padding: 1.4rem;
  border-radius: 1.15rem;
  transition: border-color 180ms ease, transform 180ms ease;
}

.ps-support-v3__route:hover {
  transform: translateY(-2px);
  border-color: rgba(var(--cl-accent), 0.18);
}

.ps-support-v3__route-icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(var(--cl-accent), 0.13);
  border-radius: 0.88rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.8rem;
}

.ps-support-v3__route-copy .ps-support-v3__eyebrow {
  margin-bottom: 0.4rem;
  font-size: 0.54rem;
}

.ps-support-v3__route h3 {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: 1.12rem;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.ps-support-v3__route p {
  max-width: 25rem;
  margin-top: 0.35rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.7rem;
  line-height: 1.5;
}

.ps-support-v3__route .sa-support-channels-link {
  padding: 0.7rem 0.9rem;
  border-color: rgba(var(--cl-t-primary), 0.1);
  font-size: 0.66rem;
  white-space: nowrap;
}

.ps-support-v3__notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.2rem;
  border-radius: 1rem;
  box-shadow: none;
}

.ps-support-v3__notice > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.62rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.065);
  font-size: 0.7rem;
}

.ps-support-v3__notice strong,
.ps-support-v3__notice p {
  display: block;
}

.ps-support-v3__notice strong {
  color: rgba(var(--cl-t-primary), 0.88);
  font-size: 0.72rem;
}

.ps-support-v3__notice p {
  margin-top: 0.15rem;
  color: rgba(var(--cl-t-muted), 0.72);
  font-size: 0.62rem;
}

.ps-support-v3__notice a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: rgb(var(--cl-accent));
  font-size: 0.65rem;
  font-weight: 720;
}

.ps-support-v3__notice a i {
  font-size: 0.56rem;
}

.ps-support-v3 [data-dsr] {
  opacity: 1 !important;
  transform: none;
}

@media (max-width: 980px) {
  .ps-support-v3__hero,
  .ps-support-v3__replacement {
    grid-template-columns: 1fr;
  }

  .ps-support-v3__contact {
    min-height: 29rem;
  }

  .ps-support-v3__process {
    max-width: 42rem;
  }

  .ps-support-v3__route {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ps-support-v3__route .sa-support-channels-link {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .sa-support-channels--support-hub {
    padding-top: 4rem;
  }

  .sa-support-channels--support-hub > .wrap > .sa-section-header .sa-section-title {
    max-width: 11ch;
    font-size: clamp(2.75rem, 13vw, 4rem) !important;
  }

  .ps-support-v3__contact,
  .ps-support-v3__prepare,
  .ps-support-v3__replacement {
    padding: 1.25rem;
    border-radius: 1.15rem;
  }

  .ps-support-v3__contact {
    min-height: 0;
  }

  .ps-support-v3__contact-copy {
    padding-block: 3rem 2.5rem;
  }

  .ps-support-v3__contact-copy h2 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }

  .ps-support-v3__contact-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ps-support-v3__contact-footer .sa-support-channels-link {
    width: 100%;
    justify-content: center;
  }

  .ps-support-v3__process,
  .ps-support-v3__routes {
    grid-template-columns: 1fr;
  }

  .ps-support-v3__process li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
  }

  .ps-support-v3__process li > span {
    margin-bottom: 0;
  }

  .ps-support-v3__route {
    min-height: 0;
    padding: 1.15rem;
  }

  .ps-support-v3__notice {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ps-support-v3__notice a {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-support-v3__route {
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-reseller-code,
  .ps-reseller-code__live i {
    transition: none !important;
    animation: none !important;
  }
}

/* Homepage hero — balanced copy and a calm macOS-style purchase animation. */
.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(34rem, 1.12fr);
  gap: clamp(3.5rem, 7vw, 7.5rem);
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial__content,
.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial__media {
  width: 100%;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial__content {
  padding-left: clamp(1.25rem, 4vw, 4.5rem);
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial__content > .max-w-2xl {
  max-width: 34rem;
}

.sa-tpl-shop .sa-hero--trust-showcase .sa-hero-eyebrow {
  display: none !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof {
  display: inline-flex;
  width: auto;
  min-height: 2.45rem;
  margin: 0 0 1.75rem;
  padding: 0.35rem 0.85rem 0.35rem 0.4rem;
  border: 1px solid rgba(var(--cl-accent), 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(var(--cl-accent), 0.12), rgba(var(--cl-accent), 0.045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 10px 30px rgba(var(--cl-accent), 0.04);
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof__icon {
  width: 1.65rem;
  height: 1.65rem;
  flex-basis: 1.65rem;
  font-size: 0.58rem;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof > div {
  display: flex;
  align-items: baseline;
  gap: 0.38rem;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof strong {
  font-size: 0.77rem;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof > div > span {
  font-size: 0.64rem;
  white-space: nowrap;
}

.ps-hero-shop-window {
  max-width: 47rem;
}

.ps-hero-shop-window .ps-hero-delivery-panel {
  overflow: hidden;
  min-height: 36rem;
  border-color: rgba(var(--cl-t-primary), 0.1);
  border-radius: 1.5rem;
  background: rgba(5, 15, 10, 0.9);
  box-shadow: 0 35px 95px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.ps-hero-shop-window .ps-hero-delivery-panel::after {
  opacity: 0.35;
}

.ps-hero-macbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 3.65rem;
  padding: 0 1.15rem;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.075);
  background: rgba(2, 10, 6, 0.72);
}

.ps-hero-macbar__controls {
  display: flex;
  gap: 0.46rem;
}

.ps-hero-macbar__controls i {
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  background: #ff5f57;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.18);
}

.ps-hero-macbar__controls i:nth-child(2) { background: #febc2e; }
.ps-hero-macbar__controls i:nth-child(3) { background: #28c840; }

.ps-hero-macbar__title,
.ps-hero-macbar__secure {
  color: rgba(var(--cl-t-muted), 0.78);
  font-size: 0.65rem;
  font-weight: 650;
}

.ps-hero-macbar__title i,
.ps-hero-macbar__secure i {
  margin-right: 0.35rem;
  color: rgba(var(--cl-accent), 0.85);
  font-size: 0.56rem;
}

.ps-hero-macbar__secure {
  justify-self: end;
}

.ps-hero-shop-scene {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 28.7rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(var(--cl-accent), 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--cl-accent), 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 47%, rgba(var(--cl-accent), 0.075), transparent 38%);
  background-size: 4rem 4rem, 4rem 4rem, auto;
}

.ps-hero-shop-card {
  position: relative;
  display: grid;
  grid-template-columns: 4.2rem 1fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 0.75rem 0.9rem;
  width: min(78%, 26rem);
  padding: 1rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.11);
  border-radius: 1.1rem;
  background: linear-gradient(145deg, rgba(var(--cl-t-primary), 0.035), transparent), rgba(5, 20, 12, 0.93);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.ps-hero-shop-card__art {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 0.9rem;
  color: rgb(var(--cl-accent));
  background: radial-gradient(circle, rgba(var(--cl-accent), 0.16), rgba(var(--cl-accent), 0.04));
  font-size: 1.2rem;
}

.ps-hero-shop-card__copy {
  align-self: end;
}

.ps-hero-shop-card__copy i {
  display: block;
  height: 0.42rem;
  width: 8rem;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(var(--cl-t-primary), 0.2);
}

.ps-hero-shop-card__copy i + i {
  width: 5.2rem;
  margin-top: 0.48rem;
  background: rgba(var(--cl-t-primary), 0.08);
}

.ps-hero-shop-card__price {
  align-self: end;
  color: rgb(var(--cl-t-primary));
  font-size: 0.86rem;
  font-weight: 800;
}

.ps-hero-shop-card__button {
  grid-column: 2 / 4;
  display: inline-flex;
  justify-self: start;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.85rem;
  border-radius: 0.68rem;
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  font-size: 0.67rem;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(var(--cl-accent), 0.17);
  animation: ps-hero-buy-button 5.2s ease-in-out infinite;
}

.ps-hero-shop-cursor {
  position: absolute;
  z-index: 4;
  left: 68%;
  top: 64%;
  color: #fff;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.65));
  font-size: 1.25rem;
  transform: translate(3rem, 2.5rem);
  animation: ps-hero-cursor 5.2s cubic-bezier(.55,.05,.35,1) infinite;
}

.ps-hero-shop-click {
  position: absolute;
  z-index: 3;
  left: 60%;
  top: 60%;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(var(--cl-accent), 0.72);
  border-radius: 50%;
  opacity: 0;
  animation: ps-hero-click 5.2s ease-out infinite;
}

.ps-hero-shop-delivered {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 2.3rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 12.5rem;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(var(--cl-accent), 0.22);
  border-radius: 0.9rem;
  background: rgba(4, 20, 11, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 30px rgba(var(--cl-accent), 0.045);
  opacity: 0;
  transform: translate(-50%, 1rem) scale(0.96);
  animation: ps-hero-delivered 5.2s ease-in-out infinite;
}

.ps-hero-shop-delivered > span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border-radius: 50%;
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
  font-size: 0.65rem;
}

.ps-hero-shop-delivered strong,
.ps-hero-shop-delivered small {
  display: block;
}

.ps-hero-shop-delivered strong {
  color: rgb(var(--cl-t-primary));
  font-size: 0.71rem;
}

.ps-hero-shop-delivered small {
  margin-top: 0.12rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.56rem;
}

.ps-hero-shop-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.65rem;
  padding: 0 1.25rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.075);
  color: rgba(var(--cl-t-muted), 0.68);
  background: rgba(2, 10, 6, 0.72);
  font-size: 0.64rem;
  font-weight: 650;
}

.ps-hero-shop-footer i {
  margin-right: 0.35rem;
  color: rgb(var(--cl-accent));
}

@keyframes ps-hero-cursor {
  0%, 18% { transform: translate(3rem, 2.5rem); opacity: 0; }
  28% { opacity: 1; }
  42%, 56% { transform: translate(-0.3rem, -0.2rem); opacity: 1; }
  68%, 100% { transform: translate(-0.3rem, -0.2rem); opacity: 0; }
}

@keyframes ps-hero-click {
  0%, 43% { opacity: 0; transform: scale(0.4); }
  48% { opacity: 0.7; transform: scale(0.4); }
  60%, 100% { opacity: 0; transform: scale(1.35); }
}

@keyframes ps-hero-buy-button {
  0%, 43%, 100% { transform: scale(1); }
  49% { transform: scale(0.96); }
  57% { transform: scale(1); }
}

@keyframes ps-hero-delivered {
  0%, 54% { opacity: 0; transform: translate(-50%, 1rem) scale(0.96); }
  66%, 88% { opacity: 1; transform: translate(-50%, 0) scale(1); }
  100% { opacity: 0; transform: translate(-50%, -0.25rem) scale(0.98); }
}

@media (max-width: 1180px) {
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial {
    grid-template-columns: minmax(0, 0.92fr) minmax(30rem, 1.08fr);
    gap: 3rem;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial__content {
    padding-left: 1.25rem;
  }
}

@media (max-width: 1023px) {
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial {
    display: flex;
    gap: 3rem;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial__content {
    padding-left: 0;
  }

  .ps-hero-shop-window {
    max-width: 38rem;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof {
    margin-bottom: 1.35rem;
  }

  .ps-hero-shop-window .ps-hero-delivery-panel {
    min-height: 29rem;
    border-radius: 1.1rem;
  }

  .ps-hero-macbar {
    grid-template-columns: auto 1fr;
    min-height: 3.25rem;
  }

  .ps-hero-macbar__title {
    justify-self: end;
  }

  .ps-hero-macbar__secure {
    display: none;
  }

  .ps-hero-shop-scene {
    min-height: 22.5rem;
    background-size: 3rem 3rem, 3rem 3rem, auto;
  }

  .ps-hero-shop-card {
    width: 88%;
    grid-template-columns: 3.5rem 1fr auto;
    padding: 0.8rem;
  }

  .ps-hero-shop-card__art {
    width: 3.5rem;
    height: 3.5rem;
  }

  .ps-hero-shop-cursor {
    left: 63%;
  }

  .ps-hero-shop-delivered {
    bottom: 1.4rem;
  }

  .ps-hero-shop-footer {
    min-height: 3.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-hero-shop-cursor,
  .ps-hero-shop-click,
  .ps-hero-shop-card__button,
  .ps-hero-shop-delivered {
    animation: none !important;
  }

  .ps-hero-shop-cursor,
  .ps-hero-shop-click {
    display: none;
  }

  .ps-hero-shop-delivered {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/* Mobile catalogue — three compact, readable product cards per row. */
@media (max-width: 767px) {
  .sa-page-products .ps-product-catalog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(0.32rem, 1.8vw, 0.48rem) !important;
  }

  .sa-page-products .ps-product-catalog-grid > div {
    min-width: 0;
  }

  .sa-page-products .ps-product-image-card {
    min-height: 0;
    aspect-ratio: 0.72 / 1;
    border-radius: clamp(0.62rem, 2.7vw, 0.82rem);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  }

  .sa-page-products .ps-product-image-card__content {
    padding: clamp(0.38rem, 1.8vw, 0.55rem);
  }

  .sa-page-products .ps-product-image-card__meta,
  .sa-page-products .ps-product-image-card__arrow,
  .sa-page-products .ps-product-image-card .sa-product-card-media > .absolute.top-2 {
    display: none !important;
  }

  .sa-page-products .ps-product-image-card__availability {
    top: 0.38rem;
    right: 0.38rem;
    max-width: calc(100% - 0.76rem);
    padding: 0.22rem 0.34rem;
    border-radius: 999px;
    font-size: clamp(0.42rem, 1.55vw, 0.5rem);
  }

  .sa-page-products .ps-product-image-card__title {
    min-height: 2.4em;
    font-size: clamp(0.57rem, 2.45vw, 0.7rem);
    line-height: 1.18;
    letter-spacing: -0.018em;
    text-wrap: pretty;
  }

  .sa-page-products .ps-product-image-card__bottom {
    margin-top: 0.35rem;
    padding-top: 0.34rem;
    gap: 0;
  }

  .sa-page-products .ps-product-image-card__price,
  .sa-page-products .ps-product-image-card .sa-product-card-price {
    max-width: 100%;
    overflow: hidden;
    font-size: clamp(0.58rem, 2.45vw, 0.72rem) !important;
    line-height: 1.08;
    text-overflow: ellipsis;
  }

  .sa-page-products .ps-product-image-card__price [class*="text-[11px]"],
  .sa-page-products .ps-product-image-card__price [class*="text-[10px]"] {
    font-size: 0.43rem !important;
  }
}

/* Product image cards — deeper fade and a cleaner, lower information block. */
.ps-product-image-card__shade {
  background:
    linear-gradient(
      to top,
      rgba(1, 6, 3, 1) 0%,
      rgba(1, 7, 4, 0.96) 18%,
      rgba(1, 7, 4, 0.78) 34%,
      rgba(1, 7, 4, 0.42) 50%,
      rgba(1, 7, 4, 0.12) 68%,
      transparent 84%
    ),
    linear-gradient(120deg, transparent 52%, rgba(var(--cl-accent), 0.045));
}

.ps-product-image-card__content {
  padding: 0.9rem;
}

.ps-product-image-card__meta {
  margin-bottom: 0.38rem;
}

.ps-product-image-card__bottom {
  margin-top: 0.48rem;
  padding-top: 0.5rem;
  border-top-color: rgba(255, 255, 255, 0.085);
}

.ps-product-image-card__price {
  width: 100%;
}

@media (max-width: 767px) {
  .sa-page-products .ps-product-image-card__shade {
    background:
      linear-gradient(
        to top,
        rgba(1, 6, 3, 1) 0%,
        rgba(1, 7, 4, 0.97) 22%,
        rgba(1, 7, 4, 0.72) 42%,
        rgba(1, 7, 4, 0.26) 62%,
        transparent 82%
      );
  }

  .sa-page-products .ps-product-image-card__content {
    padding: clamp(0.34rem, 1.55vw, 0.48rem);
  }

  .sa-page-products .ps-product-image-card__bottom {
    margin-top: 0.26rem;
    padding-top: 0.3rem;
  }
}

/* Support page — static, focused and easy to scan. */
.sa-custom-page-heading + .sa-support-channels--support-hub {
  padding-top: clamp(1.5rem, 3vw, 2.75rem);
}

.sa-support-channels--support-hub {
  background: radial-gradient(38rem 25rem at 24% 40%, rgba(var(--cl-accent), 0.035), transparent 72%);
}

.ps-support-clean {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 0.92fr);
  gap: 1rem;
  max-width: 82rem;
  margin-inline: auto;
}

.ps-support-clean__primary,
.ps-support-clean__replacement,
.ps-support-clean__link {
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  background: rgba(var(--cl-surface), 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.022);
}

.ps-support-clean__primary {
  display: flex;
  flex-direction: column;
  min-height: 33rem;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  overflow: hidden;
  border-color: rgba(88, 101, 242, 0.23);
  border-radius: 1.35rem;
  background:
    radial-gradient(31rem 20rem at 10% 100%, rgba(88, 101, 242, 0.1), transparent 72%),
    rgba(var(--cl-surface), 0.76);
}

.ps-support-clean__primary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ps-support-clean__discord,
.ps-support-clean__replacement-icon,
.ps-support-clean__link-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.ps-support-clean__discord {
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(88, 101, 242, 0.3);
  border-radius: 1rem;
  color: #cdd2ff;
  background: rgba(88, 101, 242, 0.14);
  font-size: 1.25rem;
}

.ps-support-clean__official {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: rgba(var(--cl-t-muted), 0.82);
  font-size: 0.65rem;
  font-weight: 700;
}

.ps-support-clean__official i {
  color: rgb(var(--cl-accent));
  font-size: 0.62rem;
}

.ps-support-clean__primary-copy {
  max-width: 35rem;
  margin-block: auto;
  padding-block: 3rem 2rem;
}

.ps-support-clean__label {
  display: block;
  margin-bottom: 0.7rem;
  color: rgb(var(--cl-accent));
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ps-support-clean__primary h2 {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.ps-support-clean__primary-copy > p {
  max-width: 31rem;
  margin-top: 1rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.96rem;
  line-height: 1.65;
}

.ps-support-clean__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.35rem;
}

.ps-support-clean__topics span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.46rem 0.7rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 999px;
  color: rgba(var(--cl-t-primary), 0.72);
  background: rgba(var(--cl-t-primary), 0.025);
  font-size: 0.62rem;
  font-weight: 700;
}

.ps-support-clean__topics i {
  color: rgba(var(--cl-accent), 0.85);
  font-size: 0.56rem;
}

.ps-support-clean__primary-action .sa-support-channels-link {
  min-height: 3.15rem;
  padding-inline: 1.25rem;
  box-shadow: 0 12px 34px rgba(88, 101, 242, 0.2) !important;
}

.ps-support-clean__side {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 1rem;
}

.ps-support-clean__replacement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 1.1rem;
  padding: 1.5rem;
  border-color: rgba(var(--cl-accent), 0.14);
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(var(--cl-accent), 0.045), transparent 58%), rgba(var(--cl-surface), 0.72);
}

.ps-support-clean__replacement-icon {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(var(--cl-accent), 0.2);
  border-radius: 0.85rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.075);
  font-size: 0.75rem;
}

.ps-support-clean__replacement h2 {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 780;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.ps-support-clean__replacement p {
  margin-top: 0.6rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.76rem;
  line-height: 1.6;
}

.ps-support-clean__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.ps-support-clean__link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 0.7rem 0.9rem;
  min-height: 10rem;
  padding: 1.25rem;
  border-radius: 1.15rem;
}

.ps-support-clean__link-icon {
  grid-row: 1 / 3;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.76rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.07);
  font-size: 0.75rem;
}

.ps-support-clean__link h3 {
  color: rgb(var(--cl-t-primary));
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.2;
}

.ps-support-clean__link p {
  margin-top: 0.35rem;
  color: rgb(var(--cl-t-muted));
  font-size: 0.7rem;
  line-height: 1.5;
}

.ps-support-clean__link .sa-support-channels-link {
  justify-self: start;
  padding: 0;
  border: 0;
  color: rgb(var(--cl-accent));
  background: transparent;
  font-size: 0.7rem;
}

.ps-support-clean__primary,
.ps-support-clean__replacement,
.ps-support-clean__link,
.ps-support-clean__primary-action .sa-support-channels-link {
  transition: border-color 170ms ease, background-color 170ms ease;
}

.ps-support-clean *,
.ps-support-clean *::before,
.ps-support-clean *::after {
  animation: none !important;
}

.ps-support-clean .sa-support-channels-link,
.ps-support-clean .sa-support-channels-link:hover {
  transform: none !important;
}

.ps-support-clean__link:hover {
  border-color: rgba(var(--cl-accent), 0.17);
}

@media (max-width: 900px) {
  .ps-support-clean {
    grid-template-columns: 1fr;
  }

  .ps-support-clean__primary {
    min-height: 27rem;
  }

  .ps-support-clean__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ps-support-clean__primary {
    min-height: 0;
    padding: 1.25rem;
  }

  .ps-support-clean__official {
    max-width: 9rem;
    text-align: right;
  }

  .ps-support-clean__primary-copy {
    padding-block: 2.5rem 2rem;
  }

  .ps-support-clean__primary h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .ps-support-clean__primary-action .sa-support-channels-link {
    width: 100%;
    justify-content: center;
  }

  .ps-support-clean__replacement {
    grid-template-columns: 1fr;
  }

  .ps-support-clean__links {
    grid-template-columns: 1fr;
  }

  .ps-support-clean__link {
    min-height: 8.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-support-clean *,
  .ps-support-clean *::before,
  .ps-support-clean *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Homepage reviews v2 — smaller cards and explicit swipe/button navigation. */
.sa-feedbacks--slider {
  padding-block: clamp(3rem, 5.5vw, 5rem);
}

.sa-feedbacks--slider .ps-feedbacks-heading {
  margin-bottom: clamp(1.35rem, 2.5vw, 2rem);
}

.ps-feedbacks-slider {
  padding-bottom: 0;
  cursor: grab;
  outline: none;
}

.ps-feedbacks-slider.is-active:active,
.ps-feedbacks-slider.is-dragging {
  cursor: grabbing;
}

.ps-feedbacks-slider:focus-visible {
  outline: 1px solid rgba(var(--cl-accent), 0.38);
  outline-offset: 0.45rem;
  border-radius: var(--radius-card);
}

.ps-feedbacks-slider .splide__track {
  padding-block: 0.2rem 0.45rem;
}

.sa-feedbacks--slider .sa-feedback-card--glow {
  min-height: 11.75rem;
  border-radius: 1rem;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.sa-feedbacks--slider .ps-feedback-card__header {
  min-height: 3.35rem;
  padding: 0.72rem 0.78rem 0.62rem;
}

.sa-feedbacks--slider .ps-feedback-card__header > div {
  max-width: 68%;
}

.sa-feedbacks--slider .ps-feedback-card__header img,
.sa-feedbacks--slider .ps-feedback-card__header div > span:first-child {
  width: 1.75rem;
  height: 1.75rem;
  flex-basis: 1.75rem;
  border-radius: 0.52rem;
}

.sa-feedbacks--slider .ps-feedback-card__header p {
  font-size: 0.61rem;
}

.sa-feedbacks--slider .ps-feedback-card__header > span {
  font-size: 0.55rem;
}

.sa-feedbacks--slider .ps-feedback-card__body {
  min-height: 4.55rem;
  padding: 0.78rem 0.8rem 0.25rem;
}

.sa-feedbacks--slider .ps-feedback-card__body > p {
  padding-right: 0.75rem;
  font-size: 0.76rem;
  line-height: 1.5;
}

.sa-feedbacks--slider .ps-feedback-card__footer {
  padding: 0.62rem 0.78rem;
}

.sa-feedbacks--slider .ps-feedback-card__footer svg {
  width: 0.82rem;
  height: 0.82rem;
}

.sa-feedbacks--slider .ps-feedback-card__footer > span:last-child {
  padding: 0.18rem 0.42rem;
  font-size: 0.54rem;
}

.sa-feedbacks--slider .ps-feedback-card__quote {
  top: 3.55rem;
  right: 0.78rem;
  font-size: 0.9rem;
}

.ps-feedbacks-controls {
  position: absolute;
  right: 0.2rem;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.42rem;
}

.ps-feedbacks-controls .splide__arrow {
  position: static !important;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(var(--cl-t-primary), 0.1);
  border-radius: 0.72rem;
  color: rgba(var(--cl-t-primary), 0.72);
  background: rgba(var(--cl-surface), 0.75);
  opacity: 1;
  transform: none !important;
  transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.ps-feedbacks-controls .splide__arrow:hover {
  border-color: rgba(var(--cl-accent), 0.22);
  color: rgb(var(--cl-on-accent));
  background: rgb(var(--cl-accent));
}

.ps-feedbacks-controls .splide__arrow i {
  font-size: 0.64rem;
}

.ps-feedbacks-slider .splide__pagination {
  right: auto;
  bottom: 0.95rem;
  left: 0.2rem;
  width: auto;
  justify-content: flex-start;
  transform: none;
}

@media (max-width: 640px) {
  .sa-feedbacks--slider .ps-feedbacks-heading {
    margin-bottom: 1.15rem;
  }

  .sa-feedbacks--slider .sa-feedback-card--glow {
    min-height: 11.5rem;
  }

  .ps-feedbacks-slider {
    padding-bottom: 0;
    touch-action: pan-y pinch-zoom;
  }

  .ps-feedbacks-controls .splide__arrow {
    width: 2.35rem;
    height: 2.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-feedbacks-controls .splide__arrow {
    transition: none !important;
  }
}

/* Reseller API visual v2 — compact request/response workspace. */
.ps-reseller-code {
  max-width: 47rem;
  border-color: rgba(var(--cl-t-primary), 0.14);
  border-radius: 1.25rem;
  background: #070b10;
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.34), 0 0 55px rgba(var(--cl-accent), 0.035);
  transform: none;
}

.ps-reseller-code:hover {
  transform: translateY(-2px);
}

.ps-reseller-code::after {
  inset: 2.8rem 0 auto 38%;
  height: 18rem;
  opacity: 0.65;
  background: radial-gradient(circle, rgba(var(--cl-accent), 0.07), transparent 72%);
}

.ps-reseller-code__bar {
  min-height: 3.35rem;
  padding-inline: 1rem;
  background: rgba(255, 255, 255, 0.012);
  font-size: 0.62rem;
}

.ps-reseller-code__body {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 0;
  min-height: 0;
  padding: 0;
  font-size: clamp(0.63rem, 0.9vw, 0.78rem);
  line-height: 1.55;
}

.ps-reseller-code__pane {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding-bottom: 1.05rem;
}

.ps-reseller-code__request {
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.ps-reseller-code__response {
  background: linear-gradient(145deg, rgba(var(--cl-accent), 0.025), transparent 58%);
}

.ps-reseller-code__pane-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.7rem;
  padding: 0 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
  color: rgba(214, 222, 235, 0.42);
  font: 750 0.55rem/1 ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.ps-reseller-code__method,
.ps-reseller-code__ok {
  padding: 0.26rem 0.42rem;
  border-radius: 0.42rem;
  font: 800 0.5rem/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0;
}

.ps-reseller-code__method {
  color: #d6baff;
  background: rgba(196, 167, 255, 0.08);
}

.ps-reseller-code__ok {
  color: #8ff2bc;
  background: rgba(var(--cl-accent), 0.075);
}

.ps-reseller-code__lines {
  padding: 0.95rem 0;
  overflow: hidden;
}

.ps-reseller-code__line {
  display: grid;
  grid-template-columns: 1.9rem minmax(0, 1fr);
  min-height: 1.45rem;
  padding: 0 0.85rem 0 0;
  white-space: nowrap;
}

.ps-reseller-code__line > b {
  padding-right: 0.55rem;
  color: rgba(120, 131, 153, 0.3);
  font-size: 0.55rem;
  font-weight: 600;
  text-align: right;
  user-select: none;
}

.ps-reseller-code__line > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ps-reseller-code__delivery {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0.9rem 0.85rem 0.1rem;
  padding: 0.75rem;
  border: 1px solid rgba(var(--cl-accent), 0.14);
  border-radius: 0.75rem;
  background: rgba(var(--cl-accent), 0.04);
}

.ps-reseller-code__delivery > span {
  display: grid;
  place-items: center;
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 1.9rem;
  border-radius: 0.62rem;
  color: #05130b;
  background: rgb(var(--cl-accent));
  font-size: 0.58rem;
  box-shadow: 0 0 24px rgba(var(--cl-accent), 0.12);
}

.ps-reseller-code__delivery strong,
.ps-reseller-code__delivery small {
  display: block;
}

.ps-reseller-code__delivery strong {
  color: rgba(232, 247, 239, 0.94);
  font: 750 0.67rem/1.2 ui-sans-serif, system-ui, sans-serif;
}

.ps-reseller-code__delivery small {
  margin-top: 0.18rem;
  color: rgba(172, 185, 178, 0.55);
  font: 600 0.52rem/1.2 ui-sans-serif, system-ui, sans-serif;
}

.ps-reseller-code__lines--response {
  padding-top: 0.6rem;
}

.ps-reseller-code__status {
  min-height: 3.25rem;
  padding-inline: 1rem;
  background: rgba(255, 255, 255, 0.01);
  font-size: 0.59rem;
}

@media (max-width: 1180px) and (min-width: 1024px) {
  .ps-reseller-code__body {
    grid-template-columns: 1fr;
  }

  .ps-reseller-code__request {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
}

@media (max-width: 700px) {
  .ps-reseller-code {
    border-radius: 1rem;
  }

  .ps-reseller-code__body {
    grid-template-columns: 1fr;
    overflow: visible;
    white-space: normal;
  }

  .ps-reseller-code__request {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .ps-reseller-code__line {
    grid-template-columns: 1.7rem minmax(0, 1fr);
    padding-right: 0.65rem;
    font-size: 0.62rem;
  }

  .ps-reseller-code__line > span {
    overflow-x: auto;
    text-overflow: clip;
  }
}

/* Homepage hero v3 — static editorial layout, intentionally animation-free. */
.sa-tpl-shop .sa-hero--trust-showcase {
  min-height: clamp(42rem, 78svh, 56rem);
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

.sa-tpl-shop .sa-hero--trust-showcase > .wrap {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: clamp(5.5rem, 10vh, 8rem) !important;
  padding-bottom: clamp(5rem, 9vh, 7.5rem) !important;
}

.sa-tpl-shop .ps-hero-editorial--static {
  display: block !important;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial--brand {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) clamp(11rem, 15vw, 14rem);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

.sa-tpl-shop .ps-hero-editorial--static .ps-hero-editorial__content {
  width: 100%;
  padding-left: 0;
}

.sa-tpl-shop .ps-hero-editorial--static .ps-hero-editorial__content > .max-w-2xl {
  width: 100%;
  max-width: 70rem;
}

.sa-tpl-shop .ps-hero-editorial--static .sa-hero-title {
  max-width: 100%;
  margin: 0;
  font-size: clamp(3.8rem, 5vw, 5.35rem);
  line-height: 0.94;
  letter-spacing: -0.064em;
  text-wrap: wrap;
}

html[data-language="es"] .sa-tpl-shop .ps-hero-editorial--static .sa-hero-title {
  max-width: 100%;
}

.sa-tpl-shop .ps-hero-editorial--static .sa-hero-subtitle {
  max-width: 52rem;
  margin-top: 1.7rem;
  color: rgba(var(--cl-t-muted), 0.9);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.65;
}

.sa-tpl-shop .ps-hero-editorial--static .sa-hero-actions {
  margin-top: 2rem;
}

.sa-tpl-shop .ps-hero-editorial--static .sa-btn {
  min-height: 3.35rem;
  padding-inline: 1.4rem;
  border-radius: 0.85rem;
  box-shadow: 0 14px 38px rgba(var(--cl-accent), 0.13);
}

.sa-tpl-shop .ps-hero-editorial--static .ps-hero-sales-proof {
  margin-bottom: 2rem;
}

.ps-hero-brandmark {
  position: relative;
  top: -3rem;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: clamp(16rem, 24vw, 22rem);
  isolation: isolate;
  pointer-events: none;
}

.ps-hero-brandmark__glow {
  position: absolute;
  z-index: -1;
  width: min(19rem, 120%);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(var(--cl-accent), 0.17) 0%,
    rgba(var(--cl-accent), 0.07) 36%,
    transparent 70%
  );
  filter: blur(16px);
}

.ps-hero-brandmark__image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 13.5rem);
  max-height: 15rem;
  object-fit: contain;
  filter:
    drop-shadow(0 1.5rem 3rem rgba(0, 0, 0, 0.22))
    drop-shadow(0 0 2.8rem rgba(var(--cl-accent), 0.16));
}

.ps-hero-static-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 62rem;
  margin-top: clamp(3rem, 6vw, 4.75rem);
  padding-top: 1.35rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.09);
}

.ps-hero-static-trust > div {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  padding-right: 1.4rem;
}

.ps-hero-static-trust > div + div {
  padding-left: 1.4rem;
  border-left: 1px solid rgba(var(--cl-t-primary), 0.075);
}

.ps-hero-static-trust > div > span {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 2.4rem;
  border: 1px solid rgba(var(--cl-accent), 0.14);
  border-radius: 0.72rem;
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.72rem;
}

.ps-hero-static-trust p,
.ps-hero-static-trust strong,
.ps-hero-static-trust small {
  display: block;
}

.ps-hero-static-trust strong {
  color: rgba(var(--cl-t-primary), 0.92);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.2;
}

.ps-hero-static-trust small {
  margin-top: 0.22rem;
  color: rgba(var(--cl-t-muted), 0.72);
  font-size: 0.59rem;
  line-height: 1.25;
}

.sa-tpl-shop .sa-hero--trust-showcase *,
.sa-tpl-shop .sa-hero--trust-showcase *::before,
.sa-tpl-shop .sa-hero--trust-showcase *::after {
  animation: none !important;
  transition: none !important;
}

.sa-tpl-shop .sa-hero--trust-showcase [data-dsr] {
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 900px) {
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial--brand {
    grid-template-columns: minmax(0, 1fr) 9rem;
    gap: 1.5rem;
  }

  .ps-hero-brandmark {
    top: -1.5rem;
    min-height: 13rem;
  }

  .ps-hero-brandmark__image {
    width: min(100%, 8.5rem);
  }

  .sa-tpl-shop .ps-hero-editorial--static .sa-hero-title {
    max-width: 100%;
    font-size: clamp(3.2rem, 7vw, 4.25rem);
  }

  .ps-hero-static-trust {
    max-width: 48rem;
  }
}

@media (max-width: 640px) {
  .sa-tpl-shop .sa-hero--trust-showcase {
    min-height: auto;
  }

  .sa-tpl-shop .sa-hero--trust-showcase > .wrap {
    padding-top: 4.2rem !important;
    padding-bottom: 4rem !important;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-editorial--brand {
    display: block !important;
  }

  .ps-hero-brandmark {
    display: none;
  }

  .sa-tpl-shop .ps-hero-editorial--static .sa-hero-title,
  html[data-language="es"] .sa-tpl-shop .ps-hero-editorial--static .sa-hero-title {
    max-width: 12ch;
    font-size: clamp(3rem, 13vw, 4rem);
    line-height: 0.95;
  }

  .sa-tpl-shop .ps-hero-editorial--static .sa-hero-subtitle {
    margin-top: 1.3rem;
    font-size: 0.96rem;
  }

  .sa-tpl-shop .ps-hero-editorial--static .sa-btn {
    width: 100%;
    justify-content: center;
  }

  .ps-hero-static-trust {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2.75rem;
    padding-top: 0;
    border-top: 1px solid rgba(var(--cl-t-primary), 0.085);
  }

  .ps-hero-static-trust > div,
  .ps-hero-static-trust > div + div {
    padding: 0.9rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(var(--cl-t-primary), 0.065);
  }
}

/* Homepage statistics v3 — final visual overrides. */
.sa-tpl-shop .sa-stats--strip .ps-store-stats__header {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 0;
  max-width: 76rem;
  margin-bottom: clamp(2.5rem, 4.5vw, 4rem);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__eyebrow {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(var(--cl-accent), 0.18);
  border-radius: 999px;
  background: rgba(var(--cl-accent), 0.055);
  font-size: 0.65rem;
  letter-spacing: 0.085em;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__eyebrow i {
  animation: none;
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.35);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__header h2 {
  max-width: 22ch;
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
  text-wrap: wrap;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__header h2 .mk {
  display: block;
  width: max-content;
  max-width: 100%;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__grid,
.sa-tpl-shop .sa-stats--strip .sa-stats-items {
  padding-block: 0;
  border-block: 0 !important;
  background: transparent !important;
}

@media (max-width: 960px) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__header {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 560px) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__header {
    margin-bottom: 2rem;
  }

  .sa-tpl-shop .sa-stats--strip .ps-store-stats__header h2 {
    max-width: 13ch;
    font-size: clamp(2.55rem, 11vw, 3.35rem);
  }
}

/* Cart drawer items — compact product cards with luminous feedback. */
.sa-cart-panel .ps-cart-panel-body {
  padding-inline: clamp(0.85rem, 2.5vw, 1.1rem);
}

.sa-cart-panel .ps-cart-panel-item {
  position: relative;
  isolation: isolate;
  padding: 0.85rem;
  overflow: hidden;
  border-color: rgba(var(--cl-t-primary), 0.09) !important;
  border-radius: 1rem;
  background:
    radial-gradient(circle at 0 0, rgba(var(--cl-accent), 0.08), transparent 38%),
    linear-gradient(150deg, rgba(var(--cl-t-primary), 0.025), transparent 48%),
    rgba(var(--cl-surface-raised), 0.72);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 14px 38px rgba(0, 0, 0, 0.13);
  animation: ps-cart-item-enter 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--cart-item-index, 0) * 70ms);
  transition: transform 260ms ease, filter 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.sa-cart-panel .ps-cart-panel-item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 44%;
  height: 1px;
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.5), transparent);
  content: "";
  pointer-events: none;
  transition: width 320ms ease, opacity 320ms ease;
}

.sa-cart-panel .ps-cart-panel-item::after {
  position: absolute;
  right: -28%;
  bottom: -75%;
  z-index: -1;
  width: 62%;
  height: 170%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(var(--cl-accent), 0.11), transparent 68%);
  filter: blur(18px);
  content: "";
  pointer-events: none;
  opacity: 0.45;
  transition: transform 380ms ease, opacity 300ms ease;
}

.sa-cart-panel .ps-cart-panel-item:hover {
  transform: translateY(-4px) scale(1.008);
  filter: brightness(1.1) saturate(1.08);
  border-color: rgba(var(--cl-accent), 0.32) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.05),
    0 22px 52px rgba(0, 0, 0, 0.19),
    0 0 30px rgba(var(--cl-accent), 0.075);
}

.sa-cart-panel .ps-cart-panel-item:hover::before {
  width: 78%;
}

.sa-cart-panel .ps-cart-panel-item:hover::after {
  transform: translate(-22%, -9%);
  opacity: 0.88;
}

.sa-cart-panel .ps-cart-panel-item__main {
  display: grid;
  grid-template-columns: 3.8rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.78rem;
}

.sa-cart-panel .ps-cart-panel-item__media {
  width: 3.8rem;
  height: 3.8rem;
  border-color: rgba(var(--cl-accent), 0.14);
  border-radius: 0.8rem;
  background: rgba(var(--cl-accent), 0.045);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  transition: transform 300ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.sa-cart-panel .ps-cart-panel-item__media img {
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1), filter 300ms ease;
}

.sa-cart-panel .ps-cart-panel-item:hover .ps-cart-panel-item__media {
  transform: translateY(-2px);
  border-color: rgba(var(--cl-accent), 0.34);
  box-shadow: 0 12px 28px rgba(var(--cl-accent), 0.09);
}

.sa-cart-panel .ps-cart-panel-item:hover .ps-cart-panel-item__media img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.04);
}

.sa-cart-panel .ps-cart-panel-item__title {
  color: rgba(var(--cl-t-primary), 0.96);
  font-family: var(--ff-heading);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.sa-cart-panel .ps-cart-panel-item__variant {
  margin-top: 0.24rem;
  color: rgba(var(--cl-t-muted), 0.7);
  font-size: 0.64rem;
}

.sa-cart-panel .ps-cart-panel-item__price {
  align-self: start;
  padding: 0.34rem 0.48rem;
  border: 1px solid rgba(var(--cl-accent), 0.12);
  border-radius: 0.62rem;
  background: rgba(var(--cl-accent), 0.045);
}

.sa-cart-panel .ps-cart-panel-item__price > p:first-child {
  color: rgba(var(--cl-t-primary), 0.98);
  font-size: 0.75rem;
  font-weight: 750;
}

.sa-cart-panel .ps-cart-panel-item__actions {
  margin-top: 0.75rem;
  padding-top: 0.68rem;
  border-top: 1px solid rgba(var(--cl-t-primary), 0.06);
}

.sa-cart-panel .ps-cart-panel-item__stepper {
  height: 2.15rem;
  border-color: rgba(var(--cl-t-primary), 0.09);
  border-radius: 0.68rem;
  background: rgba(var(--cl-background), 0.24);
}

.sa-cart-panel .ps-cart-panel-item__stepper > button {
  width: 2rem;
  color: rgba(var(--cl-t-muted), 0.88);
  transition: color 200ms ease, background-color 200ms ease, transform 160ms ease;
}

.sa-cart-panel .ps-cart-panel-item__stepper > button:hover {
  color: rgb(var(--cl-accent));
  background: rgba(var(--cl-accent), 0.09);
  transform: scale(1.08);
}

.sa-cart-panel .ps-cart-panel-item__stepper > span {
  min-width: 2rem;
  font-size: 0.72rem;
  font-weight: 700;
}

.sa-cart-panel .ps-cart-panel-item__remove {
  padding: 0.42rem 0.58rem;
  border-radius: 0.58rem;
  font-size: 0.66rem;
  transition: color 200ms ease, background-color 200ms ease, transform 200ms ease !important;
}

.sa-cart-panel .ps-cart-panel-item__remove:hover {
  transform: translateY(-1px);
  background: rgba(var(--cl-error), 0.08);
}

.sa-cart-panel .ps-cart-panel-captcha {
  display: grid;
  gap: 0.4rem;
  padding: 0.55rem;
  border: 1px solid rgba(var(--cl-accent), 0.12);
  border-radius: 0.7rem;
  background: rgba(var(--cl-accent), 0.035);
  color: rgba(var(--cl-t-muted), 0.76);
  font-size: 0.62rem;
  text-align: center;
}

.sa-cart-panel .ps-cart-panel-captcha altcha-widget {
  width: 100%;
  max-width: 100%;
}

@keyframes ps-cart-item-enter {
  0% { transform: translateX(1rem); filter: blur(3px); opacity: 0; }
  100% { transform: translateX(0); filter: blur(0); opacity: 1; }
}

@media (max-width: 420px) {
  .sa-cart-panel .ps-cart-panel-item__main {
    grid-template-columns: 3.35rem minmax(0, 1fr);
  }

  .sa-cart-panel .ps-cart-panel-item__media {
    width: 3.35rem;
    height: 3.35rem;
  }

  .sa-cart-panel .ps-cart-panel-item__price {
    grid-column: 2;
    justify-self: start;
    margin-top: 0.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-cart-panel .ps-cart-panel-item,
  .sa-cart-panel .ps-cart-panel-item::before,
  .sa-cart-panel .ps-cart-panel-item::after,
  .sa-cart-panel .ps-cart-panel-item__media,
  .sa-cart-panel .ps-cart-panel-item__media img {
    animation: none !important;
    transition: none !important;
  }
}

/* Hero benefit rail — centered beneath the copy and brand mark. */
.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust {
  position: relative;
  isolation: isolate;
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 64rem);
  max-width: 64rem;
  margin: clamp(2.75rem, 5vw, 4.25rem) auto 0;
  padding: 0.72rem 0.8rem;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 1.15rem;
  background:
    linear-gradient(110deg, rgba(var(--cl-accent), 0.045), transparent 32%, rgba(var(--cl-accent), 0.025)),
    rgba(var(--cl-surface), 0.42);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025), 0 20px 55px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22%;
  z-index: -1;
  width: 18%;
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.075), transparent);
  filter: blur(8px);
  content: "";
  pointer-events: none;
  animation: ps-trust-rail-light 9s ease-in-out infinite !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div {
  position: relative;
  z-index: 1;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.42rem clamp(0.8rem, 2vw, 1.5rem);
  border-bottom: 0;
  animation: ps-trust-item-in 760ms cubic-bezier(0.16, 1, 0.3, 1) both !important;
  transition: transform 240ms ease, color 240ms ease !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div:nth-child(1) {
  animation-delay: 120ms !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div:nth-child(2) {
  animation-delay: 240ms !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div:nth-child(3) {
  animation-delay: 360ms !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div + div {
  border-left-color: rgba(var(--cl-t-primary), 0.065);
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div:hover {
  transform: translateY(-2px);
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div > span {
  width: 2.2rem;
  height: 2.2rem;
  flex-basis: 2.2rem;
  border-color: rgba(var(--cl-accent), 0.18);
  border-radius: 0.68rem;
  background: rgba(var(--cl-accent), 0.065);
  box-shadow: 0 0 0 rgba(var(--cl-accent), 0);
  animation: ps-trust-icon-glow 4.2s ease-in-out infinite !important;
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div:nth-child(2) > span {
  animation-delay: -1.4s !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div:nth-child(3) > span {
  animation-delay: -2.8s !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div:hover > span {
  transform: translateY(-2px) scale(1.06);
  border-color: rgba(var(--cl-accent), 0.38);
  background: rgba(var(--cl-accent), 0.13);
  box-shadow: 0 10px 28px rgba(var(--cl-accent), 0.12);
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust strong {
  font-size: 0.74rem;
  letter-spacing: -0.015em;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-brandmark__image {
  animation: ps-hero-logo-float 7s ease-in-out infinite !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-brandmark__glow {
  animation: ps-hero-logo-glow 8s ease-in-out infinite !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust small {
  margin-top: 0.18rem;
  font-size: 0.6rem;
}

@keyframes ps-trust-rail-light {
  0%, 12% { transform: translateX(0); opacity: 0; }
  24% { opacity: 1; }
  48% { transform: translateX(680%); opacity: 0; }
  100% { transform: translateX(680%); opacity: 0; }
}

@keyframes ps-trust-item-in {
  0% { transform: translateY(0.7rem); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes ps-trust-icon-glow {
  0%, 100% { box-shadow: 0 0 0 rgba(var(--cl-accent), 0); }
  50% { box-shadow: 0 0 24px rgba(var(--cl-accent), 0.13); }
}

@keyframes ps-hero-logo-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-7px) rotate(0.8deg); }
}

@keyframes ps-hero-logo-glow {
  0%, 100% { transform: scale(0.96); opacity: 0.62; }
  50% { transform: scale(1.05); opacity: 0.92; }
}

@media (max-width: 640px) {
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust {
    width: 100%;
    margin-top: 2.5rem;
    padding: 0.35rem 0.85rem;
    border-radius: 1rem;
  }

  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div,
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div + div {
    justify-content: flex-start;
    padding: 0.8rem 0;
    border-left: 0;
    border-bottom: 1px solid rgba(var(--cl-t-primary), 0.055);
  }

  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust::before,
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div,
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-static-trust > div > span,
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-brandmark__image,
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-brandmark__glow {
    animation: none !important;
  }
}

/* Hero sales proof — compact, integrated and quietly animated. */
.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof,
.sa-tpl-shop .ps-hero-editorial--static .ps-hero-sales-proof {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  width: fit-content;
  min-height: 2.2rem;
  margin-bottom: 1.8rem;
  padding: 0.28rem 0.78rem 0.28rem 0.3rem;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent), 0.16);
  border-radius: 999px;
  background:
    linear-gradient(110deg, rgba(var(--cl-accent), 0.095), rgba(var(--cl-accent), 0.025) 62%),
    rgba(var(--cl-surface), 0.42);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.035),
    0 10px 32px rgba(var(--cl-accent), 0.045);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: ps-proof-breathe 5.5s ease-in-out infinite !important;
  transition: border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof::after {
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -28%;
  z-index: -1;
  width: 24%;
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.16), transparent);
  filter: blur(7px);
  transform: skewX(-18deg);
  content: "";
  pointer-events: none;
  animation: ps-proof-sheen 6.2s cubic-bezier(0.35, 0, 0.2, 1) infinite !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof__icon {
  position: relative;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  flex-basis: 1.5rem;
  border: 1px solid rgba(var(--cl-accent), 0.28);
  background: rgba(var(--cl-accent), 0.13);
  color: rgb(var(--cl-accent));
  box-shadow: 0 0 18px rgba(var(--cl-accent), 0.1);
  font-size: 0.52rem;
  animation: ps-proof-check 3.4s ease-in-out infinite !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.44rem;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof strong {
  display: inline-flex;
  align-items: baseline;
  color: rgba(var(--cl-t-primary), 0.96);
  font-family: var(--ff-heading);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof > div > span {
  color: rgba(var(--cl-t-muted), 0.78);
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.005em;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof__count {
  display: inline-block;
  min-width: 3.4em;
  color: inherit;
  font: inherit;
  text-align: right;
  transform-origin: right center;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof__count.is-counting {
  animation: ps-proof-count 1s cubic-bezier(0.18, 0.85, 0.22, 1) both !important;
}

.sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof:hover {
  border-color: rgba(var(--cl-accent), 0.3);
  background:
    linear-gradient(110deg, rgba(var(--cl-accent), 0.14), rgba(var(--cl-accent), 0.04) 62%),
    rgba(var(--cl-surface-raised), 0.56);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 14px 38px rgba(var(--cl-accent), 0.1);
}

@keyframes ps-proof-breathe {
  0%, 100% { transform: translateY(0); box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 10px 32px rgba(var(--cl-accent), 0.045); }
  50% { transform: translateY(-2px); box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 14px 38px rgba(var(--cl-accent), 0.09); }
}

@keyframes ps-proof-sheen {
  0%, 18% { transform: translateX(0) skewX(-18deg); opacity: 0; }
  28% { opacity: 1; }
  52% { transform: translateX(590%) skewX(-18deg); opacity: 0; }
  100% { transform: translateX(590%) skewX(-18deg); opacity: 0; }
}

@keyframes ps-proof-check {
  0%, 100% { transform: scale(1); box-shadow: 0 0 16px rgba(var(--cl-accent), 0.08); }
  50% { transform: scale(1.06); box-shadow: 0 0 24px rgba(var(--cl-accent), 0.2); }
}

@keyframes ps-proof-count {
  0% { transform: translateY(0.2em); filter: blur(2px); opacity: 0.5; }
  100% { transform: translateY(0); filter: blur(0); opacity: 1; }
}

@media (max-width: 640px) {
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof,
  .sa-tpl-shop .ps-hero-editorial--static .ps-hero-sales-proof {
    margin-bottom: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof,
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof::after,
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof__icon,
  .sa-tpl-shop .sa-hero--trust-showcase .ps-hero-sales-proof__count {
    animation: none !important;
  }
}

/* Statistics motion and luminous interaction — final override. */
.sa-tpl-shop .sa-stats--strip .ps-store-stats__card {
  overflow: hidden;
  filter: brightness(1) saturate(1);
  transition:
    transform 280ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card::before,
.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary::before {
  position: absolute;
  top: -58%;
  left: -36%;
  z-index: 0;
  display: block;
  width: 76%;
  height: 210%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 48%;
  background: radial-gradient(ellipse at center, rgba(var(--cl-accent), 0.2) 0%, rgba(var(--cl-accent), 0.07) 36%, transparent 70%);
  box-shadow: none;
  filter: blur(18px);
  content: "";
  pointer-events: none;
  animation: ps-stat-spotlight-a 11s ease-in-out infinite alternate;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card::after {
  position: absolute;
  right: -34%;
  bottom: -80%;
  left: auto;
  z-index: 0;
  display: block;
  width: 70%;
  height: 190%;
  border-radius: 48%;
  background: radial-gradient(ellipse at center, rgba(var(--cl-accent), 0.14) 0%, rgba(var(--cl-accent), 0.045) 40%, transparent 72%);
  box-shadow: none;
  filter: blur(22px);
  content: "";
  pointer-events: none;
  animation: ps-stat-spotlight-b 14s ease-in-out infinite alternate;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(2)::before {
  animation-delay: -3.5s;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(3)::before {
  animation-delay: -6.5s;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:nth-child(4)::before {
  animation-delay: -8.5s;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:hover {
  transform: translateY(-5px) scale(1.008);
  filter: brightness(1.14) saturate(1.09);
  border-color: rgba(var(--cl-accent), 0.48) !important;
  background-color: rgba(var(--cl-surface-raised), 0.95) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.075),
    0 30px 76px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(var(--cl-accent), 0.08),
    0 0 54px rgba(var(--cl-accent), 0.13);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:hover::before,
.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:hover::after {
  opacity: 1;
  filter: blur(14px);
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card:hover .ps-store-stats__icon {
  transform: translateY(-2px) scale(1.06);
  border-color: rgba(var(--cl-accent), 0.56);
  background: rgba(var(--cl-accent), 0.18);
  box-shadow: 0 12px 34px rgba(var(--cl-accent), 0.2), inset 0 1px rgba(255, 255, 255, 0.09);
}

.sa-tpl-shop .ps-store-stats__icon {
  position: relative;
  z-index: 2;
  transition: transform 280ms ease, border-color 280ms ease, background-color 280ms ease, box-shadow 280ms ease;
}

.sa-tpl-shop .ps-store-stats__card-top,
.sa-tpl-shop .ps-store-stats__value,
.sa-tpl-shop .ps-store-stats__card h3,
.sa-tpl-shop .ps-store-stats__card > p,
.sa-tpl-shop .ps-store-stats__live {
  position: relative;
  z-index: 2;
}

.sa-tpl-shop .ps-store-stats__value {
  overflow: visible;
}

.sa-tpl-shop .ps-store-stats__value .animate-number-counter {
  display: inline-block;
  transform-origin: 50% 70%;
  text-shadow: 0 0 0 rgba(var(--cl-accent), 0);
  will-change: transform, filter, text-shadow;
}

.sa-tpl-shop .ps-store-stats__value .animate-number-counter.is-counting {
  animation: ps-stat-number-counting 1s cubic-bezier(0.18, 0.85, 0.22, 1) both;
}

.sa-tpl-shop .ps-store-stats__value .animate-number-counter.is-counted {
  animation: ps-stat-number-settle 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes ps-stat-spotlight-a {
  0% { transform: translate3d(-8%, -3%, 0) rotate(-8deg); opacity: 0.45; }
  50% { opacity: 0.78; }
  100% { transform: translate3d(105%, 7%, 0) rotate(9deg); opacity: 0.52; }
}

@keyframes ps-stat-spotlight-b {
  0% { transform: translate3d(10%, 2%, 0) rotate(7deg); opacity: 0.38; }
  100% { transform: translate3d(-92%, -10%, 0) rotate(-9deg); opacity: 0.66; }
}

@keyframes ps-stat-number-counting {
  0% { transform: translateY(0.22em) scale(0.96); filter: blur(3px) brightness(1.18); opacity: 0.5; }
  55% { text-shadow: 0 0 24px rgba(var(--cl-accent), 0.28); opacity: 1; }
  100% { transform: translateY(0) scale(1); filter: blur(0) brightness(1); text-shadow: 0 0 0 rgba(var(--cl-accent), 0); opacity: 1; }
}

@keyframes ps-stat-number-settle {
  0% { transform: scale(1); text-shadow: 0 0 0 rgba(var(--cl-accent), 0); }
  42% { transform: scale(1.035); color: rgb(var(--cl-t-primary)); text-shadow: 0 0 28px rgba(var(--cl-accent), 0.34); }
  100% { transform: scale(1); text-shadow: 0 0 0 rgba(var(--cl-accent), 0); }
}

@media (prefers-reduced-motion: reduce) {
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card::before,
  .sa-tpl-shop .sa-stats--strip .ps-store-stats__card::after,
  .sa-tpl-shop .ps-store-stats__value .animate-number-counter {
    animation: none !important;
  }
}

/* Primary delivery statistic: use its extra height without changing the family. */
.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary {
  justify-content: flex-start !important;
}

.sa-tpl-shop .ps-store-stats__delivery-flow {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 4.4rem;
  padding: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 1rem;
  background:
    linear-gradient(120deg, rgba(var(--cl-accent), 0.07), transparent 52%),
    rgba(var(--cl-t-primary), 0.018);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.025);
  transition: transform 240ms ease, border-color 240ms ease, background-color 240ms ease, box-shadow 240ms ease;
}

.sa-tpl-shop .ps-store-stats__delivery-flow::after {
  position: absolute;
  right: 0.9rem;
  bottom: 0;
  left: 0.9rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.55), transparent);
  content: "";
  opacity: 0.45;
  transform: scaleX(0.45);
  transition: opacity 280ms ease, transform 420ms ease;
}

.ps-store-stats__delivery-flow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.72rem;
  color: rgba(var(--cl-t-primary), 0.8);
  font-size: 0.67rem;
  font-weight: 720;
}

.ps-store-stats__delivery-flow-head > span {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.ps-store-stats__delivery-flow-head > span i {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 13px rgba(var(--cl-accent), 0.55);
  animation: ps-store-stats-pulse 2.4s ease-in-out infinite;
}

.ps-store-stats__delivery-flow-head small {
  color: rgb(var(--cl-accent));
  font-size: 0.62rem;
  font-weight: 800;
}

.ps-store-stats__delivery-flow-steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 0.55rem;
}

.ps-store-stats__delivery-flow-steps > span {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  min-height: 2.5rem;
  padding: 0.58rem 0.65rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.065);
  border-radius: 0.72rem;
  background: rgba(var(--cl-surface), 0.52);
  color: rgba(var(--cl-t-primary), 0.68);
  font-size: 0.61rem;
  font-weight: 650;
  white-space: nowrap;
  transition: transform 220ms ease, border-color 220ms ease, color 220ms ease, background-color 220ms ease;
}

.ps-store-stats__delivery-flow-steps > span i {
  color: rgb(var(--cl-accent));
}

.ps-store-stats__delivery-flow-steps > i {
  color: rgba(var(--cl-accent), 0.52);
  font-size: 0.58rem;
  transition: transform 220ms ease, color 220ms ease;
}

.sa-tpl-shop .ps-store-stats__card--primary .ps-store-stats__value {
  margin-top: auto !important;
  padding-top: clamp(1.4rem, 3vw, 2.6rem);
}

.sa-tpl-shop .ps-store-stats__card--primary > p {
  max-width: 30rem;
  color: rgba(var(--cl-t-primary), 0.59);
  font-size: 0.74rem;
  line-height: 1.6;
}

.sa-tpl-shop .ps-store-stats__card--primary:hover .ps-store-stats__delivery-flow {
  transform: translateY(-3px);
  border-color: rgba(var(--cl-accent), 0.22);
  background-color: rgba(var(--cl-accent), 0.035);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.13), inset 0 1px rgba(255, 255, 255, 0.035);
}

.sa-tpl-shop .ps-store-stats__card--primary:hover .ps-store-stats__delivery-flow::after {
  opacity: 1;
  transform: scaleX(1);
}

.sa-tpl-shop .ps-store-stats__card--primary:hover .ps-store-stats__delivery-flow-steps > span:first-child {
  transform: translateX(2px);
  border-color: rgba(var(--cl-accent), 0.16);
}

.sa-tpl-shop .ps-store-stats__card--primary:hover .ps-store-stats__delivery-flow-steps > span:last-child {
  transform: translateX(-2px);
  border-color: rgba(var(--cl-accent), 0.24);
  color: rgba(var(--cl-t-primary), 0.9);
  background: rgba(var(--cl-accent), 0.075);
}

.sa-tpl-shop .ps-store-stats__card--primary:hover .ps-store-stats__delivery-flow-steps > i {
  color: rgb(var(--cl-accent));
  transform: translateX(2px);
}

@media (max-width: 560px) {
  .sa-tpl-shop .ps-store-stats__delivery-flow {
    margin-top: 3.65rem;
    padding: 0.72rem;
  }

  .ps-store-stats__delivery-flow-steps {
    gap: 0.32rem;
  }

  .ps-store-stats__delivery-flow-steps > span {
    min-height: 2.15rem;
    padding: 0.45rem;
    font-size: 0.52rem;
  }

  .sa-tpl-shop .ps-store-stats__card--primary .ps-store-stats__value {
    padding-top: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-store-stats__delivery-flow,
  .ps-store-stats__delivery-flow::after,
  .ps-store-stats__delivery-flow *,
  .ps-store-stats__delivery-flow-head > span i {
    animation: none !important;
    transition: none !important;
  }
}

/* Primary statistic after removing the delivery-flow insert. */
.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary {
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary .ps-store-stats__value {
  justify-content: center;
  width: 100%;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary > h3,
.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary > p,
.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary > .ps-store-stats__live {
  align-self: center;
  text-align: center;
}

.sa-tpl-shop .sa-stats--strip .ps-store-stats__card--primary > p {
  max-width: 27rem;
}

/* Refined catalogue intro and controls */
.sa-page-products {
  background:
    radial-gradient(circle at 48% 0%, rgba(var(--cl-accent), 0.055), transparent 32rem),
    transparent;
}

.ps-catalog-intro {
  max-width: 58rem;
}

.ps-catalog-intro .sa-section-header {
  max-width: none;
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.ps-catalog-intro .sa-section-eyebrow {
  margin-bottom: 0.72rem;
  color: rgb(var(--cl-accent));
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps-catalog-intro .sa-section-title {
  max-width: 15ch;
  font-size: clamp(2.75rem, 4.5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ps-catalog-intro .sa-section-subtitle {
  max-width: 43rem;
  margin-top: 1rem;
  color: rgba(var(--cl-t-muted), 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.ps-catalog-toolbar {
  display: grid !important;
  grid-template-columns: auto auto auto minmax(17rem, 1fr) auto;
  align-items: center;
  gap: 0.5rem !important;
  padding: 0.55rem !important;
  border: 1px solid rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: 1rem !important;
  background:
    linear-gradient(110deg, rgba(var(--cl-accent), 0.035), transparent 35%),
    rgba(var(--cl-surface), 0.76) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.14) !important;
  backdrop-filter: blur(18px);
}

.ps-catalog-filter-button {
  height: 2.72rem !important;
  padding-inline: 0.82rem !important;
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: 0.7rem !important;
  background: rgba(var(--cl-t-primary), 0.022);
  font-size: 0.72rem !important;
  font-weight: 650 !important;
  white-space: nowrap;
}

.ps-catalog-filter-button:hover {
  border-color: rgba(var(--cl-accent), 0.2) !important;
  background: rgba(var(--cl-accent), 0.055) !important;
}

.ps-catalog-filter-button > svg {
  width: 0.9rem;
  height: 0.9rem;
}

.ps-catalog-search .input {
  height: 2.72rem !important;
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  border-radius: 0.7rem !important;
  background: rgba(var(--cl-t-primary), 0.018) !important;
  font-size: 0.72rem;
}

.ps-catalog-search .input:focus {
  border-color: rgba(var(--cl-accent), 0.32) !important;
  box-shadow: 0 0 0 3px rgba(var(--cl-accent), 0.07);
}

.ps-catalog-search > svg {
  width: 0.9rem;
  height: 0.9rem;
}

.ps-catalog-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  height: 2.72rem;
  padding: 0 0.78rem;
  border-left: 1px solid rgba(var(--cl-t-primary), 0.085);
  color: rgba(var(--cl-t-muted), 0.78);
  font-size: 0.68rem;
  font-weight: 650;
  white-space: nowrap;
}

.ps-catalog-count::before {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: rgb(var(--cl-accent));
  box-shadow: 0 0 12px rgba(var(--cl-accent), 0.45);
  content: "";
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .ps-catalog-toolbar {
    grid-template-columns: auto auto auto minmax(11rem, 1fr) auto;
  }

  .ps-catalog-filter-button {
    padding-inline: 0.65rem !important;
  }
}

@media (max-width: 767px) {
  .ps-catalog-intro .sa-section-header {
    margin-bottom: 1.75rem;
  }

  .ps-catalog-intro .sa-section-title {
    max-width: 12ch;
    font-size: clamp(2.35rem, 11vw, 3.25rem) !important;
    line-height: 1 !important;
  }

  .ps-catalog-intro .sa-section-subtitle {
    max-width: 31rem;
    margin-top: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .ps-catalog-mobile-filter {
    min-height: 2.65rem;
    padding-inline: 0.9rem;
    border-color: rgba(var(--cl-t-primary), 0.09);
    border-radius: 0.72rem;
    background: rgba(var(--cl-surface), 0.7);
    font-size: 0.72rem;
  }

  .ps-catalog-mobile-count {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem !important;
    font-weight: 650;
  }

  .ps-catalog-mobile-count::before {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 999px;
    background: rgb(var(--cl-accent));
    content: "";
  }
}
/* Responsive sizing for the restored EN/ES selector. */
@media (min-width: 1024px) and (max-width: 1199px) {
  .ps-language-switcher {
    height: 2.45rem;
    padding: 0.2rem;
  }

  .ps-language-option {
    min-width: 1.65rem;
    height: 1.95rem;
    padding-inline: 0.15rem;
  }
}

@media (max-width: 1023px) {
  .ps-language-option {
    min-width: 1.8rem;
    padding-inline: 0.25rem;
  }
}

@media (max-width: 480px) {
  .ps-language-option {
    min-width: 1.6rem;
  }
}

/* Customer workspace v4 — one cohesive private-area design system */
:is(
  .sa-page-customer-dashboard,
  .sa-page-customer-invoices,
  .sa-page-customer-subscriptions,
  .sa-page-customer-balance,
  .sa-page-customer-tickets,
  .sa-page-customer-ticket,
  .sa-page-customer-affiliate,
  .sa-page-customer-reseller
) {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 4%, rgba(var(--cl-accent), 0.07), transparent 27rem),
    radial-gradient(circle at 84% 26%, rgba(var(--cl-accent), 0.035), transparent 32rem);
}

:is(
  .sa-page-customer-dashboard,
  .sa-page-customer-invoices,
  .sa-page-customer-subscriptions,
  .sa-page-customer-balance,
  .sa-page-customer-tickets,
  .sa-page-customer-ticket,
  .sa-page-customer-affiliate,
  .sa-page-customer-reseller
)::before {
  position: absolute;
  z-index: -1;
  top: 1.5rem;
  right: max(1rem, calc((100vw - var(--wrap-width, 90rem)) / 2));
  width: min(32rem, 44vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent), 0.24), transparent);
  content: "";
  opacity: 0.7;
}

.ps-customer-shell {
  position: relative;
}

.ps-customer-shell > .min-w-0 {
  animation: ps-customer-content-in 480ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ps-customer-content-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Shared account header */
.ps-customer-header {
  position: relative;
  min-height: 8.1rem;
  align-items: center !important;
  margin-bottom: 1.15rem !important;
  padding: 1.35rem 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-t-primary), 0.085);
  border-radius: 1.15rem;
  background:
    linear-gradient(116deg, rgba(var(--cl-accent), 0.065), transparent 43%),
    rgba(var(--cl-surface), 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 24px 70px rgba(0, 0, 0, 0.11);
}

.ps-customer-header::after {
  position: absolute;
  right: -4rem;
  bottom: -8rem;
  width: 20rem;
  height: 20rem;
  border: 1px solid rgba(var(--cl-accent), 0.075);
  border-radius: 50%;
  box-shadow: 0 0 0 2.7rem rgba(var(--cl-accent), 0.018), 0 0 0 5.4rem rgba(var(--cl-accent), 0.012);
  content: "";
  pointer-events: none;
}

.ps-customer-header__copy,
.ps-customer-header__cta {
  position: relative;
  z-index: 1;
}

.ps-customer-header__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  color: rgb(var(--cl-accent));
  font-size: 0.61rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ps-customer-header__eyebrow > span {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 14px rgba(var(--cl-accent), 0.65);
  animation: ps-customer-pulse 2.4s ease-in-out infinite;
}

@keyframes ps-customer-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1); }
}

.ps-customer-header__title {
  max-width: 19ch;
  font-size: clamp(2rem, 3.6vw, 3.15rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
}

.ps-customer-header__subtitle {
  max-width: 42rem;
  margin-top: 0.65rem !important;
  font-size: 0.82rem !important;
  line-height: 1.55;
}

.ps-customer-header__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 34px rgba(var(--cl-accent), 0.2);
}

/* Desktop sidebar */
.ps-account-nav__aside {
  perspective: 900px;
}

.ps-account-nav__panel {
  position: relative;
  padding: 0.75rem !important;
  overflow: hidden;
  border-color: rgba(var(--cl-t-primary), 0.095) !important;
  border-radius: 1.25rem !important;
  background:
    linear-gradient(145deg, rgba(var(--cl-accent), 0.055), transparent 31%),
    rgba(var(--cl-surface), 0.82) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 28px 80px rgba(0, 0, 0, 0.18) !important;
  animation: ps-account-nav-in 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ps-account-nav-in {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}

.ps-account-nav__panel::before {
  position: absolute;
  top: -6rem;
  left: -5rem;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: rgba(var(--cl-accent), 0.08);
  filter: blur(50px);
  content: "";
  pointer-events: none;
}

.ps-account-nav__profile {
  position: relative;
  min-height: 5.15rem;
  padding: 0.8rem !important;
  border: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 0.95rem;
  background: rgba(var(--cl-t-primary), 0.018);
}

.ps-account-nav__avatar {
  width: 2.85rem !important;
  height: 2.85rem !important;
  border: 1px solid rgba(var(--cl-accent), 0.34) !important;
  background: linear-gradient(145deg, rgba(var(--cl-accent), 0.2), rgba(var(--cl-accent), 0.055)) !important;
  box-shadow: 0 0 24px rgba(var(--cl-accent), 0.08);
}

.ps-account-nav__name {
  font-size: 0.9rem !important;
  font-weight: 700 !important;
}

.ps-account-nav__email {
  margin-top: 0.18rem;
  font-size: 0.67rem !important;
}

.ps-account-nav__group {
  margin-top: 0.35rem;
  color: rgba(var(--cl-t-muted), 0.68) !important;
  font-size: 0.56rem !important;
  letter-spacing: 0.16em !important;
}

.ps-account-nav__link {
  position: relative;
  min-height: 2.8rem;
  padding: 0.65rem 0.75rem !important;
  border: 1px solid transparent;
  border-radius: 0.8rem !important;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease !important;
}

.ps-account-nav__link svg {
  transition: transform 180ms ease, filter 180ms ease;
}

.ps-account-nav__link:hover {
  border-color: rgba(var(--cl-t-primary), 0.07);
  background: rgba(var(--cl-t-primary), 0.035) !important;
  transform: translateX(3px);
}

.ps-account-nav__link:hover svg {
  transform: scale(1.08);
}

.ps-account-nav__link.is-active {
  border-color: rgba(var(--cl-accent), 0.19);
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.15), rgba(var(--cl-accent), 0.045)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025), 0 10px 26px rgba(var(--cl-accent), 0.055);
}

.ps-account-nav__link.is-active svg {
  filter: drop-shadow(0 0 7px rgba(var(--cl-accent), 0.42));
}

.ps-account-nav__logout {
  min-height: 2.7rem;
  margin-top: 0.25rem;
  border: 1px solid transparent;
  border-radius: 0.8rem !important;
}

/* Shared surfaces and motion */
:is(
  .sa-page-customer-dashboard,
  .sa-page-customer-invoices,
  .sa-page-customer-subscriptions,
  .sa-page-customer-balance,
  .sa-page-customer-tickets,
  .sa-page-customer-ticket,
  .sa-page-customer-affiliate,
  .sa-page-customer-reseller
) [class~="bg-surface"] {
  border-color: rgba(var(--cl-t-primary), 0.085) !important;
  background-color: rgba(var(--cl-surface), 0.76) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.022), 0 20px 60px rgba(0, 0, 0, 0.1);
}

:is(
  .sa-page-customer-dashboard,
  .sa-page-customer-invoices,
  .sa-page-customer-subscriptions,
  .sa-page-customer-balance,
  .sa-page-customer-tickets,
  .sa-page-customer-affiliate
) [data-dsr],
.sa-page-customer-balance .grid > .rounded-card,
.sa-page-customer-invoices-item,
.sa-page-customer-tickets-item {
  transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease, transform 220ms ease;
}

:is(
  .sa-page-customer-dashboard,
  .sa-page-customer-balance
) [data-dsr]:hover,
.sa-page-customer-balance .grid > .rounded-card:hover {
  border-color: rgba(var(--cl-accent), 0.24) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.035), 0 26px 75px rgba(0,0,0,0.14), 0 0 38px rgba(var(--cl-accent),0.035) !important;
  transform: translateY(-3px);
}

/* Dashboard */
.sa-page-customer-dashboard .ps-customer-shell > .min-w-0 > [data-dsr]:first-child {
  min-height: 9rem;
  padding: clamp(1.35rem, 2.5vw, 2rem) !important;
  border-radius: 1.2rem !important;
  background:
    radial-gradient(circle at 88% 20%, rgba(var(--cl-accent), 0.11), transparent 18rem),
    linear-gradient(115deg, rgba(var(--cl-accent), 0.07), transparent 38%),
    rgba(var(--cl-surface), 0.78) !important;
}

.sa-page-customer-dashboard .ps-customer-shell > .min-w-0 > [data-dsr]:first-child .size-12 {
  width: 3.75rem !important;
  height: 3.75rem !important;
  box-shadow: 0 0 30px rgba(var(--cl-accent), 0.11);
}

.sa-page-customer-dashboard .ps-customer-shell > .min-w-0 > [data-dsr]:nth-child(2) {
  overflow: hidden;
  border-radius: 1.15rem !important;
  background: linear-gradient(110deg, rgba(var(--cl-accent), 0.045), transparent 42%), rgba(var(--cl-surface), 0.76) !important;
}

.sa-page-customer-dashboard .ps-customer-shell > .min-w-0 > [data-dsr]:nth-child(2) > div {
  min-height: 6.35rem;
  transition: background 180ms ease;
}

.sa-page-customer-dashboard .ps-customer-shell > .min-w-0 > [data-dsr]:nth-child(2) > div:hover {
  background: rgba(var(--cl-accent), 0.04);
}

/* Balance */
.sa-page-customer-balance .ps-customer-header + .grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1rem;
}

.sa-page-customer-balance .ps-customer-header + .grid > .rounded-card {
  min-height: 18rem;
  padding: clamp(1.25rem, 2.7vw, 2rem) !important;
  border-radius: 1.2rem !important;
}

.sa-page-customer-balance .ps-customer-header + .grid > .rounded-card:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 82% 26%, rgba(var(--cl-accent), 0.115), transparent 14rem),
    linear-gradient(145deg, rgba(var(--cl-accent), 0.075), transparent 48%),
    rgba(var(--cl-surface), 0.8) !important;
}

.sa-page-customer-balance-price {
  overflow: visible !important;
  font-size: clamp(3.5rem, 7vw, 6.5rem) !important;
  letter-spacing: -0.07em;
  text-shadow: 0 0 34px rgba(var(--cl-accent), 0.08);
}

.sa-page-customer-balance-actions {
  gap: 0.65rem !important;
}

.sa-page-customer-balance-actions button {
  min-height: 4.25rem;
  border-radius: 0.85rem !important;
  background: rgba(var(--cl-t-primary), 0.018);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease !important;
}

.sa-page-customer-balance-actions button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.sa-page-customer-balance-custom input {
  min-height: 3.25rem;
  border-radius: 0.85rem !important;
  background: rgba(var(--cl-t-primary), 0.018) !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.sa-page-customer-balance-custom input:focus {
  background: rgba(var(--cl-accent), 0.025) !important;
  box-shadow: 0 0 0 3px rgba(var(--cl-accent), 0.075);
}

.sa-page-customer-balance-submit {
  min-height: 3.2rem;
  border-radius: 0.85rem !important;
}

.sa-page-customer-balance-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(var(--cl-accent), 0.18);
}

.sa-page-customer-balance-items {
  margin-top: 1rem !important;
  overflow: hidden;
  border-radius: 1.2rem !important;
}

/* Lists, tables and history */
:is(
  .sa-page-customer-balance-items,
  .sa-page-customer-subscriptions-items,
  .sa-page-customer-invoices-items,
  .sa-page-customer-tickets-items
) {
  overflow: hidden;
  border-radius: 1.15rem !important;
}

:is(
  .sa-page-customer-balance-items,
  .sa-page-customer-subscriptions-items
) table thead {
  background: rgba(var(--cl-t-primary), 0.018);
}

:is(
  .sa-page-customer-balance-items,
  .sa-page-customer-subscriptions-items
) table tbody tr {
  transition: background 180ms ease, transform 180ms ease;
}

:is(
  .sa-page-customer-balance-items,
  .sa-page-customer-subscriptions-items
) table tbody tr:hover {
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.045), transparent 72%);
}

.sa-page-customer-invoices-items,
.sa-page-customer-tickets-items {
  display: grid;
  gap: 0.65rem;
  padding: 0.65rem;
  background: rgba(var(--cl-surface), 0.55) !important;
}

.sa-page-customer-invoices-item,
.sa-page-customer-tickets-item {
  border: 1px solid rgba(var(--cl-t-primary), 0.065);
  border-radius: 0.9rem;
  background: rgba(var(--cl-t-primary), 0.015);
}

.sa-page-customer-invoices-item:hover,
.sa-page-customer-tickets-item:hover {
  border-color: rgba(var(--cl-accent), 0.19);
  background: linear-gradient(105deg, rgba(var(--cl-accent), 0.05), rgba(var(--cl-t-primary), 0.018)) !important;
  box-shadow: 0 16px 36px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.sa-page-customer-invoices-title,
.sa-page-customer-tickets-title {
  font-size: 0.9rem;
  font-weight: 680 !important;
}

/* Affiliate, reseller and ticket detail inherit the same premium shell. */
:is(.sa-page-customer-affiliate, .sa-page-customer-reseller, .sa-page-customer-ticket) .rounded-card {
  border-radius: 1.1rem !important;
}

:is(.sa-page-customer-affiliate, .sa-page-customer-reseller) button,
:is(.sa-page-customer-affiliate, .sa-page-customer-reseller) a {
  transition-duration: 180ms;
}

/* Mobile account navigation and workspace */
.ps-account-nav-mobile {
  position: relative;
  z-index: 4;
  padding: 0.35rem;
  border: 1px solid rgba(var(--cl-t-primary), 0.08);
  border-radius: 1rem;
  background: rgba(var(--cl-surface), 0.88);
  box-shadow: 0 18px 48px rgba(0,0,0,0.14);
  backdrop-filter: blur(18px);
}

.ps-account-nav-mobile__track {
  border: 0 !important;
  background: transparent !important;
}

.ps-account-nav-mobile__link {
  min-height: 2.55rem;
  padding-inline: 0.85rem !important;
  border-radius: 0.7rem !important;
}

.ps-account-nav-mobile__link.is-active {
  border-color: rgba(var(--cl-accent), 0.18) !important;
  background: linear-gradient(90deg, rgba(var(--cl-accent), 0.14), rgba(var(--cl-accent), 0.055)) !important;
  color: rgb(var(--cl-accent)) !important;
}

@media (max-width: 1023px) {
  .ps-customer-shell {
    gap: 1rem !important;
  }

  .ps-customer-header {
    min-height: 7.3rem;
    margin-top: 0.25rem;
  }
}

@media (max-width: 767px) {
  :is(
    .sa-page-customer-dashboard,
    .sa-page-customer-invoices,
    .sa-page-customer-subscriptions,
    .sa-page-customer-balance,
    .sa-page-customer-tickets,
    .sa-page-customer-ticket,
    .sa-page-customer-affiliate,
    .sa-page-customer-reseller
  ) {
    padding-top: 1.1rem !important;
  }

  .ps-customer-header {
    min-height: 0;
    padding: 1.15rem;
    border-radius: 1rem;
  }

  .ps-customer-header::after {
    right: -8rem;
    bottom: -10rem;
  }

  .ps-customer-header__title {
    max-width: 14ch;
    font-size: clamp(1.75rem, 9.5vw, 2.5rem) !important;
  }

  .ps-customer-header__subtitle {
    font-size: 0.75rem !important;
  }

  .sa-page-customer-balance .ps-customer-header + .grid {
    grid-template-columns: 1fr;
  }

  .sa-page-customer-balance .ps-customer-header + .grid > .rounded-card {
    min-height: auto;
    padding: 1.15rem !important;
  }

  .sa-page-customer-balance .ps-customer-header + .grid > .rounded-card:first-child {
    min-height: 12rem;
  }

  .sa-page-customer-balance-price {
    font-size: clamp(3rem, 16vw, 4.75rem) !important;
  }

  .sa-page-customer-balance-actions button {
    min-height: 3.7rem;
    padding-inline: 0.35rem !important;
  }

  :is(.sa-page-customer-balance-items, .sa-page-customer-subscriptions-items) {
    overflow-x: auto;
  }

  :is(.sa-page-customer-balance-items, .sa-page-customer-subscriptions-items) table {
    min-width: 44rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ps-customer-shell > .min-w-0,
  .ps-account-nav__panel,
  .ps-customer-header__eyebrow > span {
    animation: none !important;
  }

  .ps-account-nav__link,
  .sa-page-customer-invoices-item,
  .sa-page-customer-tickets-item,
  .sa-page-customer-balance .grid > .rounded-card {
    transition: none !important;
  }
}

/* Final customer layout correction: desktop always keeps the menu on the left. */
.ps-customer-header {
  min-height: 0;
  align-items: end !important;
  margin-bottom: 1.55rem !important;
  padding: 0.25rem 0.15rem 1.15rem;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid rgba(var(--cl-t-primary), 0.075);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ps-customer-header::after {
  display: none;
}

.ps-customer-header__eyebrow {
  margin-bottom: 0.45rem;
  font-size: 0.56rem;
  letter-spacing: 0.15em;
}

.ps-customer-header__title {
  max-width: 22ch;
  font-size: clamp(1.85rem, 3vw, 2.65rem) !important;
  line-height: 1 !important;
}

.ps-customer-header__subtitle {
  margin-top: 0.5rem !important;
}

.ps-account-nav__panel {
  padding: 0.65rem !important;
  border-radius: 1.1rem !important;
  background:
    linear-gradient(145deg, rgba(var(--cl-accent), 0.035), transparent 28%),
    rgba(var(--cl-surface), 0.82) !important;
}

.ps-account-nav__profile {
  min-height: 4.6rem;
  padding: 0.7rem !important;
}

.ps-account-nav__link {
  min-height: 2.55rem;
  padding: 0.55rem 0.7rem !important;
}

@media (min-width: 860px) {
  .ps-customer-shell {
    display: grid !important;
    grid-template-columns: 15rem minmax(0, 1fr) !important;
    gap: 2rem !important;
    align-items: start !important;
  }

  .ps-account-nav__aside {
    position: sticky !important;
    top: 7rem !important;
    display: block !important;
  }

  .ps-account-nav-mobile {
    display: none !important;
  }
}

@media (min-width: 860px) and (max-width: 1100px) {
  .ps-customer-shell {
    grid-template-columns: 13.75rem minmax(0, 1fr) !important;
    gap: 1.25rem !important;
  }

  .ps-account-nav__panel {
    padding: 0.5rem !important;
  }

  .ps-account-nav__link {
    font-size: 0.75rem !important;
  }

  .sa-page-customer-balance .ps-customer-header + .grid {
    grid-template-columns: 1fr;
  }

  .sa-page-customer-balance .ps-customer-header + .grid > .rounded-card {
    min-height: 13rem;
  }
}

@media (max-width: 859px) {
  .ps-account-nav__aside {
    display: none !important;
  }

  .ps-account-nav-mobile {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .ps-customer-header {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    padding: 0.3rem 0.1rem 0.95rem;
    border-radius: 0;
  }
}
