/* PBTECH GAMING — ESTILOS ENCAPSULADOS | v1.2.0 */

/* Mismo sistema full-bleed utilizado en las páginas Xiaomi, Samsung e iPhone. */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

#pb-gaming {
  --pbg-bg: #060914;
  --pbg-bg-soft: #0b1020;
  --pbg-card: rgba(18, 25, 44, 0.72);
  --pbg-card-solid: #10172a;
  --pbg-line: rgba(152, 177, 222, 0.16);
  --pbg-line-strong: rgba(122, 168, 255, 0.30);
  --pbg-text: #f7f9ff;
  --pbg-muted: #aab3c7;
  --pbg-blue: #56c7ff;
  --pbg-blue-strong: #129cf0;
  --pbg-purple: #9f6bff;
  --pbg-purple-soft: #7252ff;
  --pbg-radius: 28px;
  --pbg-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  position: relative;
  width: 100vw;
  max-width: none !important;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--pbg-text);
  background: var(--pbg-bg);
  font-family: inherit;
  isolation: isolate;
}

#pb-gaming,
#pb-gaming * {
  box-sizing: border-box;
}

#pb-gaming button,
#pb-gaming input,
#pb-gaming select {
  font: inherit;
}

#pb-gaming button,
#pb-gaming a {
  -webkit-tap-highlight-color: transparent;
}

#pb-gaming a {
  color: inherit;
  text-decoration: none;
}

#pb-gaming img {
  display: block;
  max-width: 100%;
}

#pb-gaming [hidden] {
  display: none !important;
}

#pb-gaming .pbg-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#pb-gaming .pbg-shell {
  width: min(1380px, calc(100% - 64px));
  margin-inline: auto;
}

#pb-gaming .pbg-main {
  overflow: clip;
  background:
    radial-gradient(circle at 50% 0%, rgba(57, 89, 173, 0.10), transparent 28%),
    var(--pbg-bg);
}

#pb-gaming .pbg-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #8ed8ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.4;
}

#pb-gaming .pbg-kicker > span {
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pbg-blue), var(--pbg-purple));
  box-shadow: 0 0 16px rgba(86, 199, 255, 0.75);
}

#pb-gaming .pbg-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#pb-gaming .pbg-btn:hover {
  transform: translateY(-2px);
}

#pb-gaming .pbg-btn:focus-visible,
#pb-gaming button:focus-visible,
#pb-gaming input:focus-visible,
#pb-gaming select:focus-visible,
#pb-gaming a:focus-visible {
  outline: 3px solid rgba(86, 199, 255, 0.56);
  outline-offset: 3px;
}

#pb-gaming .pbg-btn--primary {
  color: #04111d;
  background: linear-gradient(135deg, #83ddff 0%, #35b9ff 48%, #a37bff 125%);
  box-shadow: 0 14px 36px rgba(34, 164, 241, 0.23);
}

#pb-gaming .pbg-btn--primary:hover {
  box-shadow: 0 18px 44px rgba(34, 164, 241, 0.34);
}

#pb-gaming .pbg-btn--ghost {
  color: var(--pbg-text);
  border-color: var(--pbg-line-strong);
  background: rgba(14, 21, 37, 0.62);
  backdrop-filter: blur(14px);
}

#pb-gaming .pbg-btn--ghost:hover {
  border-color: rgba(86, 199, 255, 0.62);
  background: rgba(26, 38, 64, 0.75);
}

#pb-gaming .pbg-btn--light {
  color: #09101e;
  background: #f8fbff;
  box-shadow: 0 16px 40px rgba(3, 6, 17, 0.22);
}

/* HERO */
#pb-gaming .pbg-hero {
  position: relative;
  min-height: 750px;
  overflow: hidden;
  border-bottom: 1px solid var(--pbg-line);
  background:
    linear-gradient(115deg, rgba(5, 9, 20, 0.98) 2%, rgba(7, 12, 29, 0.93) 53%, rgba(14, 9, 34, 0.96) 100%);
}

#pb-gaming .pbg-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(109, 155, 233, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(109, 155, 233, 0.10) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.6) 52%, transparent 91%);
}

#pb-gaming .pbg-hero__grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 9, 20, 0.88), transparent 34%, transparent 76%, rgba(5, 9, 20, 0.62));
}

#pb-gaming .pbg-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

#pb-gaming .pbg-hero__glow--one {
  top: -18%;
  right: -6%;
  width: 600px;
  height: 600px;
  background: rgba(98, 66, 230, 0.25);
}

#pb-gaming .pbg-hero__glow--two {
  bottom: -28%;
  left: 28%;
  width: 430px;
  height: 430px;
  background: rgba(24, 163, 241, 0.16);
}

#pb-gaming .pbg-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: 72px;
  padding-block: 76px 54px;
}

#pb-gaming .pbg-hero__copy {
  position: relative;
  z-index: 3;
  max-width: 690px;
}

#pb-gaming .pbg-hero__title {
  margin: 0;
  color: var(--pbg-text);
  font-size: clamp(64px, 6.3vw, 106px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.82;
  text-wrap: balance;
}

#pb-gaming .pbg-title-line {
  display: block;
}

#pb-gaming .pbg-title-line + .pbg-title-line {
  margin-top: 0.14em;
}

#pb-gaming .pbg-title-line--accent {
  display: flex;
  width: max-content;
  color: transparent;
  background: linear-gradient(105deg, #56c7ff 0%, #a985ff 55%, #db82ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 26px rgba(99, 138, 255, 0.20));
}

#pb-gaming .pbg-letter {
  display: inline-block;
  animation: pbg-letter-wave 4.8s cubic-bezier(0.22, 0.8, 0.24, 1) infinite;
  animation-delay: calc(var(--i) * 70ms);
  will-change: transform, filter;
}

@keyframes pbg-letter-wave {
  0%, 72%, 100% { transform: translateY(0) rotate(0); filter: blur(0); }
  78% { transform: translateY(-0.11em) rotate(-1.2deg); filter: blur(0.2px); }
  85% { transform: translateY(0.025em) rotate(0.6deg); }
  91% { transform: translateY(0) rotate(0); }
}

#pb-gaming .pbg-hero__lead {
  max-width: 630px;
  margin: 30px 0 0;
  color: var(--pbg-muted);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
}

#pb-gaming .pbg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

#pb-gaming .pbg-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 28px 0 0;
  padding: 0;
  color: #c7cee0;
  font-size: 12px;
  font-weight: 650;
  list-style: none;
}

#pb-gaming .pbg-hero__proof li {
  display: flex;
  align-items: center;
  gap: 8px;
}

#pb-gaming .pbg-hero__proof span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(86, 199, 255, 0.34);
  border-radius: 50%;
  color: var(--pbg-blue);
  background: rgba(86, 199, 255, 0.08);
  font-size: 11px;
}

#pb-gaming .pbg-hero__visual {
  position: relative;
  min-width: 0;
}

#pb-gaming .pbg-stage {
  position: relative;
  width: min(100%, 680px);
  aspect-ratio: 1.08 / 1;
  margin-left: auto;
  border: 1px solid rgba(142, 182, 255, 0.17);
  border-radius: 48% 48% 44% 44%;
  background:
    radial-gradient(circle at 50% 40%, rgba(224, 231, 255, 0.92) 0 23%, rgba(151, 171, 219, 0.30) 44%, rgba(66, 74, 125, 0.10) 63%, transparent 70%),
    radial-gradient(circle at 50% 64%, rgba(79, 125, 239, 0.24), transparent 58%);
  box-shadow: inset 0 0 80px rgba(99, 118, 209, 0.10), 0 40px 100px rgba(0, 0, 0, 0.28);
}

#pb-gaming .pbg-stage::before {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(189, 204, 255, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(92, 132, 242, 0.06);
}

#pb-gaming .pbg-stage__badge {
  position: absolute;
  z-index: 8;
  top: 7%;
  left: 8%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid rgba(192, 209, 255, 0.20);
  border-radius: 999px;
  color: #dbe7ff;
  background: rgba(9, 14, 31, 0.58);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#pb-gaming .pbg-stage__badge i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65e8ff;
  box-shadow: 0 0 13px #65e8ff;
  animation: pbg-pulse 2s ease-in-out infinite;
}

@keyframes pbg-pulse {
  50% { opacity: 0.45; transform: scale(0.76); }
}

#pb-gaming .pbg-stage__model,
#pb-gaming .pbg-stage__fallback {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
}

#pb-gaming .pbg-stage__model {
  display: none;
  background: transparent;
  --poster-color: transparent;
}

#pb-gaming .pbg-stage__model.is-active {
  display: block;
}

#pb-gaming .pbg-stage__fallback {
  display: grid;
  place-items: center;
  animation: pbg-controller-float 5.5s ease-in-out infinite;
}

#pb-gaming .pbg-stage__fallback.is-hidden {
  display: none;
}

#pb-gaming .pbg-stage__fallback img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 48% 48% 44% 44%;
  mix-blend-mode: multiply;
  filter: saturate(1.16) contrast(1.08) drop-shadow(0 32px 24px rgba(9, 6, 30, 0.35));
}

@keyframes pbg-controller-float {
  0%, 100% { transform: translateY(0) rotate(-1.4deg); }
  50% { transform: translateY(-12px) rotate(1.2deg); }
}

#pb-gaming .pbg-stage__ring {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(133, 167, 255, 0.25);
  border-radius: 50%;
  transform: rotateX(72deg);
}

#pb-gaming .pbg-stage__ring--one {
  inset: 55% 4% 8%;
  animation: pbg-ring 9s linear infinite;
}

#pb-gaming .pbg-stage__ring--two {
  inset: 59% 14% 13%;
  border-color: rgba(172, 103, 255, 0.28);
  animation: pbg-ring 7s linear infinite reverse;
}

@keyframes pbg-ring {
  to { transform: rotateX(72deg) rotateZ(360deg); }
}

#pb-gaming .pbg-stage__base {
  position: absolute;
  z-index: 1;
  right: 15%;
  bottom: 11%;
  left: 15%;
  height: 12%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(124, 110, 255, 0.40), rgba(61, 144, 244, 0.12) 48%, transparent 72%);
  filter: blur(15px);
}

#pb-gaming .pbg-float-card {
  position: absolute;
  z-index: 7;
  min-width: 154px;
  padding: 13px 16px;
  border: 1px solid rgba(181, 204, 255, 0.18);
  border-radius: 16px;
  background: rgba(10, 15, 34, 0.64);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(16px);
}

#pb-gaming .pbg-float-card span {
  display: block;
  margin-bottom: 4px;
  color: #83d8ff;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.14em;
}

#pb-gaming .pbg-float-card strong {
  color: #f6f8ff;
  font-size: 13px;
  font-weight: 720;
}

#pb-gaming .pbg-float-card--top {
  top: 23%;
  right: -2%;
  animation: pbg-card-float 5s ease-in-out infinite;
}

#pb-gaming .pbg-float-card--bottom {
  bottom: 15%;
  left: -2%;
  animation: pbg-card-float 5s 0.7s ease-in-out infinite;
}

@keyframes pbg-card-float {
  50% { transform: translateY(-7px); }
}

#pb-gaming .pbg-model-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 15px 0 0;
  color: #8f9bb5;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.05em;
}

#pb-gaming .pbg-model-hint span {
  color: var(--pbg-blue);
  font-size: 16px;
}

#pb-gaming .pbg-marquee {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid rgba(150, 176, 231, 0.13);
  background: rgba(7, 11, 25, 0.56);
  backdrop-filter: blur(12px);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 32px, #000 calc(100% - 32px), transparent 100%);
}

#pb-gaming .pbg-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  padding-block: 16px;
  animation: pbg-marquee 26s linear infinite;
  will-change: transform;
}

#pb-gaming .pbg-marquee__group {
  display: flex;
  width: 100vw;
  flex: 0 0 100vw;
  align-items: center;
  justify-content: space-around;
  gap: clamp(22px, 2vw, 40px);
  padding-inline: clamp(22px, 2.8vw, 56px);
}

#pb-gaming .pbg-marquee__group span {
  color: #8995ad;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.23em;
  white-space: nowrap;
}

#pb-gaming .pbg-marquee__group i {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pbg-blue), var(--pbg-purple));
  box-shadow: 0 0 10px rgba(86, 199, 255, 0.65);
}

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

/* SECTION HEADS */
#pb-gaming .pbg-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 42px;
}

#pb-gaming .pbg-section-head h2 {
  max-width: 780px;
  margin: 0;
  color: var(--pbg-text);
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 820;
  letter-spacing: -0.052em;
  line-height: 1.02;
  text-wrap: balance;
}

#pb-gaming .pbg-section-head > p,
#pb-gaming .pbg-section-head > div + p {
  max-width: 440px;
  margin: 0 0 4px;
  color: var(--pbg-muted);
  font-size: 15px;
  line-height: 1.65;
}

#pb-gaming .pbg-section-head--center {
  display: block;
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}

#pb-gaming .pbg-section-head--center .pbg-kicker {
  justify-content: center;
}

#pb-gaming .pbg-section-head--center h2 {
  margin-inline: auto;
}

#pb-gaming .pbg-section-head--center > p {
  max-width: 660px;
  margin: 20px auto 0;
}

/* BENEFITS */
#pb-gaming .pbg-benefits {
  position: relative;
  padding: 118px 0 108px;
  background:
    radial-gradient(circle at 25% 50%, rgba(51, 128, 224, 0.10), transparent 30%),
    linear-gradient(180deg, #080d1b 0%, #070b16 100%);
}

#pb-gaming .pbg-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--pbg-line);
  border-radius: var(--pbg-radius);
  overflow: hidden;
  background: rgba(13, 19, 35, 0.48);
  box-shadow: var(--pbg-shadow);
}

#pb-gaming .pbg-benefit-card {
  position: relative;
  min-height: 286px;
  padding: 34px 30px 32px;
  border-right: 1px solid var(--pbg-line);
  background: linear-gradient(145deg, rgba(22, 30, 53, 0.72), rgba(11, 17, 31, 0.44));
  transition: background 220ms ease, transform 220ms ease;
}

#pb-gaming .pbg-benefit-card:last-child {
  border-right: 0;
}

#pb-gaming .pbg-benefit-card:hover {
  z-index: 2;
  background: linear-gradient(145deg, rgba(28, 41, 72, 0.90), rgba(14, 21, 39, 0.70));
}

#pb-gaming .pbg-benefit-card__number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(159, 177, 216, 0.28);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#pb-gaming .pbg-benefit-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 52px;
  place-items: center;
  border: 1px solid rgba(94, 196, 255, 0.27);
  border-radius: 15px;
  color: #8bdcff;
  background: linear-gradient(145deg, rgba(45, 170, 240, 0.15), rgba(125, 79, 228, 0.10));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), 0 10px 30px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

#pb-gaming .pbg-benefit-card h3 {
  margin: 0 0 12px;
  color: var(--pbg-text);
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.02em;
}

#pb-gaming .pbg-benefit-card p {
  margin: 0;
  color: #98a3b9;
  font-size: 13px;
  line-height: 1.66;
}

/* CATEGORIES */
#pb-gaming .pbg-categories {
  padding: 116px 0 126px;
  border-top: 1px solid rgba(145, 171, 226, 0.08);
  background:
    linear-gradient(rgba(8, 12, 25, 0.96), rgba(8, 12, 25, 0.96)),
    radial-gradient(circle at 85% 30%, rgba(128, 76, 232, 0.24), transparent 34%);
}

#pb-gaming .pbg-category-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}

#pb-gaming .pbg-category-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--pbg-line);
  border-radius: 26px;
  color: var(--pbg-text);
  background:
    radial-gradient(circle at 78% 25%, rgba(98, 82, 220, 0.18), transparent 35%),
    linear-gradient(145deg, #121a2c, #0c1222);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.20);
  cursor: pointer;
  text-align: left;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

#pb-gaming .pbg-category-card:hover {
  transform: translateY(-5px);
  border-color: rgba(102, 195, 255, 0.40);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.30), inset 0 0 60px rgba(83, 113, 233, 0.05);
}

#pb-gaming .pbg-category-card--wide {
  grid-row: span 1;
}

#pb-gaming .pbg-category-card:nth-child(4) {
  grid-column: span 2;
}

#pb-gaming .pbg-category-card__index {
  position: absolute;
  z-index: 3;
  top: 23px;
  right: 24px;
  color: rgba(170, 191, 231, 0.35);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

#pb-gaming .pbg-category-card__copy {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 26px;
  left: 26px;
}

#pb-gaming .pbg-category-card__copy small {
  display: block;
  margin-bottom: 7px;
  color: #7ed7ff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

#pb-gaming .pbg-category-card__copy strong {
  display: block;
  max-width: 78%;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

#pb-gaming .pbg-category-card__copy em {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b3bed3;
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
}

#pb-gaming .pbg-category-card__copy b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(127, 200, 255, 0.35);
  border-radius: 50%;
  color: #8edcff;
}

#pb-gaming .pbg-category-card__visual {
  position: absolute;
  z-index: 1;
  top: 42px;
  right: 9%;
  width: 56%;
  height: 54%;
  opacity: 0.90;
  transform: perspective(700px) rotateX(4deg) rotateY(-10deg);
  transition: transform 300ms ease, opacity 300ms ease;
}

#pb-gaming .pbg-category-card:hover .pbg-category-card__visual {
  opacity: 1;
  transform: perspective(700px) rotateX(1deg) rotateY(-4deg) scale(1.04);
}

#pb-gaming .pbg-category-card__visual::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -12%;
  left: 5%;
  height: 22%;
  border-radius: 50%;
  background: rgba(88, 126, 236, 0.36);
  filter: blur(24px);
}

#pb-gaming .pbg-monitor-shape {
  border: 8px solid #273451;
  border-radius: 15px;
  background:
    radial-gradient(circle at 35% 38%, #a474ff 0 3%, transparent 4%),
    linear-gradient(135deg, #182d58, #5b3caa 52%, #19a3de);
  box-shadow: inset 0 0 0 2px rgba(159, 199, 255, 0.24), 0 22px 40px rgba(0, 0, 0, 0.30);
}

#pb-gaming .pbg-monitor-shape i {
  position: absolute;
  bottom: -25%;
  left: 50%;
  width: 38%;
  height: 24%;
  border-bottom: 8px solid #273451;
  transform: translateX(-50%);
}

#pb-gaming .pbg-monitor-shape i::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -8px;
  left: -20%;
  height: 8px;
  border-radius: 8px;
  background: #273451;
}

#pb-gaming .pbg-keyboard-shape {
  top: 67px;
  height: 38%;
  border: 7px solid #26334e;
  border-radius: 17px;
  background:
    repeating-linear-gradient(90deg, transparent 0 10%, rgba(118, 171, 255, 0.38) 10.5% 12%),
    repeating-linear-gradient(0deg, #111b32 0 24%, #283859 25% 28%);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.32), inset 0 0 24px rgba(120, 80, 255, 0.18);
  transform: perspective(700px) rotateX(55deg) rotateZ(-6deg);
}

#pb-gaming .pbg-category-card:hover .pbg-keyboard-shape {
  transform: perspective(700px) rotateX(50deg) rotateZ(-3deg) scale(1.04);
}

#pb-gaming .pbg-headset-shape {
  top: 35px;
  right: 17%;
  width: 47%;
  height: 54%;
  border: 13px solid #324364;
  border-bottom-color: transparent;
  border-radius: 50% 50% 30% 30%;
  box-shadow: inset 0 0 0 3px rgba(113, 179, 255, 0.17), 0 -2px 24px rgba(102, 87, 239, 0.20);
}

#pb-gaming .pbg-headset-shape i,
#pb-gaming .pbg-headset-shape b {
  position: absolute;
  bottom: -14%;
  width: 27%;
  height: 42%;
  border: 5px solid #435579;
  border-radius: 45%;
  background: #17223b;
  box-shadow: inset 0 0 14px rgba(127, 87, 255, 0.34);
}

#pb-gaming .pbg-headset-shape i { left: -10%; }
#pb-gaming .pbg-headset-shape b { right: -10%; }

#pb-gaming .pbg-controller-shape {
  top: 40px;
  right: 13%;
  width: 47%;
  height: 45%;
  border: 7px solid #33415f;
  border-radius: 42% 42% 48% 48%;
  background: linear-gradient(145deg, #253251, #121a2e);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.35), inset 0 0 26px rgba(127, 86, 255, 0.18);
  transform: perspective(700px) rotateZ(-7deg) rotateY(-10deg);
}

#pb-gaming .pbg-controller-shape::before,
#pb-gaming .pbg-controller-shape::after {
  content: "";
  position: absolute;
  bottom: -29%;
  width: 30%;
  height: 60%;
  border: 7px solid #33415f;
  border-top: 0;
  background: #172039;
}

#pb-gaming .pbg-controller-shape::before {
  left: 2%;
  border-radius: 10% 10% 70% 48%;
  transform: rotate(12deg);
}

#pb-gaming .pbg-controller-shape::after {
  right: 2%;
  border-radius: 10% 10% 48% 70%;
  transform: rotate(-12deg);
}

#pb-gaming .pbg-controller-shape i,
#pb-gaming .pbg-controller-shape b {
  position: absolute;
  z-index: 2;
  top: 38%;
  width: 13%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #8a6cff;
  box-shadow: 0 0 0 7px #111a2e, 0 0 22px rgba(138, 108, 255, 0.6);
}

#pb-gaming .pbg-controller-shape i { left: 27%; }
#pb-gaming .pbg-controller-shape b { right: 27%; }

/* CATALOG */
#pb-gaming .pbg-catalog {
  padding: 116px 0 128px;
  border-top: 1px solid rgba(145, 171, 226, 0.08);
  background:
    radial-gradient(circle at 10% 10%, rgba(35, 139, 225, 0.08), transparent 29%),
    #070b16;
  scroll-margin-top: 82px;
}

#pb-gaming .pbg-catalog__heading {
  margin-bottom: 34px;
}

#pb-gaming .pbg-catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto;
  gap: 14px;
  margin-bottom: 28px;
}

#pb-gaming .pbg-search,
#pb-gaming .pbg-sort {
  display: flex;
  min-height: 54px;
  align-items: center;
  border: 1px solid var(--pbg-line);
  border-radius: 15px;
  background: rgba(15, 22, 40, 0.76);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.02);
}

#pb-gaming .pbg-search {
  gap: 12px;
  padding: 0 18px;
}

#pb-gaming .pbg-search > span:not(.pbg-sr-only) {
  color: var(--pbg-blue);
  font-size: 25px;
  transform: translateY(-2px);
}

#pb-gaming .pbg-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--pbg-text);
  background: transparent;
  font-size: 14px;
}

#pb-gaming .pbg-search input::placeholder {
  color: #79849b;
}

#pb-gaming .pbg-sort {
  gap: 12px;
  padding: 0 14px 0 18px;
}

#pb-gaming .pbg-sort span {
  color: #8994aa;
  font-size: 11px;
  font-weight: 650;
}

#pb-gaming .pbg-sort select {
  border: 0;
  outline: 0;
  color: var(--pbg-text);
  background: #111a2e;
  font-size: 13px;
  font-weight: 670;
}

#pb-gaming .pbg-filter-open {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--pbg-line);
  border-radius: 14px;
  color: var(--pbg-text);
  background: #10182b;
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
}

#pb-gaming .pbg-filter-open span {
  display: grid;
  min-width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 50%;
  color: #07121d;
  background: var(--pbg-blue);
  font-size: 10px;
}

#pb-gaming .pbg-catalog-layout {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

#pb-gaming .pbg-filters {
  position: sticky;
  top: 92px;
  padding: 24px;
  border: 1px solid var(--pbg-line);
  border-radius: 20px;
  background: rgba(15, 22, 39, 0.76);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

#pb-gaming .pbg-filters__mobile-head {
  display: none;
}

#pb-gaming .pbg-filter-group {
  margin: 0;
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid var(--pbg-line);
}

#pb-gaming .pbg-filter-group + .pbg-filter-group {
  padding-top: 22px;
}

#pb-gaming .pbg-filter-group legend {
  width: 100%;
  margin-bottom: 14px;
  color: #eff4ff;
  font-size: 13px;
  font-weight: 760;
}

#pb-gaming .pbg-filter-group > label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #9fa9bd;
  cursor: pointer;
  font-size: 12px;
}

#pb-gaming .pbg-filter-group input[type="radio"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--pbg-blue-strong);
}

#pb-gaming .pbg-filter-group input:checked + span {
  color: #f6f8ff;
  font-weight: 700;
}

#pb-gaming .pbg-price-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

#pb-gaming .pbg-price-fields label > span {
  display: block;
  margin-bottom: 7px;
  color: #778299;
  font-size: 10px;
}

#pb-gaming .pbg-price-fields label > div {
  display: flex;
  height: 42px;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--pbg-line);
  border-radius: 11px;
  background: #0c1324;
}

#pb-gaming .pbg-price-fields b {
  padding-left: 10px;
  color: #647087;
  font-size: 11px;
}

#pb-gaming .pbg-price-fields input {
  width: 100%;
  min-width: 0;
  padding: 0 7px;
  border: 0;
  outline: 0;
  color: var(--pbg-text);
  background: transparent;
  font-size: 11px;
  -moz-appearance: textfield;
}

#pb-gaming .pbg-price-fields input::-webkit-inner-spin-button,
#pb-gaming .pbg-price-fields input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

#pb-gaming .pbg-clear {
  width: 100%;
  margin-top: 18px;
  padding: 8px;
  border: 0;
  color: #8da1c4;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
}

#pb-gaming .pbg-apply {
  display: none;
  width: 100%;
  margin-top: 12px;
}

#pb-gaming .pbg-filter-backdrop {
  display: none;
}

#pb-gaming .pbg-products-area {
  min-width: 0;
}

#pb-gaming .pbg-results-line {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

#pb-gaming .pbg-results-line p {
  margin: 0;
  color: #8590a6;
  font-size: 11px;
}

#pb-gaming .pbg-results-line button {
  padding: 5px 0;
  border: 0;
  color: var(--pbg-blue);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

#pb-gaming .pbg-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

#pb-gaming .pbg-product-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 470px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pbg-line);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(20, 29, 50, 0.92), rgba(12, 18, 33, 0.95));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

#pb-gaming .pbg-product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(95, 190, 250, 0.34);
  box-shadow: 0 30px 62px rgba(0, 0, 0, 0.28);
}

#pb-gaming .pbg-product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 0.88;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.92), rgba(215, 225, 245, 0.85) 43%, rgba(122, 148, 204, 0.20) 72%, transparent 74%),
    #11192c;
}

#pb-gaming .pbg-product-card__media::after {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 7%;
  left: 12%;
  height: 10%;
  border-radius: 50%;
  background: rgba(37, 65, 129, 0.30);
  filter: blur(14px);
}

#pb-gaming .pbg-product-card__media img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 7%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 350ms ease;
}

#pb-gaming .pbg-product-card:hover .pbg-product-card__media img {
  transform: scale(1.035);
}

#pb-gaming .pbg-product-card__tag {
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  border: 1px solid rgba(104, 191, 247, 0.22);
  border-radius: 999px;
  color: #16233a;
  background: rgba(238, 247, 255, 0.88);
  backdrop-filter: blur(8px);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#pb-gaming .pbg-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

#pb-gaming .pbg-product-card__eyebrow {
  margin: 0 0 8px;
  color: #77d2ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

#pb-gaming .pbg-product-card h3 {
  display: -webkit-box;
  min-height: 48px;
  margin: 0;
  overflow: hidden;
  color: #f4f7ff;
  font-size: 15px;
  font-weight: 720;
  letter-spacing: -0.015em;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#pb-gaming .pbg-product-card h3 a:hover {
  color: #93ddff;
}

#pb-gaming .pbg-product-card__price {
  display: flex;
  min-height: 34px;
  align-items: baseline;
  gap: 8px;
  margin: 14px 0 17px;
}

#pb-gaming .pbg-product-card__price strong {
  color: #fff;
  font-size: 21px;
  font-weight: 820;
  letter-spacing: -0.035em;
}

#pb-gaming .pbg-product-card__price del {
  color: #718098;
  font-size: 12px;
}

#pb-gaming .pbg-product-card__action {
  width: 100%;
  min-height: 44px;
  margin-top: auto;
  border-radius: 12px;
  font-size: 12px;
}

#pb-gaming .pbg-product-card__action.is-loading {
  opacity: 0.62;
  pointer-events: none;
}

#pb-gaming .pbg-product-card__action.is-added {
  color: #07151d;
  background: #75e6c5;
}

#pb-gaming .pbg-skeleton {
  min-height: 470px;
  border: 1px solid var(--pbg-line);
  border-radius: 22px;
  background: linear-gradient(105deg, #10172a 20%, #18223b 38%, #10172a 56%);
  background-size: 200% 100%;
  animation: pbg-shimmer 1.4s linear infinite;
}

@keyframes pbg-shimmer {
  to { background-position-x: -200%; }
}

#pb-gaming .pbg-state {
  padding: 78px 24px;
  border: 1px solid var(--pbg-line);
  border-radius: 24px;
  background: rgba(15, 22, 39, 0.70);
  text-align: center;
}

#pb-gaming .pbg-state > span {
  display: grid;
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  place-items: center;
  border: 1px solid rgba(95, 197, 255, 0.28);
  border-radius: 17px;
  color: var(--pbg-blue);
  background: rgba(74, 174, 241, 0.08);
  font-size: 25px;
  font-weight: 800;
}

#pb-gaming .pbg-state h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

#pb-gaming .pbg-state p {
  margin: 0 0 22px;
  color: var(--pbg-muted);
  font-size: 13px;
}

/* CTA */
#pb-gaming .pbg-cta {
  padding: 0 0 110px;
  background: #070b16;
}

#pb-gaming .pbg-cta__card {
  position: relative;
  display: grid;
  min-height: 290px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  overflow: hidden;
  padding: 56px 58px;
  border: 1px solid rgba(167, 193, 255, 0.24);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0%, rgba(201, 124, 255, 0.30), transparent 34%),
    linear-gradient(120deg, #193456 0%, #213866 43%, #4c2e7f 112%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

#pb-gaming .pbg-cta__card > div:not(.pbg-cta__orb) {
  position: relative;
  z-index: 2;
  max-width: 830px;
}

#pb-gaming .pbg-cta__card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(31px, 4vw, 54px);
  font-weight: 820;
  letter-spacing: -0.052em;
  line-height: 1.04;
  text-wrap: balance;
}

#pb-gaming .pbg-cta__card p:not(.pbg-kicker) {
  max-width: 680px;
  margin: 17px 0 0;
  color: #c2cde0;
  font-size: 14px;
  line-height: 1.65;
}

#pb-gaming .pbg-cta__card .pbg-btn {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#pb-gaming .pbg-cta__orb {
  position: absolute;
  right: 14%;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(218, 228, 255, 0.16);
  border-radius: 50%;
  opacity: 0.64;
}

#pb-gaming .pbg-cta__orb::before,
#pb-gaming .pbg-cta__orb::after {
  content: "";
  position: absolute;
  inset: 19%;
  border: 1px solid rgba(218, 228, 255, 0.15);
  border-radius: 50%;
}

#pb-gaming .pbg-cta__orb::after {
  inset: 38%;
  background: rgba(111, 195, 255, 0.18);
  box-shadow: 0 0 60px rgba(118, 109, 255, 0.38);
}

/* TABLET */
@media (max-width: 1180px) {
  #pb-gaming .pbg-shell {
    width: min(100% - 44px, 1120px);
  }

  #pb-gaming .pbg-hero__inner {
    grid-template-columns: minmax(0, 0.94fr) minmax(400px, 1.06fr);
    gap: 38px;
  }

  #pb-gaming .pbg-float-card--top { right: -1%; }
  #pb-gaming .pbg-float-card--bottom { left: -1%; }

  #pb-gaming .pbg-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #pb-gaming .pbg-benefit-card:nth-child(2) { border-right: 0; }
  #pb-gaming .pbg-benefit-card:nth-child(-n+2) { border-bottom: 1px solid var(--pbg-line); }

  #pb-gaming .pbg-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #pb-gaming .pbg-category-card:nth-child(4) { grid-column: auto; }

  #pb-gaming .pbg-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  #pb-gaming .pbg-hero {
    min-height: auto;
  }

  #pb-gaming .pbg-hero__inner {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-block: 70px 42px;
  }

  #pb-gaming .pbg-hero__copy {
    max-width: 720px;
  }

  #pb-gaming .pbg-hero__title {
    font-size: clamp(66px, 11vw, 96px);
  }

  #pb-gaming .pbg-hero__visual {
    width: min(90%, 670px);
    margin-inline: auto;
  }

  #pb-gaming .pbg-stage {
    margin-inline: auto;
  }

  #pb-gaming .pbg-catalog-toolbar {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }

  #pb-gaming .pbg-filter-open {
    display: flex;
  }

  #pb-gaming .pbg-catalog-layout {
    display: block;
  }

  #pb-gaming .pbg-filters {
    position: fixed;
    z-index: 10002;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: min(390px, 90vw);
    overflow-y: auto;
    padding: 25px;
    border: 0;
    border-left: 1px solid var(--pbg-line);
    border-radius: 0;
    background: #0d1425;
    transform: translateX(105%);
    transition: transform 230ms ease;
  }

  #pb-gaming .pbg-filters.is-open {
    transform: translateX(0);
  }

  #pb-gaming .pbg-filters__mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--pbg-line);
  }

  #pb-gaming .pbg-filters__mobile-head strong {
    font-size: 17px;
  }

  #pb-gaming .pbg-filters__mobile-head button {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--pbg-line);
    border-radius: 11px;
    color: #fff;
    background: #131d33;
    cursor: pointer;
    font-size: 24px;
  }

  #pb-gaming .pbg-apply {
    display: inline-flex;
  }

  #pb-gaming .pbg-filter-backdrop {
    position: fixed;
    z-index: 10001;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(2, 5, 13, 0.73);
    backdrop-filter: blur(4px);
    transition: opacity 220ms ease, visibility 220ms ease;
  }

  #pb-gaming .pbg-filter-backdrop.is-open {
    visibility: visible;
    opacity: 1;
  }

  body.pbg-filter-lock {
    overflow: hidden;
  }

  #pb-gaming .pbg-cta__card {
    grid-template-columns: 1fr;
  }

  #pb-gaming .pbg-cta__card .pbg-btn {
    width: max-content;
  }
}

/* MOBILE */
@media (max-width: 680px) {
  #pb-gaming .pbg-shell {
    width: calc(100% - 30px);
  }

  #pb-gaming .pbg-kicker {
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  #pb-gaming .pbg-kicker > span {
    width: 18px;
  }

  #pb-gaming .pbg-btn {
    min-height: 49px;
    padding: 12px 17px;
    border-radius: 13px;
    font-size: 12px;
  }

  #pb-gaming .pbg-hero__inner {
    gap: 36px;
    padding-block: 56px 32px;
  }

  #pb-gaming .pbg-hero__title {
    font-size: clamp(52px, 17.3vw, 76px);
    line-height: 0.84;
    letter-spacing: -0.065em;
  }

  #pb-gaming .pbg-hero__lead {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.62;
  }

  #pb-gaming .pbg-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  #pb-gaming .pbg-hero__actions .pbg-btn {
    width: 100%;
  }

  #pb-gaming .pbg-hero__proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 12px;
    font-size: 10px;
  }

  #pb-gaming .pbg-hero__proof li:last-child {
    grid-column: 1 / -1;
  }

  #pb-gaming .pbg-hero__visual {
    width: 100%;
  }

  #pb-gaming .pbg-stage {
    aspect-ratio: 1 / 1.02;
    border-radius: 34px;
  }

  #pb-gaming .pbg-stage__badge {
    top: 5%;
    left: 5%;
    padding: 7px 9px;
    font-size: 8px;
  }

  #pb-gaming .pbg-stage__fallback {
    inset: 0;
    width: 100%;
  }

  #pb-gaming .pbg-stage__fallback img {
    width: 100%;
    border-radius: 34px;
  }

  #pb-gaming .pbg-float-card {
    min-width: 126px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  #pb-gaming .pbg-float-card span { font-size: 7px; }
  #pb-gaming .pbg-float-card strong { font-size: 10px; }
  #pb-gaming .pbg-float-card--top { top: 21%; right: 2%; }
  #pb-gaming .pbg-float-card--bottom { bottom: 11%; left: 2%; }

  #pb-gaming .pbg-model-hint {
    margin-top: 12px;
    font-size: 9px;
  }

  #pb-gaming .pbg-marquee__track {
    padding-block: 13px;
    animation-duration: 23s;
  }

  #pb-gaming .pbg-marquee__group {
    width: max(100vw, 430px);
    flex-basis: max(100vw, 430px);
    justify-content: space-around;
    gap: 17px;
    padding-inline: 16px;
  }

  #pb-gaming .pbg-marquee__group span {
    font-size: 9px;
  }

  #pb-gaming .pbg-benefits,
  #pb-gaming .pbg-categories,
  #pb-gaming .pbg-catalog {
    padding-block: 78px;
  }

  #pb-gaming .pbg-section-head,
  #pb-gaming .pbg-section-head--center {
    display: block;
    margin-bottom: 30px;
    text-align: left;
  }

  #pb-gaming .pbg-section-head--center .pbg-kicker {
    justify-content: flex-start;
  }

  #pb-gaming .pbg-section-head h2 {
    font-size: clamp(34px, 11vw, 47px);
  }

  #pb-gaming .pbg-section-head > p,
  #pb-gaming .pbg-section-head > div + p,
  #pb-gaming .pbg-section-head--center > p {
    max-width: none;
    margin: 15px 0 0;
    font-size: 13px;
  }

  #pb-gaming .pbg-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 20px;
  }

  #pb-gaming .pbg-benefit-card {
    min-height: 225px;
    padding: 20px 16px;
    border-bottom: 1px solid var(--pbg-line);
  }

  #pb-gaming .pbg-benefit-card:nth-child(odd) { border-right: 1px solid var(--pbg-line); }
  #pb-gaming .pbg-benefit-card:nth-child(even) { border-right: 0; }
  #pb-gaming .pbg-benefit-card:nth-child(n+3) { border-bottom: 0; }

  #pb-gaming .pbg-benefit-card__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 27px;
    border-radius: 13px;
    font-size: 19px;
  }

  #pb-gaming .pbg-benefit-card__number {
    top: 15px;
    right: 14px;
    font-size: 8px;
  }

  #pb-gaming .pbg-benefit-card h3 {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.25;
  }

  #pb-gaming .pbg-benefit-card p {
    font-size: 10.5px;
    line-height: 1.55;
  }

  #pb-gaming .pbg-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #pb-gaming .pbg-category-card {
    min-height: 220px;
    border-radius: 18px;
  }

  #pb-gaming .pbg-category-card__index {
    top: 14px;
    right: 14px;
    font-size: 8px;
  }

  #pb-gaming .pbg-category-card__copy {
    right: 14px;
    bottom: 15px;
    left: 14px;
  }

  #pb-gaming .pbg-category-card__copy small {
    margin-bottom: 5px;
    font-size: 6.5px;
  }

  #pb-gaming .pbg-category-card__copy strong {
    max-width: 100%;
    padding-right: 26px;
    font-size: clamp(17px, 5vw, 22px);
    line-height: 1.08;
  }

  #pb-gaming .pbg-category-card__copy em {
    right: 0;
    font-size: 0;
  }

  #pb-gaming .pbg-category-card__copy b {
    width: 27px;
    height: 27px;
    font-size: 11px;
  }

  #pb-gaming .pbg-category-card__visual {
    top: 34px;
    right: 10%;
    width: 70%;
    height: 45%;
  }

  #pb-gaming .pbg-keyboard-shape {
    top: 53px;
    height: 28%;
  }

  #pb-gaming .pbg-headset-shape {
    top: 30px;
    right: 20%;
    width: 58%;
    height: 43%;
  }

  #pb-gaming .pbg-controller-shape {
    top: 38px;
    right: 13%;
    width: 74%;
    height: 34%;
  }

  #pb-gaming .pbg-catalog-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  #pb-gaming .pbg-search {
    grid-column: 1 / -1;
  }

  #pb-gaming .pbg-sort {
    padding-inline: 12px;
  }

  #pb-gaming .pbg-sort span {
    display: none;
  }

  #pb-gaming .pbg-sort select {
    width: 100%;
    font-size: 11px;
  }

  #pb-gaming .pbg-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  #pb-gaming .pbg-product-card,
  #pb-gaming .pbg-skeleton {
    min-height: 340px;
    border-radius: 16px;
  }

  #pb-gaming .pbg-product-card__media {
    aspect-ratio: 1 / 0.98;
  }

  #pb-gaming .pbg-product-card__tag {
    top: 9px;
    left: 9px;
    padding: 5px 7px;
    font-size: 6px;
  }

  #pb-gaming .pbg-product-card__body {
    padding: 12px;
  }

  #pb-gaming .pbg-product-card__eyebrow {
    margin-bottom: 5px;
    font-size: 7px;
  }

  #pb-gaming .pbg-product-card h3 {
    min-height: 40px;
    font-size: 12px;
    line-height: 1.45;
  }

  #pb-gaming .pbg-product-card__price {
    display: block;
    min-height: 40px;
    margin: 9px 0 11px;
  }

  #pb-gaming .pbg-product-card__price strong {
    display: block;
    font-size: 17px;
  }

  #pb-gaming .pbg-product-card__price del {
    display: block;
    margin-top: 2px;
    font-size: 9px;
  }

  #pb-gaming .pbg-product-card__action {
    min-height: 38px;
    padding-inline: 8px;
    font-size: 9px;
  }

  #pb-gaming .pbg-cta {
    padding-bottom: 78px;
  }

  #pb-gaming .pbg-cta__card {
    min-height: 0;
    gap: 27px;
    padding: 39px 24px;
    border-radius: 23px;
  }

  #pb-gaming .pbg-cta__card h2 {
    font-size: 34px;
  }

  #pb-gaming .pbg-cta__card .pbg-btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  #pb-gaming .pbg-hero__title {
    font-size: 50px;
  }

  #pb-gaming .pbg-product-card,
  #pb-gaming .pbg-skeleton {
    min-height: 324px;
  }

  #pb-gaming .pbg-product-card h3 {
    font-size: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #pb-gaming *,
  #pb-gaming *::before,
  #pb-gaming *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
