:root {
  --bg-main: #090714;
  --bg-card: rgba(23, 16, 52, 0.94);
  --bg-card-soft: rgba(29, 22, 63, 0.96);
  --border-soft: rgba(129, 108, 255, 0.16);
  --text-main: #f6f2ff;
  --text-muted: rgba(226, 220, 255, 0.72);
  --accent-a: #6f6bff;
  --accent-b: #df52d8;
  --accent-c: #a89dff;
  --shadow-lg: 0 22px 70px rgba(4, 2, 18, 0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

html,
body,
body *:not(svg):not(path) {
  font-family: "Inter", sans-serif !important;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(circle at 15% 12%, rgba(111, 107, 255, 0.16), transparent 18%),
    radial-gradient(circle at 85% 16%, rgba(223, 82, 216, 0.14), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(111, 107, 255, 0.09), transparent 26%),
    linear-gradient(180deg, #090714 0%, #0b0918 44%, #090714 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.024) 1px, transparent 1px);
  background-size: 44px 44px;
  opacity: 0.38;
}

body.modal-open {
  overflow: hidden;
}

a,
button {
  font: inherit;
}

.shell {
  position: relative;
  z-index: 1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 22px;
  background: rgba(10, 9, 26, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.03rem;
  letter-spacing: 0.03em;
}

.gradient-text {
  background: linear-gradient(135deg, #ffffff 0%, #afb4ff 38%, #ec6ae0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-actions,
.hero-actions,
.cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ghost-btn,
.primary-btn,
.buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 16px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.ghost-btn {
  padding: 10px 16px;
  color: var(--text-main);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
}

.primary-btn,
.buy-btn {
  padding: 14px 22px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
}

.hero {
    max-width: 980px;
    margin: 0 auto;
    padding: 36px 22px 18px;
  }

.hero-banner-wrap {
  width: min(960px, calc(100vw - 48px));
  margin: 22px auto 0;
  padding: 0;
}

.hero-banner {
  position: relative;
  overflow: visible;
  aspect-ratio: 1774 / 887;
  border-radius: 0;
  border: 0;
  background: url("../cheat game.webp") center center / contain no-repeat;
  box-shadow: none;
}

.hero-card,
.product-card,
.info-card,
.cta-panel,
.payment-box {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, var(--bg-card), rgba(17, 12, 38, 0.98));
  box-shadow: var(--shadow-lg);
}

.hero-card::before,
.product-card::before,
.info-card::before,
.cta-panel::before,
.payment-box::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.04), transparent 58%),
    radial-gradient(circle at top right, rgba(111,107,255,0.12), transparent 22%);
}

.hero-card {
  padding: 26px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(111, 107, 255, 0.12);
  border: 1px solid rgba(129,108,255,0.22);
  color: #c9c4ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 16px 0 12px;
  font-family: "Inter", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.hero p,
.section-head p,
.product-body p,
.info-card p,
.cta-panel p,
.payment-sub {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.72;
}

.hero p {
  max-width: 660px;
}

.hero-actions {
  margin-top: 18px;
}

.section,
.final-cta {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 22px 24px;
}

.section-head {
  margin-bottom: 16px;
}

.section-head h2,
.cta-panel h2,
.payment-box h3 {
  margin: 0 0 8px;
  font-family: "Inter", sans-serif;
}

.section-head h2 {
  font-size: 1.55rem;
}

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

.product-card {
  border-radius: 24px;
}

.product-media {
  position: relative;
  height: 188px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  cursor: zoom-in;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-card[data-product="Aimbot NTXV (PC)"] .product-media img {
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  max-width: none;
  margin: -14px;
  object-fit: cover;
  object-position: center 42%;
  transform: none;
}

.media-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9,8,22,0.94) 0%, rgba(9,8,22,0.16) 55%, rgba(9,8,22,0.03) 100%);
}

.media-badge,
.media-corner,
.media-title {
  position: absolute;
  z-index: 2;
}

.media-badge {
  top: 12px;
  left: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(10,10,22,0.74);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 12px;
  font-weight: 700;
}

.media-corner {
  top: 0;
  right: 0;
  padding: 8px 13px 10px 18px;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 0);
  background: linear-gradient(135deg, #7b78ff, #ec59d4);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.media-title {
  left: 16px;
  right: 16px;
  bottom: 16px;
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  text-shadow: 0 4px 14px rgba(0,0,0,0.7);
}

.product-body {
  padding: 16px;
}

.product-body p {
  font-size: 0.92rem;
  margin-bottom: 14px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.price-grid.single {
  grid-template-columns: 1fr;
}

.price-card {
  min-height: 78px;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(129,108,255,0.14);
  background: rgba(255,255,255,0.03);
  color: var(--text-main);
  text-align: left;
  cursor: pointer;
}

.price-card span {
  display: block;
  color: rgba(226,220,255,0.64);
  font-size: 0.86rem;
  font-weight: 700;
}

.price-card strong {
  display: block;
  margin-top: 6px;
  color: #b5a6ff;
  font-size: 0.98rem;
  line-height: 1.35;
}

.price-card.is-active {
  border-color: rgba(223,82,216,0.42);
  background: rgba(111,107,255,0.12);
  box-shadow: inset 0 0 0 1px rgba(223,82,216,0.18);
}

.price-card.wide strong {
  font-size: 1.02rem;
}

.buy-btn {
  width: 100%;
  padding: 15px 18px;
  font-size: 1rem;
}

.usage-steps,
.faq-grid.compact {
  display: grid;
  gap: 14px;
}

.usage-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  padding: 20px;
}

.info-card h3 {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 1.06rem;
}

.step-info {
  padding-top: 18px;
}

.step-no {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-a), var(--accent-b));
  color: #fff;
  font-weight: 900;
}

.placeholder {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: #cdc4ff;
  font-size: 12px;
  font-weight: 700;
}

.cta-panel {
  padding: 24px;
}

.cta-row {
  margin-top: 18px;
}

.payment-modal[hidden] {
  display: none;
}

.cheat-lightbox[hidden] {
  display: none;
}

.cheat-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 2, 10, 0.84);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.cheat-lightbox img {
  display: block;
  max-width: min(1100px, 92vw);
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.45);
}

.cheat-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.9);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  overflow-y: auto;
}

.payment-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 2, 10, 0.74);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.payment-box {
  position: relative;
  z-index: 1;
  width: min(740px, 100%);
  max-width: 740px;
  margin: 0;
  padding: 20px;
  max-height: min(88vh, 920px);
  overflow-y: auto;
}

.payment-close {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.82);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.payment-box h3 {
  font-size: 1.5rem;
}

.payment-sub {
  margin-bottom: 15px;
  font-size: 0.78rem;
}

.payment-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 15px;
  align-items: start;
}

.payment-qr-card,
.payment-preview,
.payment-summary,
.payment-note {
  border-radius: 22px;
  border: 1px solid rgba(129,108,255,0.14);
  background: rgba(255,255,255,0.03);
  overflow: hidden;
}

.payment-qr-card {
  padding: 0;
}

.payment-qr-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}

.payment-info-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.payment-summary,
.payment-note {
  padding: 16px;
}

.payment-preview {
  padding: 0;
}

.payment-preview img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 0;
}

.payment-preview img[src*="vip2.webp"] {
  transform: scale(1.14);
  transform-origin: center center;
}

.payment-preview-fallback {
  display: grid;
  place-items: center;
  min-height: 170px;
  border-radius: 0;
  background: rgba(255,255,255,0.03);
  color: var(--text-main);
  font-family: "Inter", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  margin-bottom: 9px;
  color: var(--text-muted);
  font-size: 0.78rem;
}

.summary-row strong {
  color: var(--text-main);
  text-align: right;
}

.payment-note strong {
  display: block;
  margin-top: 7px;
  color: var(--text-main);
  font-size: 0.92rem;
}

.payment-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.payment-submit {
  border-radius: 13px;
  padding: 12px 15px;
  font-size: 0.86rem;
}

.payment-submit.is-disabled {
  opacity: 0.5;
  pointer-events: auto;
  filter: grayscale(0.15);
}

@media (max-width: 1080px) {
  .product-grid,
  .faq-grid.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .topbar,
  .hero,
  .section,
  .final-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-card,
  .product-card,
  .info-card,
  .cta-panel,
  .payment-box {
    border-radius: 22px;
  }

  .hero-card,
  .info-card,
  .cta-panel,
  .payment-box {
    padding: 18px;
  }

  .product-grid,
  .usage-steps,
  .faq-grid.compact,
  .payment-layout {
    grid-template-columns: 1fr;
  }

  .payment-actions {
    grid-template-columns: 1fr;
  }

  .topbar {
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: flex-start;
  }

  .nav-actions {
    width: 100%;
  }

  .nav-actions .ghost-btn {
    width: 100%;
  }

  .product-media {
    height: 168px;
  }

  .payment-modal {
    align-items: flex-start;
    padding: 12px;
  }

  .payment-box {
    width: min(100%, calc(100vw - 24px));
    max-width: none;
    margin-top: max(10px, env(safe-area-inset-top));
    max-height: calc(100dvh - 24px);
    border-radius: 24px;
  }

  .payment-qr-card,
  .payment-preview,
  .payment-summary,
  .payment-note {
    border-radius: 18px;
  }

  .payment-qr-card {
    padding: 12px;
    background: rgba(255,255,255,0.04);
  }

  .payment-qr-card img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #fff;
    border-radius: 16px;
  }

  .payment-preview img,
  .payment-preview-fallback {
    min-height: 180px;
    height: 180px;
  }

  .payment-info-col {
    gap: 12px;
  }

  .payment-close {
    width: 34px;
    height: 34px;
    font-size: 1.45rem;
  }
}

@media (max-width: 540px) {
  .hero-card {
    padding: 18px 16px;
  }

  .section-head h2 {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .section-head p,
  .product-body p,
  .info-card p,
  .cta-panel p {
    font-size: 0.92rem;
    line-height: 1.72;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 72px;
    padding: 12px;
  }

  .buy-btn,
  .primary-btn,
  .ghost-btn {
    min-height: 48px;
  }

  .payment-box {
    padding: 18px 16px 16px;
  }

  .payment-box h3 {
    font-size: 1.28rem;
  }

  .payment-sub {
    font-size: 0.86rem;
    line-height: 1.6;
  }

  .summary-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 12px;
  }

  .summary-row strong {
    text-align: left;
  }

  .payment-submit,
  .payment-actions .ghost-btn {
    width: 100%;
    min-height: 48px;
  }
}


:root {
  --bg-main: #070711;
  --bg-card: rgba(34, 26, 73, 0.88);
  --bg-card-soft: rgba(18, 14, 42, 0.94);
  --border-soft: rgba(165, 140, 255, 0.18);
  --text-main: rgba(246, 244, 255, 0.70);
  --text-muted: rgba(246, 244, 255, 0.62);
  --accent-a: #7c3aed;
  --accent-b: #a855f7;
  --accent-c: #d946ef;
  --shadow-lg: 0 16px 34px rgba(5, 5, 18, 0.28);
  --purple-gradient: linear-gradient(135deg, var(--accent-a), var(--accent-b) 56%, var(--accent-c));
}

body {
  color: var(--text-main);
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px),
    radial-gradient(circle at 14% 16%, rgba(124, 58, 237, 0.16), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(168, 85, 247, 0.12), transparent 32%),
    linear-gradient(180deg, #070711 0%, #0b0818 48%, #06050d 100%) !important;
  background-size: 42px 42px, 42px 42px, auto, auto, auto !important;
  background-attachment: fixed !important;
}

html {
  background: #070711 !important;
}

body::before {
  display: none !important;
}

.topbar {
  background: rgba(10, 8, 25, 0.88) !important;
  border-color: var(--border-soft) !important;
  backdrop-filter: blur(8px) saturate(125%) !important;
  -webkit-backdrop-filter: blur(8px) saturate(125%) !important;
}

.gradient-text,
.primary-btn,
.buy-btn,
.payment-submit {
  background: var(--purple-gradient) !important;
  background-image: var(--purple-gradient) !important;
}

.primary-btn,
.buy-btn,
.payment-submit {
  color: #fff !important;
  border-color: rgba(216, 180, 254, 0.26) !important;
  box-shadow: 0 10px 24px rgba(124, 58, 237, 0.20) !important;
}

.ghost-btn,
.product-card,
.price-card,
.info-card,
.cta-panel,
.payment-box,
.summary-row,
.media-badge {
  background: linear-gradient(180deg, rgba(34, 26, 73, 0.84), rgba(18, 14, 42, 0.92)) !important;
  border-color: var(--border-soft) !important;
  color: var(--text-main) !important;
  box-shadow: var(--shadow-lg) !important;
}

.product-card::before,
.price-card::before,
.info-card::before,
.cta-panel::before {
  display: none !important;
  opacity: 0 !important;
}

.hero h1,
.section-head h2,
.product-body h3,
.info-card h3,
.cta-panel h2,
.payment-box h3 {
  color: rgba(246, 244, 255, 0.82) !important;
  text-shadow: none !important;
}

.hero p,
.section-head p,
.product-body p,
.info-card p,
.cta-panel p,
.price-card span,
.payment-sub,
.summary-row {
  color: var(--text-main) !important;
  text-shadow: none !important;
}

a:hover,
a:focus-visible,
button:hover,
button:focus-visible,
.price-card.is-active,
.price-card:hover,
.ghost-btn:hover {
  color: #fff !important;
  border-color: rgba(216, 180, 254, 0.42) !important;
}

.price-card.is-active {
  background: linear-gradient(180deg, rgba(88, 63, 191, 0.34), rgba(54, 39, 129, 0.32)) !important;
  border-color: rgba(236, 172, 255, 0.76) !important;
  box-shadow: 0 0 0 2px rgba(216, 180, 254, 0.18), 0 14px 36px rgba(124, 58, 237, 0.32), inset 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
  outline: 2px solid rgba(216, 180, 254, 0.3);
  outline-offset: 2px;
}

.payment-modal {
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

[style*="#10b981"],
[style*="#06b6d4"],
[style*="#38bdf8"],
[style*="#22c55e"],
[style*="#34d399"],
[style*="#14b8a6"],
[style*="#f59e0b"],
[style*="#ef4444"],
[style*="#f97316"],
[style*="#fbbf24"],
[style*="#60a5fa"],
[style*="#4ade80"] {
  color: var(--text-main) !important;
  border-color: var(--border-soft) !important;
  box-shadow: none !important;
}

[style*="linear-gradient"][style*="#10b981"],
[style*="linear-gradient"][style*="#059669"],
[style*="linear-gradient"][style*="#06b6d4"],
[style*="linear-gradient"][style*="#38bdf8"],
[style*="linear-gradient"][style*="#22c55e"],
[style*="linear-gradient"][style*="#14b8a6"],
[style*="linear-gradient"][style*="#f59e0b"],
[style*="linear-gradient"][style*="#ef4444"],
[style*="linear-gradient"][style*="#f97316"],
[style*="linear-gradient"][style*="#fbbf24"] {
  background: var(--purple-gradient) !important;
  color: #fff !important;
}

@media (max-width: 720px) {
  body {
    background-attachment: scroll !important;
    background-size: 38px 38px, 38px 38px, auto, auto, auto !important;
  }
}

.gradient-text {
  background: var(--purple-gradient) !important;
  background-image: var(--purple-gradient) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}


:root {
  --text-main: #ffffff;
  --text-muted: #ffffff;
}

.hero p,
.section-head p,
.product-body p,
.info-card p,
.cta-panel p,
.payment-sub,
.summary-row,
.price-card span,
[style*="color:rgba(255,255,255,0."],
[style*="color: rgba(255, 255, 255, 0."] {
  color: #ffffff !important;
  -webkit-text-fill-color: currentColor !important;
}

.hero-card,
.product-card,
.info-card,
.cta-panel,
.payment-box,
.ghost-btn,
.primary-btn,
.buy-btn,
.price-card {
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease !important;
  will-change: auto !important;
}

.hero-card:hover,
.product-card:hover,
.info-card:hover,
.cta-panel:hover,
.ghost-btn:hover,
.primary-btn:hover,
.buy-btn:hover,
.price-card:hover {
  transform: translateY(-2px) !important;
}


.hero-card,
.product-card,
.info-card,
.cta-panel,
.payment-box,
.price-card {
  box-shadow: 0 8px 18px rgba(5, 6, 18, 0.14) !important;
}

button:active,
button:focus,
button:focus-visible,
a:active,
a:focus,
a:focus-visible,
.primary-btn:active,
.primary-btn:focus,
.ghost-btn:active,
.ghost-btn:focus,
.buy-btn:active,
.buy-btn:focus {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}
