:root {
  --debz-accent: #8a2cff;
  --debz-accent-alt: #00b7ff;
  --debz-accent-hot: #ff2a6d;
  --debz-ink: #10131f;
  --debz-paper: #ffffff;
  --debz-panel: #121620;
  --debz-muted: #74798a;
  --debz-line: rgba(16, 19, 31, 0.12);
  --debz-soft: #f4f6fa;
  --debz-display-font: Rajdhani, "Arial Narrow", Impact, sans-serif;
  --debz-body-font: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

body.debz-gaming-mode {
  background:
    radial-gradient(circle at 14% 0%, rgba(138, 44, 255, 0.08), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(0, 183, 255, 0.07), transparent 30%),
    var(--debz-paper);
  color: var(--debz-ink);
  font-family: var(--debz-body-font);
  padding-bottom: 96px;
}

.debz-gaming-mode *,
.debz-gaming-mode *::before,
.debz-gaming-mode *::after {
  box-sizing: border-box;
}

.debz-gaming-mode h1,
.debz-gaming-mode h2,
.debz-gaming-mode h3,
.debz-gaming-mode .woocommerce-loop-product__title,
.debz-gaming-mode .product_title,
.debz-gaming-mode .page-title {
  color: var(--debz-ink);
  font-family: var(--debz-display-font);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.debz-gaming-mode h1 {
  font-size: 76px;
  margin: 0 0 24px;
}

.debz-gaming-mode h2 {
  font-size: 46px;
  margin: 0 0 20px;
}

.debz-gaming-mode h3 {
  font-size: 28px;
  margin: 0 0 12px;
}

.debz-gaming-mode p {
  color: #3b4150;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.debz-page {
  overflow: clip;
}

.debz-section {
  margin: 0 auto;
  max-width: 1480px;
  padding: 84px 44px;
}

.debz-section--tight {
  padding-top: 56px;
}

.debz-section__head {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.debz-section__head h2 {
  max-width: 850px;
}

.debz-eyebrow {
  color: var(--debz-accent);
  font-family: var(--debz-display-font);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.debz-link {
  color: var(--debz-ink);
  font-weight: 800;
  text-decoration: none;
}

.debz-link:hover {
  color: var(--debz-accent);
}

.debz-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  align-items: center;
  background: var(--debz-ink);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--debz-display-font);
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 50px;
  padding: 16px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.debz-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: #050711;
  color: #fff;
  transform: translateY(-2px);
}

.debz-btn--primary,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  background: linear-gradient(135deg, var(--debz-accent-hot), var(--debz-accent));
  box-shadow: 0 16px 34px rgba(138, 44, 255, 0.22);
}

.debz-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.debz-btn--compact,
.woocommerce ul.products li.product .button {
  min-height: 44px;
  padding: 14px 18px;
}

.debz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.debz-hero {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(6, 9, 18, 0.96), rgba(18, 22, 32, 0.88)),
    radial-gradient(circle at 70% 20%, rgba(0, 183, 255, 0.18), transparent 36%),
    linear-gradient(135deg, #0c101a 0%, #141927 100%);
  color: #fff;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  min-height: 720px;
  padding: 96px 72px;
  position: relative;
}

.debz-hero::after,
.debz-shop-hero::after,
.debz-blog-hero::after {
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent),
    linear-gradient(90deg, transparent, rgba(0, 183, 255, 0.18), transparent);
  content: "";
  height: 1px;
  left: 44px;
  opacity: 0.72;
  position: absolute;
  right: 44px;
  top: 34px;
}

.debz-hero::before {
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(255, 42, 109, 0.72) 48% 52%, transparent 52%),
    linear-gradient(105deg, transparent 0 58%, rgba(138, 44, 255, 0.54) 58% 64%, transparent 64%),
    linear-gradient(100deg, transparent 0 72%, rgba(0, 183, 255, 0.22) 72% 76%, transparent 76%);
  content: "";
  inset: 0;
  opacity: 0.65;
  pointer-events: none;
  position: absolute;
}

.debz-hero__ambient {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  inset: 0;
  opacity: 0.14;
  position: absolute;
  transform: translateZ(0);
}

.debz-hero__content,
.debz-hero__showcase {
  position: relative;
  z-index: 1;
}

.debz-hero__content {
  animation: debzFadeLift 720ms ease both;
}

.debz-hero__showcase {
  animation: debzFadeLift 820ms 100ms ease both;
}

.debz-hero h1 {
  color: #fff;
  font-size: 92px;
  max-width: 850px;
}

.debz-hero__lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  max-width: 730px;
}

.debz-hero__showcase {
  align-items: center;
  display: grid;
  min-height: 420px;
  place-items: center;
  position: relative;
}

.debz-orbit-card {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(138, 44, 255, 0.22), rgba(0, 183, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  height: clamp(360px, 42vw, 560px);
  min-height: 360px;
  padding: clamp(24px, 4vw, 52px);
  width: 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 34px 90px rgba(0, 0, 0, 0.28);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.debz-orbit-card::after,
.debz-blog-hero__panel::after,
.debz-brand-panel__copy::after {
  background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.18) 48%, transparent 74%);
  content: "";
  inset: -40% -80%;
  opacity: 0;
  position: absolute;
  transform: translateX(-30%);
  transition: opacity 220ms ease;
}

.debz-orbit-card:hover::after,
.debz-blog-hero__panel:hover::after,
.debz-brand-panel__copy:hover::after {
  animation: debzSheen 1200ms ease;
  opacity: 1;
}

.debz-orbit-card.is-tilting,
.debz-blog-hero__panel.is-tilting,
.debz-review-card.is-tilting,
.debz-product-card.is-tilting {
  transform: perspective(900px) rotateX(var(--debz-tilt-x, 0deg)) rotateY(var(--debz-tilt-y, 0deg)) translateY(-4px);
}

.debz-orbit-logo,
.debz-brand-panel__logo,
.debz-bottom-logo,
.debz-admin-logo {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.debz-orbit-logo {
  max-height: 86%;
  max-width: 86%;
  width: auto;
}

.debz-brand-mark--fallback {
  color: #fff;
  display: inline-grid;
  font-family: var(--debz-display-font);
  font-weight: 900;
  line-height: 0.82;
  text-align: center;
  text-shadow: 0 2px 0 #080914;
  text-transform: uppercase;
}

.debz-brand-mark--fallback span {
  color: #18b7ff;
  font-size: 78px;
}

.debz-brand-mark--fallback small {
  color: #ff35e1;
  font-size: 48px;
}

.debz-metric-chip {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  color: var(--debz-ink);
  display: grid;
  min-width: 142px;
  padding: 18px;
  position: absolute;
  right: 8px;
  top: 26px;
}

.debz-metric-chip--alt {
  bottom: 32px;
  left: 0;
  right: auto;
  top: auto;
}

.debz-metric-chip strong {
  font-family: var(--debz-display-font);
  font-size: 34px;
  line-height: 1;
}

.debz-metric-chip span {
  color: var(--debz-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.debz-trust-strip {
  background: #fff;
  border-bottom: 1px solid var(--debz-line);
  border-top: 1px solid var(--debz-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.debz-trust-strip article {
  min-height: 132px;
  padding: 28px 34px;
}

.debz-trust-strip article + article {
  border-left: 1px solid var(--debz-line);
}

.debz-trust-strip h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.debz-trust-strip p {
  color: var(--debz-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.debz-product-grid,
.woocommerce ul.products {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.debz-product-card,
.woocommerce ul.products li.product {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(138, 44, 255, 0.22), rgba(0, 183, 255, 0.12)) border-box;
  border: 1px solid var(--debz-line);
  border-radius: 8px;
  float: none !important;
  margin: 0 !important;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  width: auto !important;
}

.debz-product-card:hover,
.woocommerce ul.products li.product:hover {
  border-color: rgba(138, 44, 255, 0.38);
  box-shadow: 0 24px 60px rgba(16, 19, 31, 0.10);
  transform: translateY(-6px);
}

.debz-product-card::after,
.woocommerce ul.products li.product::after {
  background: linear-gradient(90deg, var(--debz-accent-hot), var(--debz-accent), var(--debz-accent-alt));
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 180ms ease;
}

.debz-product-card:hover::after,
.woocommerce ul.products li.product:hover::after {
  opacity: 1;
}

.debz-product-card__image,
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  background: #f3f5f8;
  display: block;
}

.debz-product-card__image {
  align-items: center;
  aspect-ratio: 1 / 0.78;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.debz-product-card__image img,
.woocommerce ul.products li.product img {
  aspect-ratio: 1 / 0.78;
  height: auto;
  margin: 0;
  object-fit: contain;
  padding: 22px;
  width: 100%;
}

.debz-product-card__image span {
  background:
    linear-gradient(135deg, rgba(138, 44, 255, 0.18), rgba(0, 183, 255, 0.10)),
    linear-gradient(45deg, transparent 45%, rgba(16, 19, 31, 0.18) 45% 48%, transparent 48%);
  border: 1px solid rgba(16, 19, 31, 0.14);
  border-radius: 8px;
  height: 52%;
  width: 52%;
}

.debz-product-card__body,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.debz-loop-meta {
  margin-left: 22px;
  margin-right: 22px;
}

.debz-product-card__body {
  padding: 22px 0 24px;
}

.debz-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 27px;
  margin-bottom: 12px;
  padding: 0;
}

.debz-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.debz-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--debz-ink);
  display: block;
  font-family: var(--debz-display-font);
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 18px;
}

.debz-loop-meta {
  border-top: 1px solid var(--debz-line);
  color: var(--debz-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 16px;
  padding-top: 12px;
  text-transform: uppercase;
}

.debz-product-badge,
.debz-sale-flash,
.woocommerce span.onsale {
  background: linear-gradient(135deg, var(--debz-accent-hot), var(--debz-accent));
  border-radius: 6px;
  color: #fff;
  font-family: var(--debz-display-font);
  font-size: 12px;
  font-weight: 900;
  left: 14px;
  line-height: 1;
  min-height: auto;
  min-width: auto;
  padding: 8px 10px;
  position: absolute;
  right: auto;
  text-transform: uppercase;
  top: 14px;
  z-index: 3;
}

.debz-service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.debz-service-card,
.debz-proof__panel,
.debz-contact-card,
.debz-account-panel,
.debz-product-trust article,
.debz-commerce-assurance {
  background: #fff;
  border: 1px solid var(--debz-line);
  border-radius: 8px;
}

.debz-service-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.96)),
    linear-gradient(135deg, rgba(138, 44, 255, 0.14), rgba(0, 183, 255, 0.10));
  min-height: 240px;
  padding: 28px;
  position: relative;
  overflow: hidden;
}

.debz-service-card::after {
  background: linear-gradient(90deg, var(--debz-accent-hot), var(--debz-accent), var(--debz-accent-alt));
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.debz-icon {
  align-items: center;
  background: var(--debz-ink);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-family: var(--debz-display-font);
  font-size: 14px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 20px;
  width: 42px;
}

.debz-proof {
  align-items: center;
  background: var(--debz-soft);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.65fr);
  max-width: none;
}

.debz-proof > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.debz-proof__panel {
  padding: 32px;
}

.debz-split-page {
  display: grid;
  grid-template-columns: minmax(360px, 40vw) minmax(0, 1fr);
  min-height: calc(100vh - 96px);
}

.debz-brand-panel {
  background:
    linear-gradient(120deg, rgba(9, 12, 22, 0.97), rgba(18, 22, 32, 0.92)),
    linear-gradient(135deg, #111827, #050711);
  min-height: calc(100vh - 96px);
  overflow: hidden;
  position: sticky;
  top: 0;
}

.admin-bar .debz-brand-panel {
  top: 32px;
}

.debz-brand-panel::before {
  background:
    linear-gradient(105deg, transparent 0 46%, rgba(255, 42, 109, 0.88) 46% 54%, transparent 54%),
    linear-gradient(108deg, transparent 0 58%, rgba(138, 44, 255, 0.72) 58% 66%, transparent 66%),
    linear-gradient(112deg, transparent 0 76%, rgba(0, 183, 255, 0.25) 76% 80%, transparent 80%);
  content: "";
  inset: 0;
  opacity: 0.9;
  position: absolute;
}

.debz-brand-panel__mesh {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  inset: 0;
  opacity: 0.12;
  position: absolute;
}

.debz-brand-panel__inner {
  display: grid;
  min-height: calc(100vh - 96px);
  padding: 56px;
  place-items: center;
  position: relative;
  z-index: 1;
}

.debz-brand-panel__logo {
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.38));
  max-height: min(500px, 56vh);
  max-width: min(82%, 640px);
  object-fit: contain;
  width: auto;
}

.debz-brand-panel__copy {
  align-self: end;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: #fff;
  padding: 18px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.debz-brand-panel__copy p,
.debz-brand-panel__copy strong {
  color: #fff;
  margin: 0;
}

.debz-brand-panel__copy p {
  font-family: var(--debz-display-font);
  font-size: 13px;
  font-weight: 900;
  opacity: 0.72;
  text-transform: uppercase;
}

.debz-split-content {
  background: #fff;
  padding: 72px 8vw 120px;
}

.debz-content-block {
  max-width: 920px;
  padding: 0 0 52px;
}

.debz-content-block + .debz-content-block {
  border-top: 1px solid var(--debz-line);
  padding-top: 52px;
}

.debz-stat-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 64px;
  max-width: 920px;
}

.debz-stat-row div {
  border-bottom: 1px solid var(--debz-line);
  padding-bottom: 18px;
}

.debz-stat-row strong {
  display: block;
  font-family: var(--debz-display-font);
  font-size: 36px;
  font-weight: 900;
}

.debz-stat-row span {
  color: var(--debz-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.debz-values article {
  border-top: 1px solid var(--debz-line);
  padding: 26px 0;
}

.debz-video-panel {
  align-items: center;
  background:
    linear-gradient(rgba(8, 10, 18, 0.55), rgba(8, 10, 18, 0.55)),
    linear-gradient(135deg, rgba(0, 183, 255, 0.45), rgba(255, 42, 109, 0.38)),
    linear-gradient(45deg, #1a2232, #0c101a);
  border-radius: 8px;
  display: flex;
  height: 360px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.debz-reviews {
  background:
    linear-gradient(135deg, #0e111b, #151b2a),
    radial-gradient(circle at 82% 24%, rgba(138, 44, 255, 0.18), transparent 34%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  max-width: none;
  position: relative;
}

.debz-reviews::before {
  background:
    linear-gradient(105deg, transparent 0 66%, rgba(255, 42, 109, 0.34) 66% 69%, transparent 69%),
    linear-gradient(109deg, transparent 0 80%, rgba(0, 183, 255, 0.20) 80% 83%, transparent 83%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.debz-reviews > * {
  position: relative;
  z-index: 1;
}

.debz-reviews h2,
.debz-reviews h3 {
  color: #fff;
}

.debz-reviews .debz-section__head {
  margin-left: auto;
  margin-right: auto;
  max-width: 1480px;
}

.debz-review-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1480px;
}

.debz-review-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 18px;
  min-height: 280px;
  padding: 26px;
  transition: transform 180ms ease, background 180ms ease;
}

.debz-review-card:hover {
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-5px);
}

.debz-review-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.debz-review-card__stars {
  display: flex;
  gap: 5px;
}

.debz-review-card__stars span {
  background: linear-gradient(135deg, var(--debz-accent-hot), var(--debz-accent));
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
  display: block;
  height: 18px;
  width: 18px;
}

.debz-review-card__meta {
  align-items: center;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 46px 1fr;
  margin-top: auto;
}

.debz-review-card__meta span {
  align-items: center;
  background: linear-gradient(135deg, var(--debz-accent-hot), var(--debz-accent-alt));
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: var(--debz-display-font);
  font-weight: 900;
  grid-row: span 2;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.debz-review-card__meta strong {
  color: #fff;
  font-weight: 900;
}

.debz-review-card__meta small {
  color: rgba(255, 255, 255, 0.58);
}

.debz-info-band {
  align-items: start;
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1fr);
}

.debz-info-band__intro {
  background: #fff;
  border: 1px solid var(--debz-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(16, 19, 31, 0.08);
  padding: 32px;
  position: sticky;
  top: 24px;
}

.admin-bar .debz-info-band__intro {
  top: 56px;
}

.debz-info-steps {
  display: grid;
  gap: 14px;
}

.debz-info-steps article {
  align-items: start;
  background: #fff;
  border: 1px solid var(--debz-line);
  border-radius: 8px;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 62px 1fr;
  padding: 24px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.debz-info-steps article:hover {
  border-color: rgba(138, 44, 255, 0.36);
  box-shadow: 0 18px 48px rgba(16, 19, 31, 0.08);
  transform: translateX(4px);
}

.debz-info-steps span {
  align-items: center;
  background: var(--debz-ink);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: var(--debz-display-font);
  font-size: 24px;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.debz-info-steps h3,
.debz-info-steps p {
  grid-column: 2;
}

.debz-info-steps p {
  margin-bottom: 0;
}

.debz-video-panel::before {
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(255, 255, 255, 0.14) 34% 35%, transparent 35%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent);
  content: "";
  inset: 0;
  position: absolute;
}

.debz-play {
  border-bottom: 22px solid transparent;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  height: 0;
  position: relative;
  width: 0;
  z-index: 1;
}

.debz-faq-group {
  margin-bottom: 42px;
  max-width: 920px;
}

.debz-accordion {
  display: grid;
  gap: 14px;
}

.debz-accordion__item {
  border: 1px solid var(--debz-line);
  border-radius: 8px;
  overflow: hidden;
}

.debz-accordion__trigger {
  align-items: center;
  background: #fff;
  border: 0;
  color: var(--debz-ink);
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 800;
  justify-content: space-between;
  padding: 22px 24px;
  text-align: left;
  width: 100%;
}

.debz-accordion__icon {
  background: linear-gradient(135deg, var(--debz-accent-hot), var(--debz-accent));
  border-radius: 50%;
  flex: 0 0 34px;
  height: 34px;
  position: relative;
}

.debz-accordion__icon::before,
.debz-accordion__icon::after {
  background: #fff;
  content: "";
  height: 3px;
  left: 10px;
  position: absolute;
  top: 15px;
  width: 14px;
}

.debz-accordion__icon::after {
  transform: rotate(90deg);
  transition: transform 180ms ease;
}

.debz-accordion__trigger[aria-expanded="true"] .debz-accordion__icon::after {
  transform: rotate(0deg);
}

.debz-accordion__panel {
  display: none;
  padding: 0 24px 24px;
}

.debz-accordion__trigger[aria-expanded="true"] + .debz-accordion__panel {
  display: block;
}

.debz-contact-page {
  padding: 86px 44px 120px;
}

.debz-contact-hero {
  margin: 0 auto 64px;
  max-width: 860px;
  text-align: center;
}

.debz-contact-hero h1 {
  background: linear-gradient(135deg, var(--debz-accent-hot), var(--debz-accent), var(--debz-accent-alt));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 64px;
}

.debz-contact-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  margin: 0 auto;
  max-width: 1450px;
}

.debz-contact-card {
  padding: 42px;
}

.debz-contact-form {
  display: grid;
  gap: 16px;
}

.debz-contact-form label,
.debz-contact-card label {
  display: grid;
  gap: 8px;
}

.debz-contact-form label span,
.debz-contact-card label span {
  color: var(--debz-muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.debz-contact-form input,
.debz-contact-form textarea,
.debz-contact-card input,
.debz-contact-card textarea,
.debz-contact-card select,
.debz-shop-search input,
.debz-inline-search input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  background: #fff;
  border: 1px solid var(--debz-line);
  border-radius: 8px;
  color: var(--debz-ink);
  font: inherit;
  min-height: 54px;
  padding: 14px 16px;
  width: 100%;
}

.debz-contact-form textarea {
  resize: vertical;
}

.debz-hp {
  display: none !important;
}

.debz-contact-card dl {
  display: grid;
  gap: 8px;
  margin: 0 0 26px;
}

.debz-contact-card dt {
  color: #000;
  font-weight: 900;
  margin-top: 14px;
}

.debz-contact-card dd {
  color: #3b4150;
  margin: 0;
}

.debz-notice {
  border-radius: 8px;
  margin: 0 auto 24px;
  max-width: 1450px;
  padding: 16px 20px;
}

.debz-notice--success {
  background: #e9f9f0;
  color: #146c43;
}

.debz-notice--error {
  background: #fff0f2;
  color: #9b1230;
}

.debz-shop-hero,
.debz-shop-toolbar {
  align-items: end;
  background: var(--debz-panel);
  color: #fff;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  padding: 72px 44px;
  position: relative;
}

.debz-shop-toolbar {
  border-radius: 8px;
  margin: 0 0 32px;
  padding: 40px;
}

.debz-shop-hero h1,
.debz-shop-toolbar h1 {
  color: #fff;
  font-size: 60px;
}

.debz-shop-hero p,
.debz-shop-toolbar p {
  color: rgba(255, 255, 255, 0.72);
}

.debz-shop-search,
.debz-inline-search {
  display: flex;
  gap: 10px;
}

.debz-shop-search button,
.debz-inline-search button {
  background: linear-gradient(135deg, var(--debz-accent-hot), var(--debz-accent));
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: var(--debz-display-font);
  font-weight: 900;
  padding: 0 22px;
  text-transform: uppercase;
}

.debz-shop-toolbar__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  grid-column: 1 / -1;
}

.debz-shop-toolbar__cats a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
}

.debz-shop-toolbar__cats a:hover {
  background: rgba(255, 255, 255, 0.12);
}

.debz-blog-hero {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(9, 12, 22, 0.96), rgba(18, 22, 32, 0.9)),
    radial-gradient(circle at 82% 18%, rgba(138, 44, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #0c101a, #151b2a);
  color: #fff;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  min-height: 520px;
  overflow: hidden;
  padding: 86px 54px;
  position: relative;
}

.debz-blog-hero::before {
  background:
    linear-gradient(112deg, transparent 0 52%, rgba(255, 42, 109, 0.62) 52% 56%, transparent 56%),
    linear-gradient(106deg, transparent 0 68%, rgba(0, 183, 255, 0.26) 68% 72%, transparent 72%);
  content: "";
  inset: 0;
  position: absolute;
}

.debz-blog-hero > * {
  position: relative;
  z-index: 1;
}

.debz-blog-hero h1 {
  color: #fff;
  font-size: 68px;
  max-width: 1000px;
}

.debz-blog-hero p {
  color: rgba(255, 255, 255, 0.76);
  max-width: 760px;
}

.debz-blog-hero__panel {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 320px;
  padding: 30px;
}

.debz-blog-hero__logo {
  max-height: 260px;
  max-width: 86%;
  object-fit: contain;
}

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

.debz-blog-card {
  background: #fff;
  border: 1px solid var(--debz-line);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.debz-blog-card:hover {
  border-color: rgba(138, 44, 255, 0.36);
  box-shadow: 0 24px 60px rgba(16, 19, 31, 0.10);
  transform: translateY(-4px);
}

.debz-blog-card--placeholder .debz-blog-card__media {
  position: relative;
}

.debz-blog-card--placeholder .debz-blog-card__media::after {
  background:
    linear-gradient(115deg, transparent 0 52%, rgba(255, 255, 255, 0.14) 52% 54%, transparent 54%),
    radial-gradient(circle at 76% 34%, rgba(255, 255, 255, 0.16), transparent 22%);
  content: "";
  inset: 0;
  position: absolute;
}

.debz-blog-card--featured {
  display: grid;
  grid-column: span 2;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.debz-blog-card__media {
  align-items: end;
  aspect-ratio: 16 / 11;
  background:
    linear-gradient(rgba(8, 10, 18, 0.42), rgba(8, 10, 18, 0.62)),
    linear-gradient(135deg, rgba(138, 44, 255, 0.54), rgba(0, 183, 255, 0.28)),
    linear-gradient(45deg, #1a2232, #0c101a);
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 260px;
  padding: 20px;
  text-decoration: none;
}

.debz-blog-card__media span {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: var(--debz-ink);
  font-family: var(--debz-display-font);
  font-size: 13px;
  font-weight: 900;
  padding: 8px 11px;
  text-transform: uppercase;
}

.debz-blog-card__body {
  padding: 28px;
}

.debz-blog-card h2 {
  font-size: 34px;
}

.debz-blog-card h2 a {
  color: inherit;
  text-decoration: none;
}

.debz-blog-card p {
  font-size: 15px;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  color: var(--debz-muted);
  margin-bottom: 22px;
}

.woocommerce div.product {
  margin: 0 auto;
  max-width: 1440px;
  padding: 56px 44px 120px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 42px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  background: #f3f5f8;
  border: 1px solid var(--debz-line);
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce div.product .product_title {
  font-size: 58px;
}

.debz-product-trust {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.debz-product-trust article {
  display: grid;
  gap: 4px;
  padding: 16px;
}

.debz-product-trust strong {
  font-family: var(--debz-display-font);
  font-size: 20px;
  text-transform: uppercase;
}

.debz-product-trust span,
.debz-cart-note,
.debz-commerce-assurance span {
  color: var(--debz-muted);
  font-size: 14px;
}

.debz-commerce-assurance {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin: 0 0 24px;
  padding: 18px 20px;
}

.debz-commerce-assurance strong {
  font-family: var(--debz-display-font);
  font-size: 22px;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce {
  margin: 0 auto;
  max-width: 1320px;
  padding: 56px 44px 120px;
}

.woocommerce table.shop_table,
.woocommerce-checkout #payment,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.debz-account-panel {
  border: 1px solid var(--debz-line);
  border-radius: 8px;
  overflow: hidden;
}

.debz-account-panel {
  margin-bottom: 24px;
  padding: 28px;
}

.debz-account-panel__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.debz-account-panel__links a {
  background: var(--debz-soft);
  border-radius: 8px;
  color: var(--debz-ink);
  font-weight: 800;
  padding: 10px 14px;
  text-decoration: none;
}

.debz-bottom-nav {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(14, 17, 27, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  bottom: 0;
  display: grid;
  gap: 24px;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  height: 90px;
  left: 0;
  padding: 0 18px 0 32px;
  position: fixed;
  right: 0;
  z-index: 9998;
}

.debz-bottom-nav::before {
  background: linear-gradient(90deg, transparent, rgba(138, 44, 255, 0.45), rgba(0, 183, 255, 0.22), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.debz-bottom-nav__logo {
  align-items: center;
  align-self: stretch;
  display: flex;
  max-width: 185px;
}

.debz-bottom-logo {
  max-height: 86px;
  width: auto;
}

.debz-bottom-logo.debz-brand-mark--fallback span {
  font-size: 30px;
}

.debz-bottom-logo.debz-brand-mark--fallback small {
  font-size: 20px;
}

.debz-bottom-nav__links {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  height: 100%;
}

.debz-bottom-nav__links a {
  color: #fff;
  font-family: var(--debz-display-font);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.debz-bottom-nav__links a:hover {
  color: var(--debz-accent-alt);
}

.debz-bottom-nav__tools {
  align-items: center;
  display: flex;
  gap: 14px;
  height: 100%;
}

.debz-icon-btn,
.debz-menu-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  position: relative;
  width: 54px;
}

.debz-icon-btn span {
  font-size: 38px;
  line-height: 1;
}

.debz-search-glyph,
.debz-cart-glyph {
  display: block;
  font-size: 0;
  position: relative;
}

.debz-search-glyph {
  border: 3px solid #fff;
  border-radius: 50%;
  height: 28px;
  width: 28px;
}

.debz-search-glyph::after {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 12px;
  position: absolute;
  right: -7px;
  top: 20px;
  transform: rotate(45deg);
  width: 3px;
}

.debz-cart-glyph {
  border: 3px solid #fff;
  border-radius: 5px;
  height: 30px;
  width: 27px;
}

.debz-cart-glyph::before {
  border: 3px solid #fff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  content: "";
  height: 10px;
  left: 5px;
  position: absolute;
  top: -12px;
  width: 11px;
}

.debz-icon-btn em {
  color: var(--debz-accent);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  right: 6px;
  top: 2px;
}

.debz-menu-btn {
  background: var(--debz-accent);
  border-radius: 0;
  height: 90px;
  margin-right: -18px;
  width: 90px;
}

.debz-menu-btn span {
  background: #10131f;
  display: block;
  height: 3px;
  position: absolute;
  width: 26px;
}

.debz-menu-btn span:nth-child(1) {
  transform: translateY(-9px);
}

.debz-menu-btn span:nth-child(3) {
  transform: translateY(9px);
}

.debz-bottom-nav.is-open .debz-menu-btn span:nth-child(1) {
  transform: rotate(45deg);
}

.debz-bottom-nav.is-open .debz-menu-btn span:nth-child(2) {
  opacity: 0;
}

.debz-bottom-nav.is-open .debz-menu-btn span:nth-child(3) {
  transform: rotate(-45deg);
}

.debz-search-overlay {
  background: rgba(7, 9, 15, 0.82);
  inset: 0;
  position: fixed;
  z-index: 9999;
}

.debz-search-overlay form {
  background: #fff;
  border-radius: 8px;
  display: grid;
  gap: 18px;
  left: 50%;
  max-width: 720px;
  padding: 34px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
}

.debz-search-overlay label {
  display: grid;
  gap: 8px;
}

.debz-search-overlay label span {
  font-family: var(--debz-display-font);
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.debz-search-overlay input {
  border: 1px solid var(--debz-line);
  border-radius: 8px;
  font: inherit;
  min-height: 58px;
  padding: 14px 16px;
}

.debz-search-overlay [data-debz-search-close] {
  background: var(--debz-ink);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  height: 42px;
  justify-self: end;
  width: 42px;
}

.debz-reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: opacity 640ms ease, transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.debz-reveal.is-visible,
.debz-motion-none .debz-reveal {
  opacity: 1;
  transform: none;
}

@keyframes debzFadeLift {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes debzSheen {
  0% {
    transform: translateX(-34%);
  }
  100% {
    transform: translateX(34%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .debz-reveal,
  .debz-btn,
  .debz-product-card,
  .woocommerce ul.products li.product {
    transition: none;
  }
}

@media (max-width: 1180px) {
  .debz-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 72px 34px;
  }

  .debz-hero h1 {
    font-size: 70px;
  }

  .debz-product-grid,
  .woocommerce ul.products,
  .debz-service-grid,
  .debz-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .debz-split-page {
    grid-template-columns: 1fr;
  }

  .debz-brand-panel {
    min-height: 520px;
    position: relative;
  }

  .debz-brand-panel__inner {
    min-height: 520px;
  }

  .debz-bottom-nav {
    grid-template-columns: 150px minmax(0, 1fr) auto;
  }

  .debz-bottom-nav__links {
    gap: 20px;
  }
}

@media (max-width: 860px) {
  body.debz-gaming-mode {
    padding-bottom: 82px;
  }

  .debz-gaming-mode h1,
  .debz-hero h1 {
    font-size: 48px;
  }

  .debz-gaming-mode h2 {
    font-size: 36px;
  }

  .debz-section,
  .debz-contact-page,
  .woocommerce div.product,
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce {
    padding-left: 20px;
    padding-right: 20px;
  }

  .debz-section__head,
  .debz-proof,
  .debz-contact-grid,
  .debz-shop-hero,
  .debz-shop-toolbar,
  .debz-blog-hero,
  .debz-info-band {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .debz-section__head,
  .debz-shop-search,
  .debz-inline-search {
    display: grid;
  }

  .debz-trust-strip,
  .debz-stat-row {
    grid-template-columns: 1fr;
  }

  .debz-trust-strip article + article {
    border-left: 0;
    border-top: 1px solid var(--debz-line);
  }

  .debz-product-grid,
  .woocommerce ul.products,
  .debz-service-grid,
  .debz-review-grid {
    grid-template-columns: 1fr;
  }

  .debz-info-band__intro {
    position: relative;
    top: auto;
  }

  .debz-info-steps article {
    grid-template-columns: 1fr;
  }

  .debz-info-steps h3,
  .debz-info-steps p {
    grid-column: auto;
  }

  .debz-split-content {
    padding: 52px 20px 100px;
  }

  .debz-brand-panel,
  .debz-brand-panel__inner {
    min-height: 430px;
  }

  .debz-brand-panel__inner {
    padding: 28px;
  }

  .debz-contact-hero h1,
  .debz-shop-hero h1,
  .debz-shop-toolbar h1,
  .debz-blog-hero h1,
  .woocommerce div.product .product_title {
    font-size: 42px;
  }

  .debz-blog-hero {
    min-height: auto;
    padding: 64px 20px;
  }

  .debz-blog-grid,
  .debz-blog-card--featured {
    grid-template-columns: 1fr;
  }

  .debz-blog-card--featured {
    grid-column: span 1;
  }

  .debz-contact-card {
    padding: 24px;
  }

  .debz-bottom-nav {
    gap: 10px;
    grid-template-columns: 96px 1fr auto;
    height: 78px;
    padding-left: 14px;
  }

  .debz-bottom-logo {
    max-height: 72px;
  }

  .debz-bottom-nav__links {
    background: #0e111b;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    bottom: 78px;
    display: none;
    gap: 0;
    grid-column: 1 / -1;
    height: auto;
    left: 0;
    padding: 8px 0;
    position: fixed;
    right: 0;
  }

  .debz-bottom-nav.is-open .debz-bottom-nav__links {
    display: grid;
  }

  .debz-bottom-nav__links a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 22px;
  }

  .debz-icon-btn {
    width: 42px;
  }

  .debz-menu-btn {
    height: 78px;
    width: 74px;
  }
}
