* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}


body {
  min-width: 320px;
  font-family: "Inter", sans-serif;
  color: #f3f2ff;
  overflow-x: hidden;
  font-size: 10px;

  background-color: #101634;
  position: relative;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #7a4dff rgba(24, 32, 66, 0.75);
}

* {
  scrollbar-width: thin;
  scrollbar-color: #7a4dff rgba(24, 32, 66, 0.75);
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(24, 32, 66, 0.75);
}

*::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 1px solid rgba(176, 128, 255, 0.5);
  background: linear-gradient(180deg, #8f63ff 0%, #5d36d1 100%);
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #a078ff 0%, #6a42df 100%);
}

*::-webkit-scrollbar-corner {
  background: rgba(24, 32, 66, 0.75);
}

.page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    radial-gradient(ellipse 45% 28% at 48% 25%, rgba(32, 38, 78, 0.5), transparent 75%),
    radial-gradient(ellipse 50% 30% at 52% 70%, rgba(30, 36, 74, 0.45), transparent 75%);
  background-repeat: no-repeat;
  filter: blur(90px);
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: -10vh;
  bottom: -10vh;
  width: 55vw;
  max-width: 880px;
  pointer-events: none;
  z-index: -1;
  filter: blur(90px);
  opacity: 0.95;
}

body::before {
  left: -15vw;
  background:
    radial-gradient(closest-side at 20% 12%, rgba(64, 56, 140, 0.85), transparent 70%),
    radial-gradient(closest-side at 35% 30%, rgba(43, 40, 95, 0.95), transparent 65%),
    radial-gradient(closest-side at 10% 48%, rgba(78, 64, 168, 0.55), transparent 70%),
    radial-gradient(closest-side at 40% 62%, rgba(43, 40, 95, 0.9), transparent 60%),
    radial-gradient(closest-side at 18% 78%, rgba(56, 48, 124, 0.7), transparent 65%),
    radial-gradient(closest-side at 30% 95%, rgba(43, 40, 95, 0.8), transparent 70%);
}

body::after {
  right: -15vw;
  background:
    radial-gradient(closest-side at 80% 8%, rgba(43, 40, 95, 0.85), transparent 70%),
    radial-gradient(closest-side at 65% 28%, rgba(72, 60, 156, 0.7), transparent 65%),
    radial-gradient(closest-side at 90% 45%, rgba(43, 40, 95, 0.95), transparent 70%),
    radial-gradient(closest-side at 60% 60%, rgba(54, 46, 118, 0.6), transparent 65%),
    radial-gradient(closest-side at 82% 78%, rgba(43, 40, 95, 0.9), transparent 65%),
    radial-gradient(closest-side at 70% 96%, rgba(64, 54, 140, 0.7), transparent 70%);
}



body.menu-open {
  overflow-x: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

body.login-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

svg {
  display: block;
}

.login-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.login-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 0%, rgba(125, 83, 255, 0.22), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(79, 103, 210, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(5, 7, 24, 0.78), rgba(4, 7, 20, 0.9));
  backdrop-filter: blur(9px);
}

.login-modal__panel {
  position: relative;
  width: min(430px, 100%);
  padding: 38px 36px 36px;
  border: 1px solid rgba(118, 96, 211, 0.54);
  border-radius: 14px;
  background:
    radial-gradient(circle, rgba(141, 109, 255, 0.22) 1px, transparent 1.5px) 0 0 / 18px 18px,
    radial-gradient(circle at 88% 0%, rgba(111, 72, 230, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(20, 27, 62, 0.98), rgba(13, 20, 48, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 30px 80px rgba(0, 0, 0, 0.44),
    0 0 42px rgba(111, 72, 230, 0.16);
}

.login-modal__close {
  position: absolute;
  top: 38px;
  right: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  background: rgba(34, 40, 83, 0.35);
  color: #a992ff;
  cursor: pointer;
}

.login-modal__close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.login-modal__panel h2 {
  margin: 0 0 27px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.login-modal__notice {
  margin: -5px 0 26px;
  padding: 17px 18px;
  border: 1px solid rgba(108, 155, 255, 0.26);
  border-radius: 9px;
background: linear-gradient(180deg, #915dff 0%, #6d38f2 100%);
  color: #fff ;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
box-shadow: 0 12px 26px rgba(99, 53, 226, 0.28);
}

.login-modal__notice[hidden] {
  display: none;
}

.login-modal__field {
  display: grid;
  gap: 12px;
  color: #b7bddb;
  font-size: 15px;
}

.login-modal__field input {
  width: 100%;
  height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(88, 95, 143, 0.58);
  border-radius: 9px;
  outline: 0;
  background: rgba(15, 22, 50, 0.82);
  color: #e9ebff;
  font-size: 15px;
}

.login-modal__field input::placeholder {
  color: #858db3;
}

.login-modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 48px;
  margin-top: 36px;
  border: 1px solid rgba(149, 93, 255, 0.86);
  border-radius: 9px;
  background: linear-gradient(180deg, #915dff 0%, #6d38f2 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(99, 53, 226, 0.28);
}

.login-modal__submit svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sitemap-page {
  min-height: calc(100vh - 37px);
  display: flex;
  align-items: center;
  padding: 36px 0;
}

.sitemap-panel {
  width: min(880px, 100%);
  margin: 0 auto;
  padding: 24px;
  border: 1px solid rgba(107, 118, 194, 0.42);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(126, 83, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(20, 27, 62, 0.98), rgba(14, 20, 49, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 24px 60px rgba(4, 7, 26, 0.28);
}

.sitemap-brand {
  width: fit-content;
  margin-bottom: 30px;
}

.sitemap-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.sitemap-head span {
  display: block;
  margin-bottom: 8px;
  color: #8d6cff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.sitemap-head h1 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.sitemap-head p {
  max-width: 520px;
  margin: 0;
  color: #aab2d1;
  font-size: 14px;
  line-height: 1.55;
}

.sitemap-login-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 146px;
  height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(127, 86, 255, 0.72);
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(89, 72, 220, 0.86), rgba(78, 39, 199, 0.86));
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.sitemap-login-toggle svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.sitemap-grid a {
  display: grid;
  gap: 8px;
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 12px;
  background: rgba(12, 20, 48, 0.62);
}

.sitemap-grid a[aria-current="page"] {
  border-color: rgba(127, 86, 255, 0.64);
  background: rgba(58, 42, 129, 0.42);
}

.sitemap-grid strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.sitemap-grid span {
  color: #8f99bd;
  font-size: 13px;
}

.page {
  position: relative;
  overflow: hidden;
  padding: 15px 0 22px;
  z-index: 1;
}

.page::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  width: 1100px;
  height: 1200px;
  transform: translateX(-50%);
  pointer-events: none;
}

.page::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 310px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(111, 60, 229, 0.16);
  filter: blur(70px);
  pointer-events: none;
}

.container {
  width: min(1208px, calc(100% - 32px));
  margin: 0 auto;
  z-index: 1;
}

.site-header {
 position: relative;
    display: flex;
    z-index: 10;
    align-items: center;
    gap: 18px;
    height: 74px;
    padding: 0 16px 0 14px;
    border-radius: 15px;

  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(120, 90, 255, 0.2);

  box-shadow:
    0 10px 30px rgba(0,0,0,0.6),
    0 0 25px rgba(100, 60, 255, 0.15),
    inset 0 1px 0 rgba(255,255,255,0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 147px;
  flex: 0 0 147px;
  
}

.brand-mark {
  width: 39px;
  height: 39px;
  color: #7c53ff;
  filter: drop-shadow(0 0 12px rgba(124, 83, 255, 0.2));
}

.brand-mark svg path{
  width: 100%;
  height: 100%;
  fill: #7d5bff;
  stroke: currentColor;
  stroke-width: 2.2;
}

.brand-text {
  line-height: 1;
}

.brand-text strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-text span {
  display: block;
  color: #7d5bff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
}

.header-nav > a {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 42px;
  padding: 0 15px;
  border-radius: 9px;
  font-size: 14px;
  color: #989ab8;
  white-space: nowrap;
}

.header-nav > a.active {
  background: linear-gradient(180deg, rgb(39, 40, 85, .5), rgb(37, 35, 89, .5));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    color: #c09cdf;
    position: relative;
}

.header-nav > a.active::before{
   content: ' ';
  position: absolute;
  left: calc(50% - 10px);
  bottom: 0;
  z-index: 1;
  width: 20px;
  height: 1px;
}

.header-nav > a:not(.active) {
  border: 1px solid transparent;
}

.header-nav a:nth-child(6) .nav-icon svg g{
  fill: transparent;
  stroke: rgb(117 120 155);
}

.mobile-nav-extra {
  display: none;
}

.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-icon {
  width: 16px;
  height: 16px;
  color: #cfd1eb;
  margin-top: 3px;
}

.nav-icon svg {
  width: 100%;
  height: 100%;
  fill: rgb(117 120 155);
}

.status-indicator {
  width: 7px;
  height: 7px;
  margin-left: -2px;
  border-radius: 50%;
  background: #42d369;
  box-shadow: 0 0 12px rgba(66, 211, 105, 0.7);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 42px;
  height: 42px;
  padding: 0;
  margin-left: auto;
  border: 1px solid rgba(88, 95, 143, 0.55);
  border-radius: 10px;
  background: rgba(34, 40, 83, 0.88);
  color: #f3f2ff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.site-header.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 39px;
  border-radius: 8px;
  border: 1px solid rgba(88, 95, 143, 0.55);
  white-space: nowrap;
}

.lang-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #8c98bc;
  flex: 0 0 auto;
}

.lang-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
}

.lang-option {
  min-width: 42px;
  height: 31px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #737998;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.lang-option:hover {
  color: #d8daf2;
  background: rgba(255, 255, 255, 0.04);
}

.lang-option.is-active {
  background: rgba(28, 43, 78, 0.78);
  color: #ffffff;
    box-shadow: 0 10px 22px rgba(99, 53, 226, 0.25);
        border: 1px solid rgba(90, 52, 220, 0.92);
}

.buy-button {
  color: #ffffff;
    background: linear-gradient(183deg, #4c32f6 0%, #330d93 100%);
    border-color: #390ea5;
    box-shadow: 0 10px 22px rgba(99, 53, 226, 0.25);
    font-size: 14px;
    font-weight: 600;
    padding: 0px 10px;
}

.buy-button .st0{
  fill: #fff!important;
}

.buy-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.hero {
position: relative;
    display: flex;
    align-items: center;
    height: auto;
    margin-top: 39px;
    padding: 25px;
    border-radius: 18px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(120, 90, 255, .5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(100, 60, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero::before {
  content: "";
  position: absolute;
  left: 140px;
  right: 40px;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 110, 255, 0.2), transparent);
}

.hero-main {
  display: flex;
  align-items: center;
  width: 421px;
  flex: 0 0 421px;
}

.hero-badge {
  width: 89px;
  height: 89px;
  margin-right: 26px;
  flex: 0 0 89px;
}

.hero-badge svg {
  width: 100%;
  height: 100%;
}

.hero-copy strong {
  display: block;
  margin-bottom: 9px;
  color: #845dff;
  font-size: 12px;
  font-weight: 600;
}

.hero-copy h1 {
  margin: 0 0 9px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.hero-copy p {
  margin: 0;
  color: #a3a5b4;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.hero-features {
  display: flex;
  align-items: center;
  height: 84px;
  margin-left: 16px;
  flex: 1 1 auto;
}

.hero-feature {
  display: flex;
  align-items: center;
  padding: 0 18px;
}

.hero-feature {
    border-left: 1px solid rgba(255, 255, 255, 0.08);

}

.hero-feature + .hero-feature {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-right: 15px;
  border-radius: 50%;
   color: #bb8eff;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(100, 60, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-feature-icon svg {
  width: 35px;
  height: 35px;
  fill: currentColor;
}

.hero-feature-icon svg path{
  fill: #bb8eff;
}


.hero-feature h2 {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
}

.hero-feature p {
  margin: 0;
  color: #9fa1cf;
  font-size: 13px;
  line-height: 1.3;
}

.products-section {
  margin-top: 36px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-head h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.section-head h2 .emoji {
  font-size: 22px;
}

.section-head a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #a873ff;
  font-size: 16px;
}

.section-head a svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  padding-top: 17px;
}

.product-button {
  cursor: pointer;
}

.product-card {
     position: relative;
    overflow: hidden;
    border: 2px solid rgba(134, 121, 214, 0.2);
    border-radius: 18px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(100, 60, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.product-card-label {
  position: absolute;
  left: 12px;
  top: 11px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 61px;
  height: 24px;
  padding: 0 10px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.label-purple {
  background: linear-gradient(180deg, #915eff 0%, #6c39f1 100%);
      box-shadow: 0px 0px 15px rgb(99, 53, 226);
}

.label-green {
  background: linear-gradient(180deg, #59c75f 0%, #39a34a 100%);
      box-shadow: 0px 0px 15px rgb(89, 199, 95);
}

.label-orange {
  background: linear-gradient(180deg, #ff9a4f 0%, #ff6f2f 100%);
  box-shadow: 0px 0px 15px rgb(255, 154, 79);
}

.label-blue {
  background: linear-gradient(180deg, #5a89ff 0%, #3c67f1 100%);
  box-shadow: 0px 0px 15px rgb(90, 137, 255);
}

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

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

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 12, 30, 0) 40%, rgba(7, 10, 24, 0.92) 100%);
}

.media-dbd {
  background:
    radial-gradient(circle at 70% 18%, rgba(129, 168, 255, 0.35), transparent 24%),
    linear-gradient(180deg, #20396a 0%, #192b59 46%, #0a122b 100%);
}

.media-rivals {
  background:
    radial-gradient(circle at 22% 18%, rgba(126, 219, 255, 0.22), transparent 18%),
    radial-gradient(circle at 80% 26%, rgba(255, 146, 70, 0.24), transparent 18%),
    linear-gradient(180deg, #11213f 0%, #173e73 45%, #0f1532 100%);
}

.media-rust {
  background:
    radial-gradient(circle at 60% 18%, rgba(255, 169, 102, 0.28), transparent 20%),
    linear-gradient(180deg, #576987 0%, #86514e 50%, #10101d 100%);
}

.media-hunt {
  background:
    radial-gradient(circle at 50% 16%, rgba(174, 234, 255, 0.14), transparent 16%),
    linear-gradient(180deg, #142430 0%, #152730 42%, #070b0f 100%);
}

.media-spoofer {
  background:
    linear-gradient(180deg, rgba(13, 18, 40, 0.95), rgba(9, 14, 32, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent);
}

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

.media-title {
  left: 16px;
  bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.media-dbd .media-title {
  font-size: 19px;
}

.media-rivals .media-title {
  left: 31px;
  top: 38px;
  bottom: auto;
  font-size: 42px;
  transform: rotate(-10deg);
}

.media-rust .media-title {
  right: 17px;
  left: auto;
  bottom: 20px;
  font-size: 40px;
}

.media-hunt .media-title {
  top: 58px;
  left: 50%;
  bottom: auto;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  font-size: 23px;
  letter-spacing: 0.18em;
}

.media-spoofer .media-title {
  left: 37px;
  bottom: 23px;
  font-size: 24px;
  line-height: 0.92;
}

.media-code {
  left: 22px;
  top: 18px;
  color: rgba(112, 148, 255, 0.52);
  font-size: 8px;
  line-height: 1.65;
  font-family: Consolas, "Courier New", monospace;
  letter-spacing: 0.01em;
}

.product-body {
  padding: 13px 13px 12px;
}

.product-body h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
}

.product-body p {
  margin: 0 0 14px;
  color: #bec2e2;
  font-size: 12px;
  line-height: 1.3;
}

.product-body strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 33px;
  border-radius: 7px;
      background: linear-gradient(183deg, #352787 0%, #2e217d 100%);
  color: #c09cdf;
  font-size: 13px;
  font-weight: 500;
}

.product-button svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #7c63c1;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-panel {
margin-top: 31px;
    border-radius: 16px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(120, 90, 255, .5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(100, 60, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.trust-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 22px 20px 23px;
}

.trust-item {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 12px;
}




.trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-right: 16px;
  border-radius: 50%;
        background: radial-gradient(circle at 30% 30%, rgb(158 79 255 / 30%), rgb(14 10 66));
    color: #bb8eff;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(100, 60, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.trust-icon svg {
  width: 22px;
  height: 22px;

}


.trust-item h3 {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 700;
}

.trust-item p {
  margin: 0;
  color: #c0c3df;
  font-size: 13px;
  line-height: 1.45;
}

.trust-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 67px;
  margin: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.reviews {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #d8daee;
}

.reviews svg {
  width: 19px;
  height: 19px;
}

.stars {
  display: flex;
  gap: 3px;
}

.star {
     display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #16b15c;
    color: #ffffff;
    font-size: 17px;
    line-height: 100%;
}

.payment-logos {
  display: flex;
  align-items: center;
  gap: 39px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 700;
}

.payment-logos .paypal {
  font-weight: 700;
}

.payment-logos .coin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 23px;
  border-radius: 50%;
  background: #ff9a27;
  font-size: 10px;
  font-weight: 700;
}

.payments_icon{
  vertical-align: middle;
  height: 21px;
}

.payments_icon:last-child path{
  fill: #fff;
}

.how-section {
  margin-top: 40px;
}

.how-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.how-head h2 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: #aa81ff;
  font-size: 20px;
  font-weight: 700;
}

.how-head .bolt {
  font-size: 24px;
}

.how-head p {
  margin: 0;
  color: #5c5f81;
  font-size: 14px;
}

.how-steps {
  display: flex;
  align-items: center;
  gap: 18px;
}

.how-step {
  position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 127px;
    padding: 0 30px 0 19px;
    border-radius: 18px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(120, 90, 255, .5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(100, 60, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);

}

.step-number {
     position: absolute;
    left: 17px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(180deg, #302569 0%, #1d2147 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin: 0 23px 0 25px;
  border-radius: 50%;
 background: radial-gradient(circle at 30% 30%, rgb(158 79 255 / 30%), rgb(14 10 66));
    color: #bb8eff;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(100, 60, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.step-icon svg {
        width: 60px;
    height: 60px;
    padding: 15px;
}

.step-copy h3 {
  margin: 0 0 9px;
  font-size: 17px;
  font-weight: 700;
}

.step-copy p {
  margin: 0;
  color: #d0d2e6;
  font-size: 14px;
  line-height: 1.55;
}

.step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  color: #8a61ff;
}

.step-arrow svg {
  width: 22px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.how-note-wrap {
  position: relative;
  margin-top: 34px;
  padding-top: 17px;
}

.how-note-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.how-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 8px;
    background: linear-gradient(180deg, rgb(25 27 66), rgb(18 26 56));
    font-size: 15px;
    color: #7b7da9;
    width: 100%;
    max-width: 600px;
    margin-top: -36px;
    position: relative;
    z-index: 1;
}

.how-note svg {
  width: 17px;
  height: 17px;
}

.site-footer {
 margin-top: 16px;
    border-radius: 16px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(120, 90, 255, .5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(100, 60, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-main {
  display: grid;
  grid-template-columns: 245px 176px 183px 1fr;
  gap: 0;
  padding: 20px 20px 13px;
}

.footer-col {
  min-height: 145px;
}

.footer-col + .footer-col {
  padding-left: 43px;
}

.footer-brand {
  padding-right: 30px;
}

.footer-brand .brand {
  width: auto;
  margin-bottom: 18px;
}

.footer-brand p {
  margin: 0 0 22px;
      color: #959cc9;
  font-size: 16px;
  line-height: 1.6;
}

.socials {
  display: flex;
  gap: 12px;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: rgba(91, 75, 168, 0.35);
  color: #c8c7ff;
}

.social svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-col h3 {
  margin: 7px 0 18px;
  font-size: 14px;
  font-weight: 400;
  color: #a6aad5;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-links a {
  color: #848bb1;
    font-size: 14px;
}

.footer-support-card {
      width: 259px;
    height: 159px;
    margin-left: auto;
    padding: 18px 18px 17px;
    border: 1px solid rgba(120, 108, 194, 0.38);
    border-radius: 15px;
        backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(120, 90, 255, .5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(100, 60, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.footer-support-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 19px;
}

.footer-support-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgb(56 49 107 / 48%), rgb(32 30 74));
  color: #bb8dff;
}

.footer-support-icon svg {
  width: 27px;
  height: 27px;
}

.footer-support-card h4 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
}

.footer-support-card p {
  margin: 0;
  color: #cfd1e5;
  font-size: 14px;
  line-height: 1.55;
}

.footer-support-card a {
      display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 37px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(183deg, #4c32f6 0%, #330d93 100%);
    border-color: #390ea5;
    box-shadow: 0 10px 22px rgba(99, 53, 226, 0.25);
}

.footer-bottom {
  height: 54px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #bfc2dd;
  font-size: 14px;
  line-height: 54px;
  text-align: center;
}

.status-page {
  padding-top: 28px;
}

.status-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
  text-align: center;
}

.status-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 0 17px;
  border: 1px solid rgba(62, 128, 197, 0.44);
  border-radius: 999px;
  background: rgba(16, 31, 72, 0.54);
  color: #87e9ff;
  font-size: 13px;
  font-weight: 700;
}

.status-live span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10d779;
  box-shadow: 0 0 14px rgba(16, 215, 121, 0.72);
}

.status-hero h1 {
  margin: 18px 0 9px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.status-hero p {
  margin: 0;
  color: #b9bdd4;
  font-size: 17px;
  line-height: 1.55;
}

.status-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 19px;
}

.status-pill,
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--status-border);
  background: var(--status-bg);
  color: #eef0ff;
  font-weight: 700;
  white-space: nowrap;
}

.status-pill {
  min-width: 154px;
  height: 40px;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
}

.status-pill i,
.status-chip i {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--status-color);
  box-shadow: 0 0 14px color-mix(in srgb, var(--status-color) 58%, transparent);
}

.status-pill--undetected,
.status-chip--undetected {
  --status-color: #12d877;
  --status-border: rgba(18, 216, 119, 0.42);
  --status-bg: rgba(13, 86, 81, 0.22);
}

.status-pill--updating,
.status-chip--updating {
  --status-color: #ff9d10;
  --status-border: rgba(255, 157, 16, 0.58);
  --status-bg: rgba(93, 54, 25, 0.25);
}

.status-pill--detected {
  --status-color: #ff2923;
  --status-border: rgba(255, 41, 35, 0.42);
  --status-bg: rgba(89, 22, 36, 0.28);
}


.status-group {
  max-width: 1120px;
  margin: 0 auto 34px;
}

.status-groups-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
  margin-bottom: 50px;
}

.status-groups-grid .status-group {
  max-width: none;
  margin: 0;
}

.status-groups-grid .status-group:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  max-width: calc((100% - 18px) / 2);
}


.status-group--last {
  margin-bottom: 50px;
}

.status-group--last .status-group-icon{
  width: 30px;
  border: none;
  height: 30px;
  border-radius: 5px;
  object-fit: cover;
  border: 1px solid rgba(122, 87, 235, 0.62);
}

.status-group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.status-group-title h2 {
  margin: 0;
  color: #966bff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}

.status-group:last-child .status-products--single{
margin: 0 auto;
}

.status-group-icon{
  width: 30px;
  height: 30px;
  border-radius: 5px;
  object-fit: cover;
      border: 1px solid rgba(122, 87, 235, 0.62)
}
.status-products {

}


.status-card {
  position: relative;
  min-height: 126px;
  overflow: hidden;
  padding: 21px 20px 16px;
  border: 1px solid rgba(122, 87, 235, 0.62);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(11, 15, 42, 0.93) 0%, rgba(13, 17, 47, 0.78) 46%, rgba(30, 20, 72, 0.9) 100%),
    var(--status-card-image),
    linear-gradient(120deg, #141a3b 0%, #171942 55%, #27105f 100%);
  background-size: cover;
  background-position: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(7, 8, 28, 0.16);
}

.status-card::before {
content: "";
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0, .7);
  pointer-events: none;
  z-index: 1;
}

.status-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 38%, rgba(0, 0, 0, 0.14));
  pointer-events: none;
  
}

.status-card-top,
.status-card h3,
.status-card-bottom {
  position: relative;
  z-index: 2;
}

.status-card-game {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #9d75ff;
  font-size: 10px;
  font-weight: 700;
}

.status-card-game svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}

.status-card h3 {
  margin: 16px 0 17px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.status-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.status-chip {
  height: 33px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 13px;
}

.status-chip i {
  width: 10px;
  height: 10px;
}

.status-card-bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 121px;
  height: 33px;
  border-radius: 7px;
  background: linear-gradient(180deg, #7445ff 0%, #5527d1 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(84, 39, 209, 0.26);
}

.status-watermark {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 1;
  color: rgba(255, 255, 255, 0.45);
  font-size: 47px;
  font-weight: 700;
  line-height: 0.75;
  text-align: right;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.status-watermark span {
  color: rgba(123, 65, 255, 0.56);
  font-size: 31px;
}


@media (max-width: 1160px) {
.buy-button{
  font-size: 12px;
}

  .brand-text strong{
    font-size: 12px;
  }
  .header-actions{
    gap: 10px;
  }
  .brand-text span{
    font-size: 10px;
  }
  .container {
    width: min(994px, calc(100% - 24px));
  }

  .site-header {
    gap: 12px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .brand {
    width: auto;
    flex: 0 0 auto;
  }

  .header-nav {
    gap: 4px;
  }

  .header-nav > a {
    padding: 0px 5px;
    font-size: 11px;
  }
  .brand-mark{
    width: 30px;
  }

  .hero {
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-main {
    width: 360px;
    flex: 0 0 360px;
  }

  .hero-copy p {
    max-width: 100%;
  }

  .hero-features {
    margin-left: 0;
  }

  .hero-feature {
    width: auto;
    flex: 1 1 0;
    padding: 0 14px;
  }

  .trust-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }


  .trust-item:nth-child(3) {
    border-left: 0;
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 26px;
  }

  .footer-main .footer-col:nth-child(3) {
    border-left: 0;
    padding-left: 0;
    padding-top: 24px;
  }

  .footer-main .footer-col:nth-child(4) {
    padding-top: 24px;
  }

  .footer-support-card {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .hero {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
  }

  .hero::before {
    left: 34px;
    right: 34px;
  }

  .hero-main {
    width: 100%;
    flex: 1 1 auto;
  }

  .hero-features {
    width: 100%;
    height: auto;
  }

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

  .how-steps {
    gap: 12px;
  }

  .how-step {
    width: calc((100% - 24px) / 3);
    min-width: 0;
    padding-right: 16px;
    padding-left: 14px;
  }

  .step-icon {
    margin-right: 14px;
    margin-left: 16px;
  }

  .step-copy h3 {
    font-size: 15px;
  }

  .step-copy p {
    font-size: 13px;
  }
 .buy-button svg{
    display: none;
  }


}

@media (max-width: 860px) {
  .page {
    padding-top: 12px;
    padding-bottom: 18px;
  }

 

  .container {
    width: calc(100% - 20px);
  }

  .site-header {
    flex-wrap: wrap;
    align-items: center;
    min-height: 74px;
    height: auto;
    padding: 12px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text span {
    font-size: 13px;
  }

  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-nav {
    order: 4;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-top: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-header.menu-open .header-nav {
    display: flex;
  }

  .header-nav > a {
    min-height: 44px;
    height: auto;
    padding: 12px 14px;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
  }

  .mobile-nav-extra {
    display: flex;
    gap: 10px;
    padding-top: 8px;
  }

.mobile-nav-extra .lang-switcher,
.mobile-nav-extra .buy-button {
  min-width: 0;
  width: auto;
  flex: 1 1 0;
  height: 42px;
}

  .mobile-nav-extra .lang-option {
    flex: 1 1 0;
    min-width: 0;
  }

  .hero {
    margin-top: 24px;
    padding: 22px 18px;
  }

  .hero-main {
    flex-direction: column;
    align-items: center;
  }

  .hero-copy strong{
    text-align: center;
  }

  

  .hero-feature{
    width: 100%;
        height: auto;
        padding: 16px 0;
        align-items: center;
        display: flex;
        justify-content: center;
        border-left: none;
  }

  .hero-badge {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .hero-features {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 8px;
  }

  .hero-feature {
    width: 100%;
    height: auto;
    padding: 16px 0;
  }

  .hero-feature + .hero-feature {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .trust-top {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-item {
    padding: 0;
  }

  .trust-item + .trust-item,
  .trust-item:nth-child(3),
  .trust-item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 18px;
    padding-top: 18px;
  }

  .trust-bottom {
    height: auto;
    margin: 0 16px;
    padding: 18px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .reviews {
    flex-wrap: wrap;
  }

  .payment-logos {
    flex-wrap: wrap;
    gap: 16px 22px;
    font-size: 16px;
  }

  .how-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .how-steps {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .how-step {
    width: 100%;
    min-height: 127px;
  }

  .step-arrow {
    width: 100%;
    height: 18px;
    transform: rotate(90deg);
  }

  .how-note {
    width: 100%;
    height: auto;
    padding: 11px 16px;
    text-align: center;
    line-height: 1.5;
  }

  .footer-main {
    grid-template-columns: 1fr;
    padding: 20px 16px 16px;
  }

  .footer-col + .footer-col,
  .footer-main .footer-col:nth-child(3),
  .footer-main .footer-col:nth-child(4) {
    border-left: 0;
    padding-left: 0;
    padding-top: 24px;
  }

  .footer-brand {
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 16px);
  }

  .page::before {
    width: 760px;
    height: 980px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .site-header {
    padding: 10px;
  }

  .hero {
    padding: 18px 15px;
  }

  .hero-copy h1 {
    font-size: 21px;
    text-align: center;
  }

  .hero-copy p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .hero-feature-icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  .hero-feature-icon svg {
    width: 20px;
    height: 20px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-media {
    height: 320px;
  }

  .trust-panel {
    margin-top: 24px;
  }

  .trust-top {
    padding: 18px 16px;
  }

  .reviews {
    gap: 10px;
    font-size: 13px;
  }

  .how-step {
    padding: 18px 14px 18px 12px;
  }

  .step-icon {
    width: 56px;
    height: 56px;
    margin-left: 30px;
    margin-right: 12px;
  }

  .footer-support-top {
    align-items: flex-start;
  }

  .footer-bottom {
    height: auto;
    padding: 14px 12px;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .brand {
    gap: 10px;
            margin-top: 10px;
  }
  .how-step {
    height: auto;
  }

  .brand-text strong {
    font-size: 16px;
  }

  .brand-text span {
    font-size: 12px;
  }

  .mobile-nav-extra {
    flex-direction: column;
  }

  .hero-badge {
    width: 78px;
    height: 78px;
  }
  .how-note{
    display: grid;
    grid-template-columns: 30px calc(100% - 40px);
  }

  .how-note svg{
    height: 30px;
    width: auto;
  }

  .how-note span{
    text-align: left;
  }

  .trust-icon {
    margin-right: 12px;
  }

  .how-step {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .step-icon {
    margin: 0 0 14px;
    margin-left: 40px;
  }
}

.checkout-page {
  padding-top: 32px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) 418px;
  gap: 18px;
  align-items: start;
}

.checkout-panel,
.summary-panel {
  border: 1px solid rgba(107, 118, 194, 0.34);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(20, 27, 62, 0.98), rgba(16, 22, 52, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.checkout-panel {
  padding: 18px 20px 20px;
}

.checkout-intro {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.checkout-intro h1 {
  margin: 0 0 6px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.checkout-intro p {
  margin: 0;
  color: #98a0c8;
  font-size: 14px;
}

.checkout-card {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  background: rgba(13, 20, 46, 0.56);
}

.checkout-step-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.checkout-step-index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #7c4eff, #3b2d84);
  border: 1px solid rgba(143, 95, 255, 0.52);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(104, 63, 238, 0.22);
}

.checkout-step-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.checkout-step-copy h2 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 700;
}

.checkout-step-copy p {
  margin: 0;
  color: #9ea5c8;
  font-size: 13px;
  line-height: 1.45;
}

.checkout-link {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #8b63ff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.checkout-input-wrap {
  margin-top: 14px;
  padding-left: 44px;
}

.checkout-input {
  width: 100%;
  height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  background: rgba(15, 22, 50, 0.82);
  color: #fff;
  font-size: 14px;
  outline: none;
}

.checkout-input::placeholder {
  color: rgba(233, 235, 255, 0.308);
}


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

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

.payment-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  background: rgba(23, 31, 66, 0.64);
  color: #f0f1ff;
  text-align: left;
  cursor: pointer;
}

.payment-option.is-selected {
  border-color: rgba(127, 86, 255, 0.72);
  background: linear-gradient(180deg, rgba(54, 39, 122, 0.65), rgba(26, 31, 72, 0.72));
  box-shadow: inset 0 0 0 1px rgba(127, 86, 255, 0.18);
}

.payment-check {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #8d59ff 0%, #6e39f2 100%);
  color: #ffffff;
}

.payment-check svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-option.is-selected .payment-check {
  display: flex;
}

.payment-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.payment-logo--stripe {
  color: #8672ff;
  background: radial-gradient(circle at 30% 30%, rgba(126, 95, 255, 0.28), rgba(34, 41, 82, 0.3));
}

.payment-logo--stripe svg,
.payment-logo--palych svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.payment-logo--palych {
  color: #ffffff;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #2f72ff 0%, #19b8a8 100%);
}

.payment-crypto-group {
  display: flex;
  align-items: center;
  flex: 0 0 92px;
}

.payment-coin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(16, 21, 50, 0.8);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.payment-coin + .payment-coin {
  margin-left: -6px;
}

.payment-coin--btc {
  background: #f7a410;
}

.payment-coin--eth {
  background: #9297a8;
}

.payment-coin--ltc {
  background: #345d9d;
}

.payment-coin--usdt {
  background: #3bc886;
}

.payment-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.payment-copy strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

.payment-copy span {
  display: block;
  color: #98a0c8;
  font-size: 12px;
  line-height: 1.35;
}

.checkout-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 44px;
  margin-top: 16px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #5346ff 0%, #6e3df4 48%, #7445db 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(92, 69, 255, 0.22);
}

.checkout-submit svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.checkout-terms {
  margin: 12px 0 0;
  color: #8f96bc;
  font-size: 13px;
  text-align: center;
}

.checkout-terms a {
  color: #8b63ff;
}

.summary-panel {
  padding: 18px 20px 20px;
}

.summary-panel h2 {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
}

.summary-product {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.summary-art {
  position: relative;
  width: 95px;
  height: 89px;
  flex: 0 0 95px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(25, 34, 42, 0.92), rgba(12, 16, 24, 0.98)),
    radial-gradient(circle at 70% 20%, rgba(146, 174, 255, 0.16), transparent 24%);
}

.summary-art-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.summary-product-copy {
  min-width: 0;
}

.summary-product-copy h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
}

.summary-product-copy p {
  margin: 0 0 10px;
  color: #93a0c4;
  font-size: 14px;
}

.summary-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 24px;
  padding: 0 9px;
  border-radius: 7px;
  background: rgba(94, 68, 211, 0.42);
  color: #b8a2ff;
  font-size: 12px;
  font-weight: 700;
}

.summary-list {
  display: grid;
  gap: 13px;
  margin: 16px 0 0;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}

.summary-row dt {
  color: #98a0c8;
}

.summary-row dd {
  margin: 0;
  color: #dfe2f8;
  text-align: right;
}

.summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.summary-total span {
  color: #95a0d6;
  font-size: 18px;
  font-weight: 700;
}

.summary-total strong {
  color: #8757ff;
  font-size: 20px;
  font-weight: 700;
}

.summary-benefits {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.summary-benefit {
  display: flex;
  gap: 14px;
  padding: 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: rgba(15, 22, 50, 0.44);
}

.summary-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #8c5fff;
}

.summary-benefit-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.summary-benefit h4 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 700;
}

.summary-benefit p {
  margin: 0;
  color: #9aa1c3;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .status-page {
    padding-top: 24px;
  }

  .status-groups-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .status-groups-grid .status-group:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    max-width: none;
  }

  .status-hero h1 {
    font-size: 34px;
  }

  .status-group {
    margin-bottom: 28px;
  }

  .status-products,
  .status-products--single {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

@media (max-width: 560px) {
  .status-hero {
    margin-bottom: 28px;
  }

  .status-hero h1 {
    font-size: 29px;
  }

  .status-hero p {
    font-size: 15px;
  }

  .status-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
  }

  .status-pill {
    min-width: 0;
    height: 38px;
    font-size: 13px;
  }

  .status-card {
    min-height: 142px;
    padding: 18px 16px 15px;
  }

  .status-card h3 {
    margin-top: 17px;
    font-size: 21px;
  }

  .status-card-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .status-card-bottom a {
    width: 100%;
  }

  .status-watermark {
    right: 14px;
    top: 20px;
    font-size: 37px;
  }

  .status-watermark span {
    font-size: 24px;
  }
}

@media (max-width: 420px) {
  .status-legend {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .checkout-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

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

@media (max-width: 860px) {
  .checkout-page {
    padding-top: 24px;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .summary-panel {
    order: -1;
  }
}

@media (max-width: 560px) {
  .checkout-panel,
  .summary-panel {
    padding: 16px;
  }

  .checkout-card {
    padding: 12px;
  }

  .checkout-step-head {
    flex-wrap: wrap;
  }

  .checkout-link {
    width: 100%;
    margin-left: 46px;
    text-align: left;
  }

  .checkout-input-wrap {
    padding-left: 0;
  }

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

  .summary-product {
    flex-direction: column;
  }

  .summary-art {
    width: 100%;
    height: 120px;
  }

  .summary-row {
    flex-direction: column;
    gap: 6px;
  }

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

   .how-note{
    display: grid;
    grid-template-columns: 30px calc(100% - 40px);
  }

  .how-note svg{
    height: 30px;
    width: auto;
  }
  .how-note span{
    text-align: left;
  }
}

.orders-page {
  padding-top: 28px;
}

.orders-panel {
  overflow: hidden;
  max-width: 1208px;
  margin: 0 auto 22px;
  border: 1px solid rgba(112, 88, 205, 0.58);
  border-radius: 12px;
  background:
    radial-gradient(circle at 95% -10%, rgba(113, 69, 255, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(25, 29, 68, 0.98), rgba(16, 20, 52, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 42px rgba(4, 5, 21, 0.24);
}

.orders-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 20px 18px;
}

.orders-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.orders-title h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.orders-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 33px;
  height: 25px;
  padding: 0 9px;
  border-radius: 6px;
  background: rgba(92, 57, 196, 0.64);
  color: #ddd7ff;
  font-size: 12px;
  font-weight: 700;
}


.orders-search {
  position: relative;
  display: block;
  width: 268px;
}

.orders-search input {
  width: 100%;
  height: 40px;
  padding: 0 42px 0 15px;
  border: 1px solid rgba(69, 72, 139, 0.74);
  border-radius: 8px;
  outline: 0;
  background: rgba(20, 24, 60, 0.78);
  color: #e7e8ff;
  font-size: 12px;
}

.orders-search input::placeholder {
  color: #8790b8;
}

.orders-search svg {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  fill: none;
  stroke: #8e94bd;
  stroke-width: 2;
  stroke-linecap: round;
}

.orders-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 40px;
  padding: 0 17px;
  border: 1px solid rgba(82, 61, 173, 0.72);
  border-radius: 8px;
  background: rgba(56, 35, 127, 0.55);
  color: #a77bff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.orders-filter svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linejoin: round;
}

.orders-table-wrap {
  overflow-x: auto;
  border-top: 1px solid rgba(98, 96, 170, 0.34);
  border-bottom: 1px solid rgba(98, 96, 170, 0.18);
}

.orders-table {
  width: 100%;
  min-width: 930px;
  border-collapse: collapse;
}

.orders-table th,
.orders-table td {
  text-align: left;
}

.orders-table th {
  height: 46px;
  padding: 0 20px;
  color: #8d93c0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.orders-table th:nth-child(1) {
  width: 286px;
}

.orders-table th:nth-child(2) {
  width: 155px;
}

.orders-table th:nth-child(3) {
  width: 220px;
}

.orders-table th:nth-child(4) {
  width: 168px;
}

.orders-table th:nth-child(5) {
  width: 165px;
}

.orders-table th:nth-child(6) {
  width: 124px;
  text-align: center;
  padding-right: 35px;
}

.orders-table th:nth-child(7) {
  width: 58px;
}

.orders-table td {
  height: 64px;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.035);
  color: #c5c9e6;
  font-size: 13px;
  vertical-align: middle;
}


.orders-table tbody tr {
  background: rgba(17, 21, 55, 0.3);
}

.orders-table tbody tr:hover {
  background: rgba(39, 34, 93, 0.32);
}

.order-product {
  display: flex;
  align-items: center;
  gap: 14px;
}

.order-cover {
  position: relative;
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  overflow: hidden;
  border: 1px solid rgba(134, 98, 255, 0.68);
  border-radius: 7px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.28)),
    var(--order-cover-image, url("../img/games/dbd.jpeg")),
    radial-gradient(circle at 50% 42%, rgba(240, 235, 255, 0.36), transparent 22%),
    linear-gradient(135deg, #131735, #2a1655 70%, #0d1028);
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 18px rgba(8, 8, 29, 0.24);
}

.order-cover-logo{
  object-fit: cover;
  width: 45px;
  height: 45px;
      border-color: rgba(120, 90, 255, 0.38);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.36), 0 0 18px rgba(100, 60, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    border-radius: 7px;
        border: 1px solid rgba(134, 98, 255, 0.68);
    border-radius: 7px;
}

.order-product strong,
.order-product small,
.order-status small {
  display: block;
}

.order-product strong {
  margin-bottom: 4px;
  color: #eef0ff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.order-product small {
  color: #98a0c6;
  font-size: 12px;
  font-weight: 600;
}

.orders-table time {
  color: #d0d2eb;
  font-style: normal;
  line-height: 1.35;
}

.order-status {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #2bdd81;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.order-status i {
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2bdd81;
  box-shadow: 0 0 10px rgba(43, 221, 129, 0.78);
}

.order-status small {
  margin-top: 4px;
  color: #9aa2c4;
  font-size: 12px;
  font-weight: 500;
}

.order-guide,
.orders-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(103, 68, 218, 0.72);
  background: rgba(43, 30, 103, 0.5);
  color: #a87cff;
}

.order-guide {
  min-width: 105px;
  height: 34px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}


.orders-pagination svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.orders-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px 18px;
}

.orders-footer p {
  margin: 0;
  color: #b8bedb;
  font-size: 13px;
}

.orders-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}

.orders-pagination a {
  width: 35px;
  height: 35px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
}

.orders-pagination a.is-active {
  border-color: rgba(117, 80, 245, 0.95);
  background: linear-gradient(180deg, #6743df, #4f2aad);
  color: #ffffff;
}

.orders-pagination a.is-muted {
  border-color: rgba(78, 80, 139, 0.5);
  background: rgba(24, 28, 65, 0.58);
  color: #777fa8;
}

.orders-filter.is-active {
  border-color: rgba(119, 80, 255, 0.92);
  background: rgba(73, 42, 166, 0.72);
  color: #ffffff;
}

.orders-table tbody tr.is-hidden {
  display: none;
}

.orders-table tbody tr.is-expanded {
  background: rgba(47, 39, 112, 0.36);
}


.order-details-row td {
  height: auto;
  padding: 15px;
  border-top: 0;
}

.order-details-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(103, 68, 218, 0.34);
  border-radius: 8px;
  background: rgba(8, 15, 37, 0.54);
  color: #9ea8cd;
  font-size: 12px;
}

.order-details-card strong {
  color: #ffffff;
  font-size: 13px;
}

@media (max-width: 860px) {
  .orders-page {
    padding-top: 24px;
  }

  .orders-topbar,
  .orders-footer {
    align-items: stretch;
    flex-direction: column;
  }



  .orders-search {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .orders-panel {
    border-radius: 10px;
  }

  .orders-topbar {
    padding: 16px;
  }



  .orders-filter {
    width: 100%;
  }

  .orders-table th,
  .orders-table td {
    padding: 0 14px;
  }

  .orders-footer {
    padding: 14px 16px 16px;
  }

  .orders-pagination {
    justify-content: space-between;
    width: 100%;
  }
}

.product-detail-page {
  padding-top: 18px;
}

.product-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 26px;
  padding-left: 26px;
  color: #a69ad7;
  font-size: 14px;
}

.product-breadcrumbs a:first-child {
  color: #9a6dff;
}

.product-breadcrumbs svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #8b86bd;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-showcase,
.product-meta-strip,
.product-tabs-panel,
.software-card,
.product-review-card {
  border: 1px solid rgba(82, 99, 157, 0.5);
  border-radius: 11px;
  backdrop-filter: blur(4px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 721px) minmax(360px, 1fr);
  gap: 31px;
  padding: 27px 31px 27px 25px;
}

.product-gallery {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 19px;
}

.product-thumbs {
  display: grid;
  gap: 15px;
  align-content: start;
}

.product-thumbs button {
  position: relative;
  display: block;
  width: 78px;
  height: 62px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(66, 88, 139, 0.64);
  border-radius: 10px;
  background: #111a35;
  cursor: pointer;
}

.product-thumbs button.is-active {
  border-color: #7a4dff;
  box-shadow: 0 0 0 2px rgba(122, 77, 255, 0.25);
}

.product-thumb,
.product-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-thumb-more {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 55px !important;
  color: #8d68ff;
}

.product-thumb-more svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-preview {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 520px;
  padding: 0;
  border: 1px solid rgba(93, 112, 168, 0.5);
  border-radius: 10px;
  background: #0c1732;
  cursor: zoom-in;
}

.product-preview-bg {
  position: absolute;
  inset: -45px;
  z-index: 0;
  background-size: cover;
  background-position: center 42%;
  filter: blur(24px) brightness(0.55) saturate(1.15);
  transform: scale(1.18);
  opacity: 0.75;
}

.product-preview-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 114%;
  height: 114%;
  object-fit: contain;
  object-position: center;
}

.product-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(2, 7, 22, 0.28) 0%,
      rgba(2, 7, 22, 0.02) 22%,
      rgba(2, 8, 25, 0.02) 78%,
      rgba(2, 8, 25, 0.34) 100%
    );
}

.product-preview-zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
}

.product-preview-zoom svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-buy-panel {
  min-width: 0;
  padding-top: 10px;
}

.product-kicker {
  display: block;
  margin-bottom: 8px;
  color: #8d6cff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-buy-panel h1 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 14px;
}

.product-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 30px;
  padding: 0 14px;
  border-radius: 7px;
  background: rgba(37, 45, 83, 0.58);
  color: #c6c8e2;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-tag--live {
  gap: 9px;
  min-width: 113px;
  color: #eef3ff;
}

.product-tag--live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22d277;
  box-shadow: 0 0 12px rgba(34, 210, 119, 0.7);
}

.product-tag--active {
  background: linear-gradient(180deg, #5b3bc7, #45249f);
  color: #ffffff;
}

.product-buy-panel p {
  margin: 0 0 16px;
  color: #aeb5d0;
  font-size: 14px;
  line-height: 1.65;
}

.feature-item button svg,
.product-tabs button svg,
.software-list svg,
.product-review-card svg,
.product-meta-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-plans {
  display: grid;
  gap: 10px;
  margin-bottom: 15px;
}

.product-plan {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 43px;
  padding: 15px 20px;
  border: 1px solid transparent;
  background: rgba(9, 18, 42, 0.68);
  color: #ffffff;
  cursor: pointer;
  border-radius: 8px;
}

.product-plan.is-selected {
  border-color: rgba(119, 74, 255, 0.95);
  border-radius: 8px;
  background: rgba(50, 49, 105, 0.68);
}

.product-plan input {
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid rgba(76, 92, 141, 0.85);
  border-radius: 50%;
  background: rgba(8, 16, 36, 0.9);
}

.product-plan input:checked {
  border: 5px solid #7167ff;
}

.product-plan span {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
}

.product-plan strong {
  color: #8f6cff;
  font-size: 14px;
  font-weight: 700;
}

.product-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  height: 43px;
  border-radius: 7px;
  background: linear-gradient(180deg, #5948ff, #5924df);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(83, 47, 219, 0.22);
}

.product-cart-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  color: #aeb5d0;
  font-size: 13px;
}

.product-delivery svg {
  width: 14px;
  height: 14px;
  fill: #7e55ff;
}

.product-meta-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.8fr) minmax(0, 0.52fr);
  gap: 0;
  margin-top: 10px;
  padding: 16px 22px;
}

.product-meta-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 0 27px;
}

.product-meta-item:first-child {
  padding-left: 0;
}

.product-meta-item + .product-meta-item {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.product-meta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  color: #8c55ff;
}

.product-meta-item strong {
  display: block;
  margin-bottom: 5px;
  color: #a8b1d6;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product-meta-item p {
  margin: 0;
  color: #dce1f6;
  font-size: 13px;
  line-height: 1.35;
}

.product-meta-compat {
  align-items: flex-start;
}

.product-meta-compat p i {
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 15px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.16);
}

.product-builds {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: auto;
  color: #949ec5;
  font-size: 13px;
}

.product-builds span {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 10px;
  border-radius: 7px;
  background: rgba(31, 40, 75, 0.75);
}

.product-builds em {
  font-style: normal;
}

.product-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 450px;
  gap: 12px;
  margin-top: 10px;
}

.product-tabs-panel {
  overflow: hidden;
}

.product-tabs {
  display: grid;
  grid-template-columns: 120px 190px 120px 102px;
  gap: 18px;
  align-items: center;
  padding: 10px 20px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.product-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 32px;
  padding: 0 13px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #8f99bd;
  font-size: 13px;
  cursor: pointer;
}

.product-tabs button.is-active {
  background: rgba(78, 48, 165, 0.58);
  color: #ffffff;
}

.product-tabs button.is-active svg {
  color: #9d67ff;
}

.feature-accordion {
  display: grid;
  gap: 8px;
  padding: 8px 20px 10px;
}

.product-tab-panel {
  display: block;
}

.product-tab-panel[hidden] {
  display: none;
}

.feature-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 9px;
  background: rgba(10, 19, 42, 0.46);
  transition:
    border-color 0.22s ease,
    background 0.22s ease,
    height 0.24s ease;
}

.feature-item.is-open {
  border-color: rgba(100, 68, 207, 0.32);
  backdrop-filter: blur(2px);
}

.feature-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  padding: 10px 9px 10px 14px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.feature-item button > span {
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-item button > svg {
  width: 40px;
  height: 36px;
  padding: 10px;
  border-radius: 7px;
  background: rgba(40, 50, 87, 0.72);
  color: #ffffff;
}

.feature-item button span svg {
  color: #8d55ff;
}

.feature-item p {
  margin: -2px 0 13px 50px;
  color: #969fbe;
  font-size: 14px;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.18s ease 0.06s,
    transform 0.22s ease 0.04s;
}

.feature-item.is-open button > svg {
  transform: rotate(180deg);
}

.feature-item button > svg {
  transition: transform 0.22s ease;
}

.feature-item ul {
  display: block;
  margin: 0;
  padding: 0 45px 25px 50px;
  list-style: none;
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.2s ease 0.08s,
    transform 0.24s ease 0.04s;
}

.feature-item li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #9aa3c4;
  font-size: 13px;
  line-height: 1.5;
}

.feature-item li:last-child {
  margin-bottom: 0;
}

.feature-item:not(.is-open) p,
.feature-item:not(.is-open) ul {
  opacity: 0;
  transform: translateY(-4px);
}

.feature-item:not(.is-open):not(.is-feature-animating) p,
.feature-item:not(.is-open):not(.is-feature-animating) ul {
  display: none;
}

.feature-item.is-open:first-child ul{
    height: 100px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #7a4dff rgba(24, 32, 66, 0.75);
}

.feature-item.is-open:first-child ul::-webkit-scrollbar {
  width: 8px;
}

.feature-item.is-open:first-child ul::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(24, 32, 66, 0.75);
}

.feature-item.is-open:first-child ul::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 1px solid rgba(176, 128, 255, 0.5);
  background: linear-gradient(180deg, #8f63ff 0%, #5d36d1 100%);
}

.feature-item.is-open:first-child ul::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #a078ff 0%, #6a42df 100%);
}



.feature-item li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #7449f0;
  box-shadow: 0 0 11px rgba(116, 73, 240, 0.64);
}

.feature-item li::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 4px;
  width: 5px;
  height: 3px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.requirements-grid {
  display: grid;
  grid-template-columns: 1.05fr repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 20px 20px;
}

.requirements-card {
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(97, 107, 171, 0.34);
  border-radius: 12px;
  background: rgba(9, 18, 42, 0.54);
}

.requirements-card--main {
  grid-row: span 2;
  background:
    radial-gradient(circle at 28% 18%, rgba(125, 83, 255, 0.24), transparent 36%),
    rgba(12, 22, 52, 0.75);
}

.requirements-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: rgba(91, 56, 196, 0.36);
  color: #a97bff;
}

.requirements-card svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.requirements-card h3,
.requirements-card strong {
  display: block;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.requirements-card p {
  margin: 0 0 8px;
  color: #cfd4ec;
  font-size: 14px;
  line-height: 1.45;
}

.requirements-card small {
  color: #8993ba;
  font-size: 12px;
  line-height: 1.45;
}

.discord-review-widget {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 178px;
  margin: 18px 20px 20px;
  padding: 22px;
  border: 1px solid rgba(101, 117, 193, 0.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 18%, rgba(88, 101, 242, 0.3), transparent 28%),
    linear-gradient(180deg, rgba(18, 28, 61, 0.9), rgba(10, 18, 42, 0.9));
}

.discord-review-widget > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #5865f2;
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(88, 101, 242, 0.22);
}

.discord-review-widget svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.discord-review-widget h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 20px;
}

.discord-review-widget p {
  max-width: 560px;
  margin: 0;
  color: #aeb7d7;
  font-size: 14px;
  line-height: 1.55;
}

.discord-review-widget a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  background: linear-gradient(180deg, #6a76ff, #4652d8);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.product-faq {
  display: grid;
  gap: 10px;
  padding: 18px 20px 20px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(97, 107, 171, 0.3);
  border-radius: 11px;
  background: rgba(9, 18, 42, 0.54);
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 52px;
  padding: 0 16px 0 18px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-item svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.22s ease;
}

.faq-item.is-open svg {
  transform: rotate(180deg);
}

.faq-item p {
  margin: -2px 18px 18px;
  color: #a1abc9;
  font-size: 14px;
  line-height: 1.55;
}



.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;

  background: rgba(3, 7, 22, 0.55);
  backdrop-filter: blur(6px);
}

.product-lightbox.is-open {
  display: flex;
}

.product-lightbox-image {
  width: min(1180px, calc(100vw - 120px));
  height: auto;
  max-height: calc(100vh - 90px);
  border: 1px solid rgba(147, 111, 255, 0.52);
  border-radius: 14px;
  background: transparent;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  object-fit: contain;
  object-position: center;
  display: block;
}

.product-lightbox-counter {
  position: absolute;
  top: 22px;
  left: 50%;
  min-width: 64px;
  padding: 9px 14px;
  border: 1px solid rgba(141, 104, 255, 0.54);
  border-radius: 10px;
  background: rgba(17, 23, 54, 0.86);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
}

.product-lightbox-close,
.product-lightbox-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(141, 104, 255, 0.54);
  border-radius: 10px;
  background: rgba(17, 23, 54, 0.86);
  color: #ffffff;
  cursor: pointer;
}

.product-lightbox-close {
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
}

.product-lightbox-nav {
  top: 50%;
  width: 48px;
  height: 64px;
  transform: translateY(-50%);
}

.product-lightbox-prev {
  left: 24px;
}

.product-lightbox-next {
  right: 24px;
}

.product-lightbox svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-side {
  display: grid;
  gap: 12px;
  align-content: start;
}

.software-card {
  padding: 20px 22px 22px;
}

.software-card h2 {
  margin: 0 0 15px;
  font-size: 17px;
  font-weight: 700;
}

.software-list {
  display: grid;
  gap: 17px;
}

.software-list article,
.product-review-card {
  display: flex;
  align-items: center;
  gap: 14px;
}

.software-list article > span,
.product-review-card > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 8px;
  background: rgba(69, 40, 151, 0.42);
  color: #8757ff;
}

.software-list h3,
.product-review-card h2 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.software-list p,
.product-review-card p {
  margin: 0;
  color: #8f99bd;
  font-size: 13px;
  line-height: 1.35;
}

.product-review-card {
  min-height: 76px;
  padding: 15px 20px;
}

.product-review-card > div:nth-child(2) {
  flex: 1;
}

.review-stars {
  display: flex;
  gap: 3px;
}

.review-stars i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #22ba71;
  color: #ffffff;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
}

.product-preview-image,
.product-plan,
.product-tabs-panel,
.feature-accordion,
.requirements-card,
.discord-review-widget,
.discord-review-widget a,
.faq-item,
.faq-item button,
.product-lightbox-close,
.product-lightbox-nav,
.orders-table-wrap,
.orders-filter,
.order-details-row {
  transition:
    transform 0.22s ease,
    opacity 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.brand,
.login-modal__close,
.login-modal__field input,
.login-modal__submit,
.sitemap-login-toggle,
.sitemap-grid a,
.header-nav > a,
.lang-option,
.buy-button,
.menu-toggle,
.product-card,
.product-media,
.product-button,
.section-head a,
.trust-panel,
.trust-item,
.checkout-panel,
.summary-panel,
.reviews,
.payment-logos span,
.how-step,
.footer-links a,
.social,
.footer-support-card,
.footer-support-card a,
.status-pill,
.status-card,
.status-card-bottom a,
.checkout-card,
.checkout-link,
.checkout-input,
.payment-option,
.checkout-submit,
.checkout-terms a,
.summary-benefit,
.orders-panel,
.orders-search input,
.order-cover,
.order-guide,
.orders-pagination a,
.product-breadcrumbs a,
.product-showcase,
.product-thumbs button,
.product-cart-button,
.product-meta-strip,
.product-meta-item,
.product-builds span,
.product-tabs button,
.feature-item,
.feature-item button,
.software-card,
.software-list article,
.product-review-card,
.review-stars i {
  transition:
    transform 0.22s ease,
    opacity 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.is-pulsing {
  animation: uiPulse 0.26s ease;
}

@keyframes uiPulse {
  0% {
    transform: scale(0.992);
    opacity: 0.84;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (hover: hover) {
  .brand:hover {
    transform: translateY(-1px);
  }

  .login-modal__close:hover {
    border-color: rgba(132, 101, 232, 0.68);
    background: rgba(75, 55, 161, 0.52);
    color: #ffffff;
    transform: rotate(90deg);
  }

  .login-modal__field input:hover,
  .login-modal__field input:focus {
    border-color: rgba(127, 92, 246, 0.78);
    background: rgba(19, 27, 62, 0.92);
    box-shadow: 0 0 0 3px rgba(111, 72, 230, 0.14);
  }

  .login-modal__submit:hover {
    background: linear-gradient(180deg, #a06dff 0%, #7442ff 100%);
    box-shadow: 0 14px 30px rgba(111, 62, 239, 0.36);
    transform: translateY(-2px);
  }

  .sitemap-login-toggle:hover {
    border-color: rgba(171, 125, 255, 0.98);
    background: linear-gradient(180deg, #6d5dff, #6333ed);
    box-shadow: 0 14px 30px rgba(104, 62, 239, 0.3);
    transform: translateY(-2px);
  }

  .sitemap-grid a:hover {
    border-color: rgba(137, 96, 255, 0.58);
    background: rgba(23, 31, 70, 0.82);
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(6, 10, 32, 0.22);
  }

  .brand:hover .brand-mark {
    filter: drop-shadow(0 0 18px rgba(135, 92, 255, 0.44));
  }

  .header-nav > a:hover {
    color: #ffffff;
    transform: translateY(-1px);
  }

  .header-nav > a:hover .nav-icon,
  .section-head a:hover,
  .footer-links a:hover,
  .checkout-link:hover,
  .checkout-terms a:hover,
  .product-breadcrumbs a:hover {
    color: #b58dff;
  }



  .lang-option:hover {
    color: #ffffff;
    transform: translateX(2px);
  }

  .buy-button:hover,
  .checkout-submit:hover,
  .product-cart-button:hover,
  .footer-support-card a:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
  }

  .product-button:hover,
  .status-card-bottom a:hover,
  .order-guide:hover {
    transform: translateY(-1px);
    color: #ffffff;
  }

  .product-card:hover {
    border-color: rgba(162, 122, 255, 0.2);
    background: linear-gradient(180deg, rgba(35, 41, 91, 0.99), rgba(24, 29, 67, 0.99));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 18px 34px rgba(8, 10, 32, 0.26);
    transform: translateY(-5px);
  }

  .product-card:hover .product-media {
    filter: saturate(1.12) brightness(1.08);
  }

.product-card:hover .media-title {
    text-shadow: 0 0 18px rgba(161, 125, 255, 0.38);
  }

  .trust-panel:hover,
  .orders-panel:hover,
  .product-showcase:hover,
  .product-meta-strip:hover,
  .product-tabs-panel:hover,
  .software-card:hover,
  .product-review-card:hover,
  .checkout-panel:hover,
  .summary-panel:hover {
    border-color: rgba(121, 105, 205, 0.62);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 16px 34px rgba(5, 8, 29, 0.2);
  }

  .trust-item:hover,
  .summary-benefit:hover,
  .software-list article:hover {
    transform: translateY(-2px);
  }

  .trust-item:hover .trust-icon,
  .summary-benefit:hover .summary-benefit-icon,
  .software-list article:hover > span,
  .product-review-card:hover > span{
    color: #c1a0ff;
    filter: drop-shadow(0 0 12px rgba(139, 91, 255, 0.42));
  }

  .reviews:hover,
  .product-review-card:hover {
    color: #ffffff;
  }

  .payment-logos span:hover,
  .review-stars i:hover,
  .star:hover {
    transform: translateY(-2px) scale(1.04);
    filter: brightness(1.08);
  }

  .how-step:hover {
    
    box-shadow: 0 16px 32px rgba(8, 11, 33, 0.24);
    transform: translateY(-4px);
  }


  .social:hover {
    background: rgba(116, 87, 231, 0.56);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(70, 44, 169, 0.28);
  }

  .footer-support-card:hover {
    border-color: rgba(148, 114, 245, 0.64);
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(7, 10, 30, 0.22);
  }

  .status-card:hover {
    border-color: rgba(165, 124, 255, 0.82);
    background-position: center, center, center;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.07),
      0 18px 34px rgba(7, 8, 28, 0.28);
    transform: translateY(-4px);
    filter: saturate(1.08);
  }

  .status-card:hover .status-watermark {
    color: rgba(255, 255, 255, 0.58);
  }

  .checkout-card:hover {
    border-color: rgba(127, 102, 224, 0.36);
    background: rgba(18, 27, 61, 0.68);
  }

  .checkout-input:hover,
  .checkout-input:focus,
  .orders-search input:hover,
  .orders-search input:focus {
    border-color: rgba(127, 92, 246, 0.72);
    background: rgba(19, 27, 62, 0.92);
    box-shadow: 0 0 0 3px rgba(111, 72, 230, 0.12);
  }

  .payment-option:hover {
    border-color: rgba(127, 86, 255, 0.58);
    background: rgba(35, 41, 86, 0.8);
    transform: translateY(-3px);
    box-shadow: 0 14px 26px rgba(8, 11, 34, 0.23);
  }

  .payment-option:hover .payment-logo,
  .payment-option:hover .payment-coin {
    filter: brightness(1.08) drop-shadow(0 0 10px rgba(133, 91, 255, 0.25));
  }

  .orders-table tbody tr:hover .order-cover {
    border-color: rgba(166, 129, 255, 0.8);
    filter: brightness(1.08) saturate(1.08);
  }

  .orders-pagination a:hover {
    border-color: rgba(132, 87, 255, 0.86);
    background: rgba(75, 47, 171, 0.72);
    color: #ffffff;
    transform: translateY(-2px);
  }

  .orders-pagination a.is-active:hover {
    background: linear-gradient(180deg, #7b55f3, #5c31c5);
  }

  .product-thumbs button:hover {
    border-color: rgba(151, 106, 255, 0.82);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(8, 11, 33, 0.24);
    filter: brightness(1.08);
  }

  .product-preview:hover .product-preview-image {
    filter: saturate(1.08) brightness(1.04);
  }



  .product-plan:hover {
    border-color: rgba(113, 103, 255, 0.52);
    background: rgba(37, 43, 91, 0.78);
    transform: translateX(3px);
  }

  .product-plan:hover input {
    border-color: #7167ff;
  }

  .product-tabs button:hover {
    background: rgba(74, 50, 158, 0.36);
    color: #ffffff;
    transform: translateY(-1px);
  }

  .feature-item:hover {
    border-color: rgba(120, 83, 225, 0.42);
    background: rgba(15, 28, 60, 0.72);
  }

  .feature-item button:hover {
    color: #ffffff;
  }

  .feature-item button:hover > svg {
    background: rgba(72, 55, 146, 0.82);
    color: #c9b1ff;
  }


  .faq-item:hover {
    border-color: rgba(137, 96, 255, 0.52);
    background: rgba(17, 29, 64, 0.72);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(6, 10, 32, 0.2);
  }

  .discord-review-widget:hover {
    border-color: rgba(88, 101, 242, 0.62);
    box-shadow: 0 18px 36px rgba(4, 7, 28, 0.22);
  }

  .discord-review-widget a:hover {
    background: linear-gradient(180deg, #7883ff, #5360ef);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(88, 101, 242, 0.26);
  }

  .product-preview:hover .product-preview-zoom,
  .product-lightbox-close:hover,
  .product-lightbox-nav:hover {
    border-color: rgba(177, 139, 255, 0.82);
    background: rgba(80, 55, 170, 0.88);
    box-shadow: 0 14px 30px rgba(11, 11, 37, 0.32);
  }

  .product-lightbox-image:hover {
    border-color: rgba(177, 139, 255, 0.78);
    box-shadow: 0 32px 86px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 1160px) {
  .product-showcase {
    grid-template-columns: 1fr;
  }

  .product-content-grid {
    grid-template-columns: 1fr;
  }

  .product-meta-strip {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .product-meta-item,
  .product-meta-item:first-child {
    padding: 0;
  }

  .product-meta-item + .product-meta-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 16px;
  }
}

@media (max-width: 860px) {
  .sitemap-page {
    align-items: flex-start;
    padding-top: 24px;
  }

  .sitemap-head {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .product-detail-page {
    padding-top: 24px;
  }

  .product-breadcrumbs {
    padding-left: 0;
  }

  .product-showcase {
    padding: 18px;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .product-thumbs {
    display: flex;
    order: 2;
    overflow-x: auto;
  }



  .product-tabs {
    display: flex;
        overflow-x: auto;
        flex-wrap: wrap;
        gap: 10px;
  }

  .product-tabs button {
    flex: 0 0 auto;
  }

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

  .requirements-card--main {
    grid-row: auto;
  }

  .discord-review-widget {
    grid-template-columns: 1fr;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .sitemap-panel {
    padding: 18px;
  }

  .sitemap-head h1 {
    font-size: 28px;
  }

  .sitemap-login-toggle {
    width: 100%;
  }

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

  .product-buy-panel h1 {
    font-size: 28px;
  }

  .product-preview,
  .product-preview-image {
    min-height: 260px;
  }



  .feature-item p {
    margin-left: 16px;
  }



  .product-builds {
    margin-left: 0;
  }

  .product-review-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-details-card {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .product-lightbox {
    padding: 18px;
  }

  .product-lightbox-image {
    width: calc(100vw - 36px);
    height: auto;
  }

  .product-lightbox-counter {
    top: 18px;
    left: 18px;
    transform: none;
  }

  .product-lightbox-nav {
    top: auto;
    bottom: 18px;
    width: 46px;
    height: 46px;
    transform: none;
  }

  .product-lightbox-prev {
    left: calc(50% - 58px);
  }

  .product-lightbox-next {
    right: calc(50% - 58px);
  }
}

:root {
  --fury-glass-border: rgba(120, 90, 255, 0.5);
  --fury-glass-border-soft: rgba(134, 121, 214, 0.22);
  --fury-glass-bg:
    radial-gradient(circle at 88% 0%, rgba(124, 83, 255, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(31, 34, 78, 0.46), rgba(17, 21, 52, 0.42));
  --fury-glass-shadow:
    0 10px 30px rgba(0, 0, 0, 0.6),
    0 0 25px rgba(100, 60, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --fury-icon-glass:
    radial-gradient(circle at 30% 30%, rgba(158, 79, 255, 0.3), rgba(14, 10, 66, 0.34));
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.brand-mark svg {
  display: none;
}

.brand-mark::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/logo.svg") center / contain no-repeat;
  filter: drop-shadow(0 0 12px rgba(124, 83, 255, 0.22));
}

.site-header,
.hero,
.trust-panel,
.how-step,
.site-footer,
.footer-support-card,
.sitemap-panel,
.orders-panel,
.checkout-panel,
.summary-panel,
.checkout-card,
.status-card,
.product-showcase,
.product-meta-strip,
.product-tabs-panel,
.software-card,
.product-review-card,
.feature-item,
.requirements-card,
.order-details-card {
  border-color: var(--fury-glass-border);
  background: var(--fury-glass-bg);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: var(--fury-glass-shadow);
}

.status-card-bottom-image{
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: -100px;
  z-index: 0;
}


.status-hero {
  position: relative;
  margin-top: 11px;
  padding: 30px 25px;
  border-radius: 18px;
  overflow: hidden;
}

.status-hero::before,
.orders-panel::before,
.checkout-panel::before,
.summary-panel::before,
.product-showcase::before,
.product-meta-strip::before,
.product-tabs-panel::before,
.sitemap-panel::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  top: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 110, 255, 0.22), transparent);
  pointer-events: none;
}

.orders-panel,
.checkout-panel,
.summary-panel,
.product-showcase,
.product-meta-strip,
.product-tabs-panel,
.sitemap-panel {
  position: relative;
  overflow: hidden;
}

.orders-table-wrap,
.orders-table tbody tr,
.payment-option,
.summary-benefit,
.product-plan,
.product-tabs,
.product-tabs button,
.product-tag,
.product-builds span,
.feature-item button,
.sitemap-grid a,
.orders-search input,
.checkout-input,
.menu-toggle {
  border-color: var(--fury-glass-border-soft);
  background: rgba(20, 24, 60, 0.42);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.status-card {
  background:
    linear-gradient(90deg, rgba(11, 15, 42, 0.74) 0%, rgba(13, 17, 47, 0.58) 46%, rgba(30, 20, 72, 0.72) 100%),
    var(--status-card-image),
    var(--fury-glass-bg);
  background-size: cover;
  background-position: center;
  border-radius: 18px;
}

.product-preview,
.product-thumbs button,
.order-cover,
.summary-art {
  border-color: rgba(120, 90, 255, 0.38);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.36),
    0 0 18px rgba(100, 60, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-feature-icon,
.trust-icon,
.step-icon,
.footer-support-icon,
.checkout-step-index,
.payment-logo,
.summary-benefit-icon,
.product-meta-icon,
.feature-item button span svg,
.requirements-card svg,
.product-review-card > span,
.social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(120, 90, 255, 0.24);
  border-radius: 50%;
  background: var(--fury-icon-glass);
  color: #bb8eff;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: var(--fury-glass-shadow);
}

.checkout-step-index,
.summary-benefit-icon,
.product-meta-icon,
.feature-item button span svg,
.requirements-card svg {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 9px;
}

.feature-item button span svg,
.requirements-card svg {
  stroke: currentColor;
}

.status-live,
.status-pill,
.status-chip,
.orders-title span,
.summary-badge,
.product-tag--active,
.product-tabs button.is-active,
.payment-option.is-selected,
.orders-filter.is-active,
.sitemap-grid a[aria-current="page"] {
  border-color: rgba(127, 86, 255, 0.72);
  background: linear-gradient(180deg, rgba(54, 39, 122, 0.62), rgba(26, 31, 72, 0.54));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 20px rgba(100, 60, 255, 0.12);
}

.orders-filter,
.order-guide,
.orders-pagination a,
.checkout-submit,
.product-cart-button,
.status-card-bottom a,
.footer-support-card a,
.buy-button,
.sitemap-login-toggle {
  border: 1px solid rgba(90, 52, 220, 0.92);
  background: linear-gradient(183deg, #4c32f6 0%, #330d93 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(99, 53, 226, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
  
.product-thumbs button,
.product-thumb,
.product-preview-image {
  opacity: 1 !important;
  filter: brightness(1) !important;
}

.product-showcase--new {
  display: grid !important;
  grid-template-columns: minmax(0, 760px) 420px !important;
  gap: 34px !important;
  align-items: start !important;
  padding: 32px !important;
}

.product-gallery--new {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
}

.product-preview--new {
  width: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #071023 !important;
}

.product-preview--new .product-preview-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.product-thumbs--new {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.product-thumbs--new button {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 10px !important;
}

.product-thumbs--new .product-thumb {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.product-buy-panel--new {
  padding-top: 18px !important;
}

@media (max-width: 1160px) {
  .product-showcase--new {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .product-showcase--new {
    padding: 18px !important;
  }

  .product-thumbs--new {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

.product-showcase.product-showcase--new {
  display: grid !important;
  gap: 34px !important;
  align-items: start !important;
}

.product-gallery.product-gallery--new {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  width: 100% !important;
}

.product-gallery--new .product-preview.product-preview--new {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
}

.product-gallery--new .product-preview-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.product-gallery--new .product-thumbs.product-thumbs--new {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
  width: 100% !important;
  height: auto !important;
  align-content: unset !important;
}

.product-gallery--new .product-thumbs--new button {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
}
  
.product-showcase.product-showcase--new {
  display: grid !important;
  gap: 34px !important;
  align-items: start !important;
  padding: 32px !important;
}

.product-gallery.product-gallery--new {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  width: 100% !important;
}

.product-gallery--new .product-preview.product-preview--new {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 14px !important;
}

.product-gallery--new .product-preview-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover !important;
}

.product-gallery--new .product-thumbs.product-thumbs--new {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 14px !important;
  width: 100% !important;
}

.product-gallery--new .product-thumbs--new button {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
}

.product-meta-strip--clean {
  display: grid !important;
  grid-template-columns: 1.25fr 1fr 0.8fr !important;
  gap: 14px !important;
  padding: 16px !important;
}

.product-meta-card {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  min-height: 82px !important;
  padding: 18px 20px !important;
  border: 1px solid rgba(116, 77, 240, 0.28) !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at 12% 50%, rgba(122, 77, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(31, 27, 82, 0.72), rgba(13, 22, 49, 0.72)) !important;
}

.product-meta-card .product-meta-icon {
  flex: 0 0 46px !important;
  width: 46px !important;
  height: 46px !important;
}

.product-meta-card strong {
  display: block !important;
  margin-bottom: 5px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.product-meta-card p {
  margin: 0 !important;
  color: #d7dcf5 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.product-meta-card p span {
  color: #9fa8ca !important;
  font-weight: 600 !important;
}

@media (max-width: 900px) {
  .product-meta-strip--clean {
    grid-template-columns: 1fr !important;
  }
}

.product-meta-strip--two {
  grid-template-columns: 1.35fr 0.8fr !important;
}

.product-meta-card small {
  display: block;
  margin-top: 7px;
  color: rgba(160, 168, 202, 0.62);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .product-meta-strip--two {
    grid-template-columns: 1fr !important;
  }
}

.product-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 14px;
  margin-top: 14px;
}

.product-info-main {
  min-width: 0;
}

.product-content-grid--merged {
  display: block !important;
  margin-top: 14px;
}

.product-info-side {
  display: grid;
  gap: 14px;
  align-content: start;
}

.product-info-layout .product-meta-strip--two {
  margin: 0 !important;
}

.product-info-layout .product-tabs-panel {
  width: 100%;
}

.product-info-layout .software-card,
.product-info-layout .product-review-card,
.product-info-layout .product-meta-strip--clean,
.product-info-layout .product-tabs-panel {
  border: 1px solid rgba(122, 77, 255, 0.35);
  background:
    radial-gradient(circle at 20% 0%, rgba(122, 77, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(28, 24, 78, 0.72), rgba(11, 17, 45, 0.92));
  box-shadow: 0 18px 45px rgba(6, 8, 28, 0.28);
}

@media (max-width: 1100px) {
  .product-info-layout {
    grid-template-columns: 1fr;
  }
}

.product-info-layout {
  display: block !important;
  margin-top: 14px;
}

.product-info-combined {
  margin: 0 0 16px;
  padding: 18px;
  border: 1px solid rgba(122, 77, 255, 0.35);
  border-radius: 18px;
  background:
    radial-gradient(circle at 22% 0%, rgba(122, 77, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(28, 24, 78, 0.72), rgba(11, 17, 45, 0.92));
  box-shadow: 0 18px 45px rgba(6, 8, 28, 0.28);
}

.product-info-combined__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 14px;
  margin-bottom: 14px;
}

.product-info-card {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 110px;
  padding: 18px 20px;
  border: 1px solid rgba(122, 77, 255, 0.26);
  border-radius: 15px;
  background:
    radial-gradient(circle at 20% 15%, rgba(122, 77, 255, 0.16), transparent 42%),
    rgba(12, 18, 50, 0.58);
}

.product-info-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex: 0 0 46px;
  background: linear-gradient(180deg, rgba(122, 77, 255, 0.55), rgba(67, 38, 158, 0.72));
  box-shadow: 0 0 26px rgba(122, 77, 255, 0.25);
}

.product-info-card__icon svg,
.product-info-combined__bottom span svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #cdbdff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-info-card strong {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-info-card p {
  margin: 0;
  color: #cfd4ec;
  font-size: 14px;
  line-height: 1.35;
}

.product-info-card p b {
  color: #ffffff;
  font-weight: 800;
}

.product-info-card small {
  display: block;
  margin-top: 9px;
  color: rgba(175, 181, 215, 0.68);
  font-size: 12px;
  font-weight: 700;
}

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

.product-info-combined__bottom article {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(122, 77, 255, 0.18);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.025);
}

.product-info-combined__bottom span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  flex: 0 0 42px;
  background: rgba(91, 56, 196, 0.48);
}

.product-info-combined__bottom h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.product-info-combined__bottom p {
  margin: 0;
  color: #a9b1d2;
  font-size: 13px;
  line-height: 1.45;
}

.product-content-grid--full {
  display: block !important;
  margin-top: 0 !important;
}

.product-content-grid--full .product-tabs-panel {
  width: 100%;
}

@media (max-width: 900px) {
  .product-info-combined__top,
  .product-info-combined__bottom {
    grid-template-columns: 1fr;
  }
}

.product-info-combined {
  padding: 14px !important;
}
.product-info-card {
  min-height: 92px !important;
  padding: 15px 18px !important;
}

.product-content-grid--full {
  margin-bottom: 22px !important;
}

.feature-item.is-open ul {
  max-height: 140px !important;
}

.product-info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.product-info-card {
  min-width: 0;
}

.product-info-combined {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.product-info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.product-info-layout,
.product-tabs-panel,
.site-footer {
  max-width: 100%;
}

.product-detail-page > .product-info-layout,
.product-detail-page > .product-tabs-panel,
.product-detail-page > .site-footer {
  width: 100%;
}

.feature-accordion--clean {
  gap: 10px;
}

.feature-accordion--clean .feature-item {
  background:
    radial-gradient(circle at 70% 20%, rgba(122, 77, 255, 0.12), transparent 38%),
    rgba(11, 18, 45, 0.72);
}

.feature-accordion--clean .feature-content {
  display: grid;
  gap: 18px;
  padding: 0 34px 24px 64px;
}

.feature-accordion--clean .feature-section h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.feature-accordion--clean .feature-section ul {
  display: grid !important;
  gap: 10px 26px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.feature-accordion--clean .feature-section li {
  position: relative;
  padding-left: 22px;
  color: #a9b2d0;
  font-size: 13px;
  line-height: 1.45;
}

.feature-accordion--clean .feature-section li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #7449f0;
  box-shadow: 0 0 11px rgba(116, 73, 240, 0.64);
}

.feature-accordion--clean .feature-section li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 5px;
  height: 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.feature-accordion--clean .feature-item:not(.is-open) .feature-content {
  display: none;
}

.feature-accordion--clean .feature-item.is-feature-animating .feature-content {
  display: grid;
}

.feature-accordion--clean .feature-item p,
.feature-accordion--clean .feature-item > ul {
  display: none !important;
}

@media (max-width: 760px) {
  .feature-accordion--clean .feature-content {
    padding: 0 20px 22px 52px;
  }

  .feature-accordion--clean .feature-section ul {
    grid-template-columns: 1fr !important;
  }
}

.feature-accordion--clean .feature-content {
  max-height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 34px 24px 64px;
  scrollbar-width: thin;
  scrollbar-color: #7a4dff rgba(24, 32, 66, 0.75);
}

.feature-accordion--clean .feature-content::-webkit-scrollbar {
  width: 8px;
}

.feature-accordion--clean .feature-content::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(24, 32, 66, 0.75);
}

.feature-accordion--clean .feature-content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 1px solid rgba(176, 128, 255, 0.5);
  background: linear-gradient(180deg, #8f63ff 0%, #5d36d1 100%);
}

.feature-accordion--clean .feature-section {
  margin-bottom: 18px;
}

.feature-accordion--clean .feature-section:last-child {
  margin-bottom: 0;
}

.feature-accordion--clean .feature-section ul {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 9px !important;
}

.feature-accordion--clean .feature-section li {
  width: 100%;
  white-space: normal;
  line-height: 1.45;
}

.feature-accordion--clean .feature-item.is-open {
  max-height: none;
}





  .product-preview--new {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .product-preview--new .product-preview-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .product-thumbs--new {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .product-thumbs--new button {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .product-thumbs--new img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .product-buy-panel--new {
    width: 100% !important;
    min-width: 0 !important;
    padding: 18px !important;
    overflow: hidden !important;
  }

  .product-buy-panel--new h1 {
    font-size: 28px !important;
    line-height: 1.1 !important;
  }

  .product-buy-panel--new p {
    max-width: 100% !important;
  }

  .product-info-combined {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  .product-info-combined__top,
  .product-info-combined__bottom {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .product-info-card,
  .product-info-combined__bottom article {
    width: 100% !important;
    min-width: 0 !important;
  }
}

@media (max-width: 860px) {
  .product-showcase.product-showcase--new {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px !important;
    overflow: hidden !important;
  }

  .product-gallery.product-gallery--new {
    display: none !important;
  }

  .product-buy-panel.product-buy-panel--new {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .product-plan {
    grid-template-columns: 24px minmax(0, 1fr) auto !important;
  }
}

footer.site-footer.container {
  width: min(1208px, calc(100% - 32px)) !important;
  max-width: none !important;
  margin: 16px auto 0 !important;
}

@media (max-width: 860px) {
  footer.site-footer.container {
    width: calc(100% - 20px) !important;
    margin: 16px auto 0 !important;
  }
}

@media (max-width: 560px) {
  footer.site-footer.container {
    width: calc(100% - 16px) !important;
  }
}

.product-info-combined {
  display: grid !important;
  gap: 14px !important;
  margin: 0 0 16px !important;
}

.product-info-combined__top {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 330px !important;
  gap: 14px !important;
  margin: 0 !important;
}

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

@media (max-width: 860px) {
  .product-info-combined__top,
  .product-info-combined__bottom {
    grid-template-columns: 1fr !important;
  }
}

.product-faq-block {
  margin-top: 18px;
  margin-bottom: 22px;
  padding: 22px;
  border: 1px solid rgba(122, 77, 255, 0.45);
  border-radius: 18px;
  background:
    radial-gradient(circle at 25% 0%, rgba(122, 77, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(28, 24, 78, 0.72), rgba(11, 17, 45, 0.92));
}

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

.product-media {
  overflow: hidden;
  background: #080d24;
}

.product-media::after {
  bottom: -1px;
}

.status-card-bottom-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}

.status-card,
.status-card * {
  cursor: pointer;
}

.product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 36px;
  border-radius: 9px;
  background: linear-gradient(180deg, #8f63ff 0%, #5a32dc 100%);
  border: 1px solid rgba(178, 142, 255, 0.55);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  box-shadow:
    0 10px 22px rgba(91, 55, 220, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: 0.18s ease;
}

.product-button:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #a176ff 0%, #6840f0 100%);
  box-shadow:
    0 14px 28px rgba(111, 68, 255, 0.45),
    0 0 18px rgba(138, 94, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.product-button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.9;
  transition: transform 0.18s ease;
}

.product-button:hover svg {
  transform: translateX(3px);
}

.product-button {
  position: relative;
  overflow: hidden;
}

.product-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.22),
    transparent
  );
  transition: 0.45s ease;
}

.product-button:hover::before {
  left: 160%;
}

.product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 36px;
  border-radius: 9px;

  background:
    linear-gradient(180deg, rgba(118, 84, 255, 0.88) 0%, rgba(82, 51, 192, 0.88) 100%);

  border: 1px solid rgba(165, 140, 255, 0.22);

  color: #f4f2ff;
  font-size: 13px;
  font-weight: 600;

  box-shadow:
    0 6px 18px rgba(76, 48, 180, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.10);

  transition:
    transform .16s ease,
    background .16s ease,
    box-shadow .16s ease;
}

.product-button:hover {
  transform: translateY(-1px);

  background:
    linear-gradient(180deg, rgba(128, 94, 255, 0.92) 0%, rgba(92, 59, 210, 0.92) 100%);

  box-shadow:
    0 8px 22px rgba(90, 58, 210, 0.28),
    inset 0 1px 0 rgba(255,255,255,0.14);
}

.product-button svg {
  width: 14px;
  height: 14px;
  stroke: rgba(255,255,255,0.9);
}

.product-status-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 0 22px;
}

.product-status-row .status-pill {
  min-width: auto;
  height: 36px;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow:
    0 10px 24px rgba(18, 216, 119, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.product-status-row .status-pill i {
  width: 9px;
  height: 9px;
}

.product-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 16px;
  border-radius: 14px;

  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;

  border: 1px solid rgba(255,255,255,.12);
  background: rgba(20,20,35,.85);

  overflow: hidden;
  isolation: isolate;
}

.product-tag i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}

.product-tags {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
}

.product-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  height: 34px;
  padding: 0 14px;

  border-radius: 11px;
  border: 1px solid rgba(132, 102, 255, 0.42);

  background: rgba(18, 20, 52, 0.78);

  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;

  color: #ffffff;
}

.product-tag i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}

/* UNDETECTED */
.product-tag--live i {
  background: #1dff8c;
  box-shadow:
    0 0 8px rgba(29,255,140,.75);
}

/* UPDATING */
.product-tag--updating i {
  background: #ffae2b;
  box-shadow:
    0 0 8px rgba(255,174,43,.7);
}

/* DETECTED */
.product-tag--detected i {
  background: #ff4343;
  box-shadow:
    0 0 8px rgba(255,67,67,.7);
}

.product-description-block {
  margin-top: 22px;
}

.product-description-card {
  border: 1px solid rgba(124, 87, 255, 0.45);
  background: linear-gradient(180deg, rgba(43, 33, 105, 0.72), rgba(13, 18, 48, 0.86));
  border-radius: 18px;
  padding: 26px 30px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}

.product-description-kicker {
  display: block;
  margin-bottom: 10px;
  color: #9b7cff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-description-card h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.product-description-card p {
  margin: 0;
  max-width: 980px;
  color: #aeb3d4;
  font-size: 15px;
  line-height: 1.75;
}

.product-description-card p + p {
  margin-top: 12px;
}

.product-description-card a {
  color: #9b7cff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s ease;
}

.product-description-card a:hover {
  color: #c6b2ff;
}

.product-buy-panel form {
  width: 100%;
}

.product-cart-button {
  width: 100%;
  justify-content: center;
}
 
.resell-page {
  padding-top: 26px;
  padding-bottom: 10px;
}

.resell-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, 0.55);
  background:
    radial-gradient(circle at top right, rgba(122, 73, 255, 0.35), transparent 38%),
    radial-gradient(circle at bottom left, rgba(99, 102, 241, 0.18), transparent 35%),
    linear-gradient(135deg, rgba(35, 28, 92, 0.95), rgba(12, 18, 45, 0.96));
  border-radius: 22px;
  padding: 72px 42px;
  text-align: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.resell-hero::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.16), transparent),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 70px
    );
  pointer-events: none;
}

.resell-hero > * {
  position: relative;
  z-index: 2;
}

.resell-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border: 1px solid rgba(139, 92, 246, 0.65);
  border-radius: 999px;
  color: #a98cff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.04);
}

.resell-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22ff8a;
  box-shadow: 0 0 16px rgba(34, 255, 138, 0.9);
}

.resell-hero h1 {
  margin: 22px auto 16px;
  max-width: 860px;
  color: #fff;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.resell-hero p {
  max-width: 740px;
  margin: 0 auto;
  color: #b8bdd8;
  font-size: 18px;
  line-height: 1.7;
}

.resell-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.resell-main-button,
.resell-secondary-button,
.resell-steps a,
.resell-final-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.resell-main-button:hover,
.resell-secondary-button:hover,
.resell-steps a:hover,
.resell-final-card a:hover {
  transform: translateY(-2px);
}

.resell-main-button,
.resell-steps a,
.resell-final-card a {
  color: #fff;
  background: linear-gradient(135deg, #7c3cff, #4d22e9);
  box-shadow: 0 16px 34px rgba(93, 53, 255, 0.35);
}

.resell-secondary-button {
  color: #c9c5ff;
  border: 1px solid rgba(139, 92, 246, 0.45);
  background: rgba(255, 255, 255, 0.04);
}

.resell-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.resell-info-card,
.resell-steps,
.resell-final-card {
  border: 1px solid rgba(139, 92, 246, 0.35);
  background:
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.18), transparent 40%),
    rgba(17, 23, 55, 0.78);
  border-radius: 18px;
}

.resell-info-card {
  padding: 26px;
}

.resell-info-card span {
  color: #8f6cff;
  font-weight: 900;
  font-size: 13px;
}

.resell-info-card h2 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: 20px;
}

.resell-info-card p {
  margin: 0;
  color: #aeb5d1;
  line-height: 1.6;
}

.resell-steps {
  margin-top: 18px;
  padding: 38px;
}

.resell-steps-content {
  max-width: 860px;
}

.resell-steps h2 {
  color: #fff;
  font-size: clamp(26px, 4vw, 38px);
  margin: 10px 0 20px;
  letter-spacing: -0.03em;
}

.resell-steps ul {
  margin: 0 0 26px;
  padding-left: 20px;
  color: #b8bdd8;
  line-height: 1.9;
}

.resell-final-card {
  margin-top: 18px;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.resell-final-card h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 22px;
}

.resell-final-card p {
  margin: 0;
  color: #aeb5d1;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .resell-hero {
    padding: 48px 22px;
  }

  .resell-info-grid {
    grid-template-columns: 1fr;
  }

  .resell-steps {
    padding: 26px;
  }

  .resell-final-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

.resell-hero h1 {
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.resell-hero p {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 18px;
  line-height: 1.55;
}

.resell-main-button,
.resell-steps-content a {
  font-size: 14px;
  padding: 16px 28px;
}

.resell-info-card {
  padding: 30px 32px;
}

.resell-info-card span {
  font-size: 15px;
}

.resell-info-card h2 {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.15;
}

.resell-info-card p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.65;
}

.resell-steps-content {
  max-width: 760px;
}

.resell-steps-content .product-description-kicker {
  font-size: 14px;
}

.resell-steps-content h2 {
  max-width: 700px;
  font-size: clamp(34px, 3.5vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.resell-steps-content ul {
  margin-top: 24px;
}

.resell-steps-content li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.resell-final-card h3 {
  font-size: 28px;
  line-height: 1.15;
}

.resell-final-card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .resell-hero h1 {
    font-size: 40px;
  }

  .resell-hero p {
    font-size: 16px;
  }

  .resell-steps-content h2 {
    font-size: 32px;
  }
}

.policy-page {
  padding-top: 42px;
}

.policy-hero {
  border: 1px solid rgba(126, 87, 255, 0.55);
  background:
    radial-gradient(circle at 50% 0%, rgba(126, 87, 255, 0.28), transparent 42%),
    linear-gradient(135deg, rgba(35, 27, 92, 0.9), rgba(12, 18, 45, 0.96));
  border-radius: 22px;
  padding: 70px 48px;
  text-align: center;
  margin-bottom: 28px;
}

.policy-hero h1 {
  margin: 12px 0 16px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: #fff;
}

.policy-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: #bfc3dd;
  font-size: 18px;
  line-height: 1.7;
}

.policy-card {
  max-width: 100%;
}

.policy-card h2 {
  margin: 30px 0 10px;
  color: #fff;
  font-size: 24px;
}

.policy-card h2:first-child {
  margin-top: 0;
}

.policy-card p {
  color: #bfc3dd;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .policy-page {
    padding-top: 24px;
  }

  .policy-hero {
    padding: 46px 22px;
    border-radius: 18px;
  }

  .policy-hero p,
  .policy-card p {
    font-size: 15px;
  }

  .policy-card h2 {
    font-size: 21px;
  }
}

.resell-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.resell-info-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 34px 28px;
  border-radius: 28px;
  border: 1px solid rgba(129, 92, 255, 0.45);
  background:
    radial-gradient(circle at top left, rgba(133, 84, 255, 0.25), transparent 45%),
    linear-gradient(180deg, rgba(20, 15, 60, 0.98), rgba(8, 10, 40, 0.98));
  box-shadow:
    0 0 50px rgba(98, 54, 255, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.05);
}

.resell-info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 38px 38px;
  pointer-events: none;
}

.resell-card-number {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 15px;
  font-weight: 800;
  color: #8d63ff;
  opacity: .95;
}

.resell-card-icon {
  position: relative;
  width: 86px;
  height: 86px;
  min-width: 86px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top, #8f63ff, #5526e8);
  box-shadow:
    0 0 35px rgba(132, 73, 255, 0.55),
    inset 0 1px 10px rgba(255,255,255,0.16);
}

.resell-card-icon::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: rgba(120, 66, 255, 0.18);
  filter: blur(18px);
  z-index: -1;
}

.resell-card-icon svg {
  width: 40px;
  height: 40px;
  color: #ffffff;
}

.resell-card-content h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

.resell-card-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
  max-width: 420px;
}

.resell-main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 38px;
  border-radius: 18px;
  background: linear-gradient(180deg, #8d5cff 0%, #5d24ff 100%);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  box-shadow:
    0 0 40px rgba(110, 56, 255, 0.45),
    inset 0 1px 0 rgba(255,255,255,0.15);
  transition: .25s ease;
}

.resell-main-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 55px rgba(110, 56, 255, 0.65),
    inset 0 1px 0 rgba(255,255,255,0.15);
}

.resell-main-button svg {
  width: 22px;
  height: 22px;
}

@media (max-width: 1100px) {
  .resell-info-grid {
    grid-template-columns: 1fr;
  }

  .resell-card-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 700px) {
  .resell-info-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 28px 22px;
  }

  .resell-card-content h2 {
    font-size: 24px;
  }

  .resell-card-content p {
    font-size: 16px;
  }
}

.product-cart-button {
  cursor: pointer;
}

.product-cart-button:hover {
  cursor: pointer;
}
  
}
