:root {
  --accent: #e6bc44;
  --bg: #0a0a0a;
  --bg-card: #1a1a1a;
  --w: #fff;
  --rgb-acc: 230, 188, 68;
  --glass: blur(10px) saturate(150%);
  --shadow: 0 6px 14px rgba(0, 0, 0, 0.45);
  --gold-hero: #f5c542;
  --gold-glow: rgba(245, 197, 66, 0.4);
  --bg-dark: #050505;
  --text-grey: #a0a0a0;
  --border-light: rgba(255, 255, 255, 0.08);
  --gcs-gold: #e6bc44;
  --gcs-dark: #0a0a0a;
  --gcs-card-bg: #0f0f0f;
  --gcs-panel: rgba(20, 20, 20, 0.95);
}
:root,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
input,
textarea,
select {
  font-family: system-ui, sans-serif;
}
.wp-site-blocks {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body {
  background-color: var(--bg);
}

#pa_license-duration,
.single_add_to_cart_button,
.label > label {
  display: none;
}
::-moz-selection {
  background-color: var(--accent);
  color: var(--w);
}
::selection {
  background-color: var(--accent);
  color: var(--w);
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--bg);
}
::-webkit-scrollbar-thumb {
  background-color: var(--accent);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #d4a72d;
}
.variations_form {
  display: flex;
  flex-direction: column;
  background: #0d0d0d;
  border: 1px solid #222;
  padding: 25px;
  border-radius: 12px;
  max-width: 700px;
  box-sizing: border-box;
  width: 100%;
}
.gcs-checkout-container { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
#faq-title {
  font-size: 36px;
  color: var(--w);
}
.gcs-faq-container {
  width: 1200px;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--bg);
}
.gcs-faq-container details {
  background: var(--bg-card);
  border: 1px solid #333;
  border-radius: 8px;
  margin-bottom: 15px;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.gcs-faq-container details:hover {
  border-color: #444;
}
.gcs-faq-container summary {
  text-align: left;
  padding: 25px 30px;
  list-style: none;
  cursor: pointer;
  font-weight: 500;
  color: var(--w);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  outline: 0;
}
.gcs-faq-container summary::-webkit-details-marker {
  display: none;
}
.gcs-faq-container .faq-content {
  padding: 0 30px 30px;
  color: #a0a0a0;
  line-height: 1.6;
  font-size: 1rem;
}
.gcs-faq-container .faq-icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.gcs-faq-container .faq-icon::after {
  content: "↓";
  font-size: 1.2rem;
  color: var(--w);
  transition: transform 0.3s;
  display: block;
}
.gcs-faq-container details[open] .faq-icon::after {
  content: "↑";
  color: var(--accent);
}
.variations_form .variations {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border: none;
}
.variations_form .variations tbody,
.variations_form .variations tr {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  text-align: center;
  padding: 0;
  align-items: center;
}
.variations_form .value {
  display: flex;
  justify-content: center;
}
.woocommerce-variation-price {
  display: block;
}
.footer-content div nav ul {
  display: flex;
  flex-direction: column;
}
.footer-content div nav ul li a span:hover,
.footer-content div ul li a:hover {
  color: #e6bc44;
}
.footer-content div nav ul li a span,
.footer-content div ul li a {
  color: #ffffff99;
}
.error-404-container {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #141414;
  padding: 20px;
  margin-top: 80px;
}
.error-content {
  background-color: #212121;
  padding: 60px 40px;
  border-radius: 30px;
  border: 1px solid rgba(245, 197, 66, 0.1);
  max-width: 650px;
  width: 100%;
  box-shadow: var(--shadow);
}
.error-code {
  font-size: clamp(100px, 18vw, 180px);
  font-weight: 900;
  margin: 0;
  line-height: 0.9;
  background: linear-gradient(180deg, var(--gold) 0, #bfa365 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(230, 188, 68, 0.2));
}
.error-divider {
  height: 3px;
  width: 80px;
  background-color: var(--accent);
  margin: 25px auto;
}
.error-title {
  color: var(--w);
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.error-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 17px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.error-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.error-actions .gcs-buy-now-main,
.error-actions .gcs-outline-btn {
  width: 100%;
  max-width: 280px;
  text-decoration: none;
  font-size: 14px;
}
.has-text-align-center {
  display: block;
  text-align: center;
}
body,
html {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
.hero-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  background-color: var(--bg-dark);
  background-image: radial-gradient(circle at 50% 0, #1a1a1a, #000);
  border: 1px solid var(--border-light);
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  padding: 50px 15%;
  position: relative;
  overflow: hidden;
  margin: 120px 0 0;
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, 0.8);
}
.hero-product-wrapper::before {
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: var(--gold-hero);
  filter: blur(150px);
  opacity: 0.15;
  z-index: 0;
}
.hero-gallery {
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex: 1 1 500px;
  z-index: 1;
  max-width: 50%;
}
.hero-main-img-box {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  aspect-ratio: 16/9;
  background: #000;
  margin-bottom: 20px;
}
.hero-main-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.4s;
}
.hero-thumbnails-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-top: 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-hero) #111;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}
.hero-thumbnails-row::-webkit-scrollbar {
  height: 6px;
}
.hero-thumbnails-row::-webkit-scrollbar-track {
  background: #111;
  border-radius: 3px;
}
.hero-thumbnails-row::-webkit-scrollbar-thumb {
  background-color: var(--gold-hero);
  border-radius: 3px;
}
.hero-thumb {
  flex: 0 0 100px;
  width: 100px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s;
  background: #000;
}
.hero-thumb.active,
.hero-thumb:hover {
  border-color: var(--gold-hero);
  opacity: 1;
  transform: translateY(-2px);
}
.hero-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-info {
  flex: 1 1 400px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-breadcrumbs,
.hero-breadcrumbs a {
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #666;
  margin-bottom: 15px;
}
.hero-title,
.status-badge {
  color: #fff;
  text-transform: uppercase;
}
.hero-title {
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  margin: 0 0 20px;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.hero-badges,
.hero-price-box,
.seo-header {
  margin-bottom: 30px;
}
.hero-badges {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.status-badge {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.status-badge.green {
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.2);
}
.status-badge.gold {
  color: var(--gold-hero);
  border-color: rgba(245, 197, 66, 0.2);
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 5px currentColor;
}
.hero-price,
.hero-price span {
  font-size: 36px;
  font-weight: 800;
  color: var(--gold-hero);
  text-shadow: 0 0 20px var(--gold-glow);
}
.hero-price del {
  opacity: 0.5;
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
}
.security-note {
  font-size: 12px;
  color: #555;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.seo-section {
  background: #0a0a0a;
  border: 1px solid var(--border-light);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0 0 20px 20px;
  padding: 60px 50px;
  color: var(--text-grey);
}
.seo-header {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #555;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  font-weight: 700;
}
.seo-content {
  padding: 30px;
  column-count: 2;
  column-gap: 60px;
  text-align: justify;
  font-size: 15px;
  line-height: 1.7;
}
.seo-content h2,
.seo-content h3 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  break-after: avoid;
  font-size: 20px;
  border-left: 3px solid var(--gold-hero);
  padding-left: 15px;
}
.seo-content p,
.seo-content ul {
  margin-bottom: 20px;
}
.seo-content ul {
  padding-left: 20px;
}
.seo-content li {
  margin-bottom: 5px;
  color: #ccc;
}
.hero-thumbnails {
  display: flex;
  overflow: hidden;
  padding: 10px 0;
  gap: 5px;
}
label {
  color: #ccc;
}
.gcs-swatch-container::before {
  content: "License Duration";
  display: block;
  color: #888;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  text-align: center;
}
.gcs-swatch-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.gcs-license-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #161616;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 16px 24px;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
  min-height: 65px;
}
.gcs-license-card:hover {
  background: #1f1f1f;
  border-color: #555;
}
body .gcs-license-card.active {
  border: 2px solid #eb4;
  background: #161616;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.gcs-license-card .license-name {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #ccc;
  margin: 0 15px 0 0;
}
.gcs-license-card.active .license-name {
  color: #fff;
}
.gcs-license-card .license-price {
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: 19px;
  text-align: right;
  letter-spacing: -0.5px;
  flex-shrink: 0;
  white-space: nowrap;
}
.gcs-license-card .license-price * {
  color: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  background: 0 0;
  font-size: inherit;
  text-decoration: none;
}
.gcs-p-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
  margin-top: 5%;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}
.gcs-card {
  background: #0f0f0f;
  border: 1px solid #222;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}
.gcs-card:hover {
  transform: translateY(-8px);
  border-color: var(--gcs-gold);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  background: #141414;
}
.gcs-card p a {
  display: none;
}
.gcs-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gcs-card:hover .gcs-image-box img {
  transform: scale(1.1);
}
.hero-product-wrapper,
.seo-section,
ul[data-block-name="woocommerce/product-template"] {
  max-width: none;
}
.variations tr .value {
  display: block;
  width: 100%;
  padding: 0;
}
.variations,
.variations tbody,
.variations tr {
  display: block;
  width: 100%;
  border: none;
  margin: 0;
}
@media (max-width: 372px) {
  .element,
  .kontener {
    display: flex;
    justify-content: start;
  }
}
@media (max-width: 450px) {
  .woocommerce table.variations tr {
    display: grid;
  }
}
@media (max-width: 670px) {
  .gcs-faq-container details {
    width: 80%;
  }
  #faq-title {
    text-align: center;
  }
}
@media (min-width: 782px) {
  .footer {
    padding-block: 24px;
  }
}
@media (max-width: 900px) {
  .hero-product-wrapper {
    padding: 30px;
    border-radius: 12px 12px 0 0;
  }
  .seo-section {
    padding: 30px;
    border-radius: 0 0 12px 12px;
  }
  .seo-content {
    column-count: 1;
  }
  .hero-title {
    font-size: 30px;
  }
}
.gcs-title a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin-bottom: 10px;
}
.woocommerce-Price-currencySymbol {
  color: #fff;
}
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
#shop {
  scroll-margin-top: 90px;
}
.gcs-island-header {
  box-sizing: border-box;
  font-family: system-ui, sans-serif;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 1200px;
  height: 70px;
  background: #0a0a0ad9;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid #ffffff14;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 9999;
  box-shadow: 0 10px 40px #0008;
}
.gcs-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  z-index: 1001;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}
.gcs-brand span {
  color: #eb4;
  margin-left: 5px;
}
.gcs-logo-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-right: 12px;
}
.gcs-nav {
  display: flex;
  gap: 30px;
}
.gcs-nav a {
  text-decoration: none;
  color: #bbb;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}
.gcs-nav a:hover {
  color: #eb4;
}
.gcs-nav-toggle {
  display: none;
}
.gcs-hamburger {
  display: none;
  width: 40px;
  height: 40px;
  background: 0 0;
  border: 0;
  cursor: pointer;
  position: relative;
  z-index: 1002;
  padding: 0;
  margin-right: -10px;
}
.gcs-hamburger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #fff;
  transform: translateY(-50%);
  box-shadow:
    0 -9px 0 #fff,
    0 9px 0 #fff;
  transition: 0.3s;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .gcs-island-header {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 720px;
    height: 60px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #222;
    padding: 0 20px;
    transform: none;
    background: #0a0a0a;
  }
  .gcs-logo-img {
    width: 40px;
    height: 40px;
  }
  .gcs-brand {
    font-size: 18px;
  }
  .gcs-hamburger {
    display: block;
  }
  #gcs-toggle:checked ~ .gcs-hamburger:before {
    background: #eb4;
    box-shadow: none;
    transform: translateY(-50%) rotate(45deg);
  }
  #gcs-toggle:checked ~ .gcs-hamburger:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    height: 2px;
    background: #eb4;
    transform: translateY(-50%) rotate(-45deg);
  }
  .gcs-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #000;
    flex-direction: column;
    padding-top: 20px;
    transform: translate(100%);
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 1px solid #ffffff0d;
    gap: 0;
    overflow-y: auto;
  }
  #gcs-toggle:checked ~ .gcs-nav {
    transform: translate(0);
  }
  .gcs-nav a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #ffffff08;
  }
}
.gcs-box {
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  width: 100%;
  overflow-x: hidden;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gcs-box * {
  box-sizing: border-box;
}
#gcs-hero {
  background: var(--gcs-dark);
  position: relative;
  min-height: 850px;
  align-items: center;
  align-content: center;
  gap: 50px;
  padding: 20px max(20px, 50% - 600px);
  overflow: hidden;
  perspective: 1200px;
  width: 100%;
}
#gcs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(to bottom, #000 40%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 40%, transparent 100%);
  pointer-events: none;
}
@keyframes gcsSlideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.txt-wrap {
  padding-left: 20px;
  text-align: left;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.g-h1 {
  color: #fff;
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 25px;
  text-align: center;
}
.g-h1::before {
  content: "GCS Cheats";
  color: var(--gcs-gold);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.g-h1 span {
  background: linear-gradient(to right, #fff 30%, var(--gcs-gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.b-prm {
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  background: var(--gcs-gold);
  color: #000;
  display: inline-block;
  transition: 0.3s;
  box-shadow: 0 0 20px rgba(230, 188, 68, 0.2);
  cursor: pointer;
}
.b-prm:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 40px rgba(230, 188, 68, 0.6);
}
.g-desc {
  color: #a0a0a0;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 1.6;
  max-width: 500px;
}
.p-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  background: var(--gcs-dark, #0a0a0a);
  max-width: 1200px;
}
.p-grid .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
  text-decoration: none;
  transition: 0.4s;
  overflow: hidden;
}
.p-grid .card:hover {
  transform: translateY(-10px);
  border-color: var(--gcs-gold, #e6bc44);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.p-grid .card .c-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.p-grid .card .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}
.p-grid .card:hover .c-img img {
  transform: scale(1.1);
}
.p-grid .card .c-tit {
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
}
.p-grid .card::after {
  content: attr(data-cta);
  font-size: 12px;
  font-weight: 700;
  color: #cccccc;
  text-transform: uppercase;
  transition: 0.3s;
  display: inline-block;
  margin-top: auto;
}
.p-grid .card:hover::after {
  color: var(--gcs-gold, #e6bc44);
  letter-spacing: 1px;
}
@media (max-width: 1100px) {
  #gcs-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .txt-wrap {
    order: 1;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-grid {
    padding: 60px 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .p-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .g-h1 {
    font-size: 32px;
  }
}
.g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0px;
  box-sizing: border-box;
  font-family: sans-serif;
}
.c {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  transition:
    transform 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
}
.c:hover {
  transform: translateY(-7px);
  border-color: #e6bc44;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}
.i {
  width: 70px;
  height: 70px;
  padding: 17px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 25px;
  transition: 0.3s;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
}
.c:hover .i {
  background: rgba(230, 188, 68, 0.1);
  border-color: #e6bc44;
  transform: scale(1.1);
}
.c h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.c p {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.gcs-img-container {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.gcs-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
a.gcs-link-wrapper {
  flex-direction: row;
  align-items: center;
  text-align: left;
  padding: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}
.gcs-link-wrapper p {
  display: none;
}
.gcs-fake-cta {
  font-size: 11px;
  font-weight: 700;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 5px;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.gcs-card:hover .gcs-fake-cta {
  color: #fff;
}
.gcs-tit {
  color: #fff;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
  font-family: "Inter", system-ui, sans-serif;
  text-align: center;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  flex-grow: 1;
}
.gcs-price-box {
  margin-top: auto;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 6px 20px;
  border-radius: 50px;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(230, 188, 68, 0.25);
  backdrop-filter: blur(4px);
}
.gcs-price-box,
.gcs-price-box span,
.gcs-price-box bdi {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1024px) {
  .g {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .g {
    grid-template-columns: 1fr;
    padding: 40px 15px;
  }
  .c {
    padding: 30px 20px;
  }
}
.cta {
  background: #0a0a0a;
  color: #fff;
  padding: 60px 20px;
  display: grid;
  place-items: center;
  text-align: center;
}
.cta h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 35px;
  line-height: 1.3;
}
.cta a {
  background: #eec14b;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 10px;
  transition: 0.2s;
  display: inline-block;
}
.cta a:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 0 20px #eec14b66;
}
@media (min-width: 768px) {
  .cta h3 {
    font-size: 43px;
    line-height: 1.2;
  }
  .cta a {
    font-size: 20px;
  }
}
.gcs-w {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  color: #a0a0a0;
  line-height: 1.6;
}
.gcs-w * {
  box-sizing: border-box;
}
.gcs-t {
  grid-column: 1/-1;
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 30px;
  letter-spacing: -1px;
}
.gcs-t span,
.gcs-h {
  color: #f0c648;
}
.gcs-c {
  background: #111;
  padding: 40px 30px;
  border-radius: 16px;
  border: 1px solid #2a2a2a;
  transition: 0.3s;
}
.gcs-c:hover {
  transform: translateY(-5px);
  border-color: #f0c648;
  box-shadow: 0 10px 30px #f0c6481a;
}
.gcs-c svg {
  width: 50px;
  height: 50px;
  padding: 13px;
  background: #f0c6481a;
  border-radius: 12px;
  fill: #f0c648;
  margin-bottom: 25px;
  display: block;
}
.gcs-c h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.gcs-h {
  font-weight: 600;
}
.gcs-footer {
  background-color: #0a0a0a;
  color: #b0b0b0;
  padding: 30px 20px 20px;
  font-family: sans-serif;
  font-size: 15px;
  border-top: 1px solid #1f1f1f;
  width: 100%;
}
.gcs-footer-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.gcs-footer-heading {
  color: #fff;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 0 20px;
}
.gcs-footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gcs-footer-nav li {
  margin-bottom: 12px;
}
.gcs-footer-nav a {
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.2s ease;
}
.gcs-footer-nav a:hover {
  color: #e6bc44;
}
@media (max-width: 900px) {
  .gcs-footer-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 500px) {
  .gcs-footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.gcs-email-input {
  padding: 12px 15px;
  border-radius: 6px;
  border: 1px solid #444;
  background-color: #1a1a1a;
  color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  box-sizing: border-box;
  width: 100%;
}
.gcs-btn-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gcs-pay-btn svg,
.gcs-pay-btn i {
  fill: currentColor;
  color: currentColor;
  transition: fill 0.3s ease;
}
.gcs-pay-btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.gcs-pay-btn:active:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gcs-pay-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  filter: grayscale(1);
  transform: none;
}
.gcs-btn-crypto {
  background-color: #1f1f1f;
  color: #e6bc44;
}
.gcs-btn-crypto:hover:not(:disabled) {
  background-color: #333;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.gcs-btn-card {
  background-color: #e6bc44;
  color: #1f1f1f;
  border-color: #e6bc44;
}
.gcs-btn-card:hover:not(:disabled) {
  background-color: #f0c955;
  border-color: #f0c955;
  box-shadow: 0 8px 20px rgba(230, 188, 68, 0.3);
}
.gcs-btn-gpay {
  background-color: #000;
  color: #fff;
  border: 2px solid #333;
  flex: 1 1 100%;
}
.gcs-btn-gpay:hover:not(:disabled) {
  border-color: #e6bc44;
  box-shadow: 0 4px 15px rgba(230, 188, 68, 0.15);
}
.gcs-btn-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.gcs-btn-subtitle {
  font-size: 11px;
  opacity: 0.9;
  font-weight: 400;
}
.gcs-spinner-btn {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  display: inline-block;
  animation: gcs-spin 0.8s linear infinite;
  vertical-align: middle;
  margin-bottom: 2px;
}
@keyframes gcs-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gcs-pay-btn {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 6px;
display: flex;
flex-direction: row;
flex: 1 1 45%;
min-width: 140px;
padding: 14px 16px;
border-radius: 8px;
border: 2px solid transparent;
cursor: pointer;
position: relative;
font-weight: 700;
font-size: 15px;
text-decoration: none;
text-align: center;
letter-spacing: 0.5px;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
max-height: 6vh;
}
.gcs-pay-btn.gcs-has-icon {
  justify-content: center;
  text-align: left;
  padding-left: 20px;
}
.gcs-btn-icon {
  width: 25%;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: 6vh;
}
.gcs-btn-text-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.gcs-btn-title,
.gcs-btn-subtitle {
  display: block;
  width: 100%;
}
.gcs-btn-blik {
  background-color: #000;
  color: #fff;
  padding:0px;
}
.gcs-pay-btn:hover {
  opacity: 0.9;
}
.gcs-pay-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.gcs-btn-card {
  background: #eec14b;
  color: #000;
  border: 1px solid #cfa333;
  text-shadow: none;
}
