/* =====================================================================
   GXD V24 — FINAL COHERENCE, TYPOGRAPHY AND UX PASS
   Loaded last. Keeps Tebex/Twig behaviour intact while unifying the
   visible store into one type scale, spacing system and component style.
   ===================================================================== */

:root {
  --gxd-page: #0b0d10;
  --gxd-card: #12151a;
  --gxd-raised: #181c23;
  --gxd-overlay: #1e232b;
  --gxd-border: rgba(255,255,255,.075);
  --gxd-border-accent: rgba(69,230,240,.22);
  --gxd-heading: #f2f4f8;
  --gxd-body: #c9cdd4;
  --gxd-muted: #9299a5;
  --gxd-accent: #45e6f0;
  --gxd-accent-2: #2f6bff;
  --gxd-success: #39d98a;
  --gxd-danger: #ff667a;
  --gxd-radius-sm: 12px;
  --gxd-radius-md: 16px;
  --gxd-radius-lg: 22px;
  --gxd-shadow-card: 0 18px 42px rgba(0,0,0,.24);
  --gxd-shadow-raised: 0 24px 56px rgba(0,0,0,.3);
  --gxd-display-font: 'Orbitron', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html { font-size: 16px; }
body,
button,
input,
select,
textarea,
.fontinter,
.future-tech-font,
.future-tech-font-sub {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body {
  color: var(--gxd-body) !important;
  font-weight: 400 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.site-content h1,
.template-home h1,
.template-category h1,
.template-package h1 {
  color: var(--gxd-heading) !important;
  font-size: clamp(2rem, 1.2rem + 3.5vw, 3.5rem) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: -.02em !important;
  text-wrap: balance;
}

.site-content h2,
.template-home h2,
.template-category h2,
.template-package h2 {
  color: var(--gxd-heading) !important;
  font-size: clamp(1.5rem, 1.1rem + 1.8vw, 2.25rem) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
  text-wrap: balance;
}

.site-content h3,
.template-home h3,
.template-category h3,
.template-package h3 {
  color: var(--gxd-heading) !important;
  font-size: clamp(1.125rem, 1rem + .5vw, 1.375rem) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.site-content p,
.site-content li,
.template-home p,
.template-category p,
.template-package p,
.template-home li,
.template-category li,
.template-package li {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}

small,
.gxd-field-label,
.gxd-payment-strip__label,
.gxd-buy-kicker,
.gxd-related-kicker,
.gxd-category-related-kicker,
.gxd-home-payments-kicker,
.gxd-fd-category-label,
.gxd-fd-badge,
.tech-title {
  font-size: .75rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

button,
.animated-button,
.cta-button,
.feature-cta-button-alt,
.gxd-fd-atc,
.gxd-related-back,
.gxd-related-chip,
.gxd-category-related-links a {
  font-size: .9375rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
  min-height: 44px;
}

:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible {
  outline: 2px solid var(--gxd-accent) !important;
  outline-offset: 2px !important;
}

/* ---------------------------------------------------------------------
   Header and navigation
   --------------------------------------------------------------------- */
.gxd-main-nav {
  border-bottom: 1px solid var(--gxd-border-accent) !important;
  background: rgba(5,10,17,.9) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
}

.gxd-nav-item {
  font-size: .9375rem !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  min-height: 44px !important;
  padding: 0 14px !important;
  border-radius: var(--gxd-radius-sm) !important;
  color: #cbd3dc !important;
}

.gxd-nav-item:hover,
.gxd-nav-item[aria-current="page"],
.gxd-nav-current {
  color: #fff !important;
  background: rgba(69,230,240,.06) !important;
  border-color: rgba(69,230,240,.32) !important;
  box-shadow: none !important;
}

.dropdown-menu-fixed {
  border: 1px solid var(--gxd-border) !important;
  border-radius: var(--gxd-radius-md) !important;
  background: rgba(18,21,26,.985) !important;
  box-shadow: var(--gxd-shadow-raised) !important;
}

.dropdown-menu-fixed a,
.dropdown-menu-fixed button {
  min-height: 44px !important;
  border-radius: 10px !important;
  font-size: .9375rem !important;
  font-weight: 500 !important;
}

.dropdown-menu-fixed a:hover,
.dropdown-menu-fixed button:hover {
  background: var(--gxd-raised) !important;
}

/* Full currency box is the native select hit target. */
.gxd-currency-native-wrap {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 88px !important;
  min-width: 88px !important;
  height: 48px !important;
  padding: 0 34px 0 15px !important;
  overflow: hidden !important;
  border: 1px solid rgba(69,230,240,.25) !important;
  border-radius: 15px !important;
  background: var(--gxd-card) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.22) !important;
  cursor: pointer !important;
}

.gxd-currency-native-value {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  color: #f4fbff !important;
  font-size: .875rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  pointer-events: none !important;
}

.gxd-currency-native {
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: 0 !important;
  cursor: pointer !important;
}

.gxd-currency-native-arrow {
  right: 14px !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* ---------------------------------------------------------------------
   Homepage hero
   --------------------------------------------------------------------- */
.template-home .hero-section-fullscreen {
  min-height: auto !important;
  padding: 76px 0 64px !important;
}

.template-home .hero-content {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: 1240px !important;
  padding: 0 !important;
}

.template-home .hero-content > .flex {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) minmax(520px,1.08fr) !important;
  gap: 56px !important;
  align-items: center !important;
}

.template-home .welcome-text-container,
.template-home .stats-section {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.template-home .welcome-text {
  max-width: 12ch !important;
  margin: 0 0 18px !important;
  font-size: clamp(2.5rem, 2rem + 2.1vw, 4rem) !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
  letter-spacing: -.025em !important;
  text-shadow: none !important;
}

.template-home .hero-description {
  max-width: 62ch !important;
  margin: 0 0 26px !important;
  color: var(--gxd-body) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
  text-shadow: none !important;
}

.template-home .features-cta {
  margin: 0 !important;
  gap: 12px !important;
}

.template-home .features-cta > a {
  min-height: 48px !important;
  padding: 0 20px !important;
  border-radius: 13px !important;
}

.template-home .features-cta .cta-button {
  color: #03131c !important;
  background: var(--gxd-accent) !important;
  border: 1px solid var(--gxd-accent) !important;
  box-shadow: 0 12px 28px rgba(69,230,240,.16) !important;
}

.template-home .features-cta .feature-cta-button-alt {
  color: #e9faff !important;
  background: transparent !important;
  border: 1px solid rgba(69,230,240,.24) !important;
  box-shadow: none !important;
}

.template-home .features-highlight {
  margin: 18px 0 0 !important;
}

.template-home .feature-tags {
  gap: 8px !important;
  margin: 0 !important;
}

.template-home .feature-tag {
  min-height: 30px !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  color: #d9e4ec !important;
  background: rgba(255,255,255,.025) !important;
  border: 1px solid var(--gxd-border) !important;
  box-shadow: none !important;
  font-size: .75rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: .02em !important;
}

.template-home .stats-grid,
.template-home .feature-row {
  gap: 16px !important;
}

.template-home .stat-counter,
.template-home .feature-card-horizontal {
  border: 1px solid var(--gxd-border) !important;
  border-radius: var(--gxd-radius-lg) !important;
  background: var(--gxd-card) !important;
  box-shadow: var(--gxd-shadow-card) !important;
  transform: none !important;
}

.template-home .stat-counter {
  min-height: 164px !important;
  padding: 22px 18px !important;
}

.template-home .stat-number {
  color: var(--gxd-accent) !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

.template-home .stat-text {
  color: var(--gxd-body) !important;
  font-size: .875rem !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

.template-home .feature-card-horizontal {
  min-height: 124px !important;
  padding: 18px !important;
}

.template-home .feature-icon-container {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  margin-right: 14px !important;
  border: 1px solid rgba(69,230,240,.16) !important;
  border-radius: 13px !important;
  background: rgba(69,230,240,.045) !important;
  box-shadow: none !important;
}

.template-home .feature-card-horizontal:hover .feature-icon-container {
  background: rgba(69,230,240,.045) !important;
  box-shadow: none !important;
  transform: none !important;
}

.template-home .feature-card-title {
  margin: 0 0 5px !important;
  font-size: .9375rem !important;
  font-weight: 600 !important;
}

.template-home .feature-card-desc {
  color: var(--gxd-muted) !important;
  font-size: .8125rem !important;
  line-height: 1.45 !important;
}

.template-home .scroll-indicator {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 32px !important;
  height: 50px !important;
  margin: 30px 0 0 !important;
}

.template-home .scroll-arrow,
.template-home .scroll-pulse {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* ---------------------------------------------------------------------
   Homepage sections, latest releases, orders, reviews and FAQ
   --------------------------------------------------------------------- */
.template-home section {
  scroll-margin-top: 90px;
}

.template-home #featured-packages-module,
.template-home #gxd-home-recent-payments,
.template-home #gxd-customer-reviews,
.template-home #gxd-faq {
  margin-top: 80px !important;
}

.template-home .home-featured-module-shell,
.template-home .gxd-home-payments-inner,
.template-home #gxd-customer-reviews,
.template-home #gxd-faq > div {
  width: min(1240px, calc(100% - 48px)) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.template-home .home-featured-module-shell {
  padding: 28px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 26px !important;
  background: var(--gxd-card) !important;
  box-shadow: var(--gxd-shadow-card) !important;
}

.template-home .home-featured-module-head {
  margin-bottom: 24px !important;
}

.template-home .featured-subtext {
  max-width: 65ch !important;
  color: var(--gxd-muted) !important;
  font-size: .9375rem !important;
  line-height: 1.55 !important;
}

.template-home .home-featured-module-grid {
  gap: 24px !important;
}

.template-home .gxd-fd-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  overflow: hidden !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 20px !important;
  background: var(--gxd-card) !important;
  box-shadow: none !important;
  transition: transform .2s ease-out, box-shadow .2s ease-out, border-color .2s ease-out !important;
}

.template-home .gxd-fd-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(69,230,240,.2) !important;
  box-shadow: var(--gxd-shadow-card) !important;
}

.template-home .gxd-fd-img-wrap {
  aspect-ratio: 16/9 !important;
  border-radius: 0 !important;
}

.template-home .gxd-fd-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .2s ease-out !important;
}

.template-home .gxd-fd-card:hover .gxd-fd-img-wrap img {
  transform: scale(1.03) !important;
}

.template-home .gxd-fd-body {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 18px !important;
  gap: 12px !important;
}

.template-home .gxd-fd-name {
  display: -webkit-box !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

.template-home .gxd-fd-collection-copy {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 2.9em !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: var(--gxd-muted) !important;
  font-size: .9375rem !important;
  line-height: 1.55 !important;
}

.template-home .gxd-fd-atc {
  margin-top: auto !important;
  border-radius: 13px !important;
  color: #03131c !important;
  background: var(--gxd-accent) !important;
  border: 1px solid var(--gxd-accent) !important;
  box-shadow: none !important;
}

.template-home #gxd-home-recent-payments .gxd-home-payments-grid {
  display: grid !important;
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 16px !important;
}

.template-home #gxd-home-recent-payments .gxd-home-payment-card {
  min-height: 96px !important;
  padding: 16px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 18px !important;
  background: var(--gxd-card) !important;
  box-shadow: none !important;
}

.template-home #gxd-customer-reviews {
  padding: 0 !important;
}

.template-home #gxd-customer-reviews .reviews-grid {
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  gap: 24px !important;
}

.template-home #gxd-customer-reviews .review-card {
  min-height: 320px !important;
  padding: 24px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 22px !important;
  background: var(--gxd-card) !important;
  box-shadow: none !important;
}

.template-home #gxd-customer-reviews .reviewer-name {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
}

.template-home #gxd-customer-reviews .review-content p {
  color: var(--gxd-body) !important;
  font-size: .9375rem !important;
  line-height: 1.6 !important;
}

.template-home #gxd-customer-reviews .review-content p strong {
  color: var(--gxd-muted) !important;
  font-size: .75rem !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.template-home #gxd-faq > div {
  max-width: 900px !important;
}

.template-home #gxd-faq details {
  overflow: hidden !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 14px !important;
  background: var(--gxd-card) !important;
}

.template-home #gxd-faq summary {
  min-height: 56px !important;
  padding: 16px 18px !important;
  color: var(--gxd-heading) !important;
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

.template-home #gxd-faq details p {
  max-width: 65ch !important;
  color: var(--gxd-body) !important;
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.template-home #gxd-faq summary > span:last-child {
  transition: transform .2s ease-out !important;
}

.template-home #gxd-faq details[open] summary > span:last-child {
  transform: rotate(45deg) !important;
}

/* ---------------------------------------------------------------------
   Category page
   --------------------------------------------------------------------- */
.template-category #main-content > .w-full,
.template-category .w-full.px-4.md\:px-8 {
  padding-top: 48px !important;
  padding-bottom: 80px !important;
}

.template-category .max-w-screen-xl {
  max-width: 1240px !important;
}

.template-category .category-description {
  max-width: 760px !important;
  margin-bottom: 28px !important;
}

.template-category .category-description h1 {
  margin-bottom: 12px !important;
}

.template-category .category-description p {
  max-width: 65ch !important;
  margin: 0 auto !important;
  color: var(--gxd-body) !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
}

.template-category .gxd-category-search-wrap {
  width: min(760px,100%) !important;
  margin: 0 auto 32px !important;
}

.template-category #search-input {
  width: 100% !important;
  min-height: 52px !important;
  padding: 0 18px 0 48px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 14px !important;
  color: var(--gxd-heading) !important;
  background: var(--gxd-card) !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.template-category .gxd-category-related-top {
  display: none !important;
}

.template-category #products-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill,minmax(285px,1fr)) !important;
  gap: 24px !important;
}

.template-category .gxd-product-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: var(--gxd-card) !important;
  box-shadow: var(--gxd-shadow-card) !important;
  transition: transform .2s ease-out, box-shadow .2s ease-out !important;
}

.template-category .gxd-product-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--gxd-shadow-raised) !important;
}

.template-category .gxd-product-card > .absolute.-inset-0\.5 {
  display: none !important;
}

.template-category .gxd-product-media {
  aspect-ratio: 16/9 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0e1116 !important;
  box-shadow: none !important;
}

.template-category .gxd-product-image,
.template-category .gxd-package-image-placeholder {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  transition: transform .2s ease-out !important;
}

.template-category .gxd-product-card:hover .gxd-product-image {
  transform: scale(1.03) !important;
}

.template-category .gxd-product-card .py-5 {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 18px !important;
}

.template-category .gxd-product-title {
  display: -webkit-box !important;
  overflow: hidden !important;
  min-height: 2.6em !important;
  margin-bottom: 12px !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  font-size: clamp(1.125rem,1rem + .5vw,1.375rem) !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
}

.template-category .gxd-product-tags {
  gap: 7px !important;
  margin: 0 0 16px !important;
}

.template-category .gxd-product-tag {
  min-height: 30px !important;
  padding: 0 10px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 999px !important;
  color: #d7e2ea !important;
  background: rgba(255,255,255,.025) !important;
  box-shadow: none !important;
  font-size: .75rem !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  letter-spacing: .01em !important;
}

.template-category .gxd-product-tag::before {
  width: 5px !important;
  height: 5px !important;
  box-shadow: none !important;
}

.template-category .gxd-price-current {
  font-variant-numeric: tabular-nums;
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.template-category .gxd-price-original {
  font-size: .875rem !important;
  font-weight: 500 !important;
}

.template-category .gxd-cta-wrap {
  margin-top: auto !important;
}

.template-category .gxd-cta-wrap .animated-button {
  min-height: 48px !important;
  border-radius: 13px !important;
  color: #03131c !important;
  background: var(--gxd-accent) !important;
  border: 1px solid var(--gxd-accent) !important;
  box-shadow: none !important;
}

.template-category .gxd-category-related-bottom,
.template-category .gxd-category-confidence {
  margin-top: 48px !important;
  padding: 22px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 18px !important;
  background: var(--gxd-card) !important;
  box-shadow: none !important;
}

.template-category .gxd-category-related-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.template-category .gxd-category-related-copy h2,
.template-category .gxd-category-confidence h2 {
  margin: 7px 0 0 !important;
  font-size: 1.375rem !important;
}

.template-category .gxd-category-related-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.template-category .gxd-category-related-links a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 11px !important;
  color: var(--gxd-body) !important;
  background: transparent !important;
  text-decoration: none !important;
}

.template-category .gxd-category-related-links a:hover {
  color: #fff !important;
  border-color: rgba(69,230,240,.28) !important;
  background: rgba(69,230,240,.05) !important;
}

.template-category .gxd-category-confidence p {
  max-width: 72ch !important;
  margin: 10px 0 0 !important;
  color: var(--gxd-body) !important;
}

/* ---------------------------------------------------------------------
   Package page
   --------------------------------------------------------------------- */
.template-package .gxd-package-page-pro {
  padding: 48px 24px 80px !important;
}

.template-package .gxd-package-inner {
  max-width: 1240px !important;
}

.template-package .gxd-product-hero-grid {
  gap: 32px !important;
}

.template-package .gxd-product-main-media > div,
.template-package .gxd-product-main-media img {
  border-radius: 20px !important;
}

.template-package .gxd-product-buy-card,
.template-package .gxd-product-support-card,
.template-package .gxd-related-panel,
.template-package #package-details {
  border: 1px solid var(--gxd-border) !important;
  background: var(--gxd-card) !important;
  box-shadow: var(--gxd-shadow-card) !important;
}

.template-package .gxd-product-buy-card {
  padding: 24px !important;
  border-radius: 22px !important;
}

.template-package .gxd-buy-kicker {
  margin: 0 0 10px !important;
  color: var(--gxd-accent) !important;
}

.template-package .gxd-product-title {
  margin: 0 0 20px !important;
  font-size: clamp(2rem,1.6rem + 1.4vw,3rem) !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
}

.template-package .gxd-price-box {
  margin: 0 0 16px !important;
  padding: 14px 16px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 15px !important;
  background: #0d1015 !important;
}

.template-package .gxd-field-label {
  color: var(--gxd-body) !important;
  font-size: .875rem !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.template-package .gxd-price-current {
  color: var(--gxd-heading) !important;
  font-variant-numeric: tabular-nums;
  font-size: 2rem !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
}

.template-package .gxd-payment-strip {
  margin-bottom: 18px !important;
}

.template-package .gxd-payment-strip__label {
  color: var(--gxd-muted) !important;
  font-size: .75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.template-package .gxd-payment-chip {
  min-height: 34px !important;
  padding: 0 10px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 10px !important;
  color: var(--gxd-body) !important;
  background: transparent !important;
  font-size: .75rem !important;
  font-weight: 500 !important;
}

.template-package .gxd-package-actions-pro {
  gap: 10px !important;
}

.template-package .gxd-package-actions-pro .animated-button {
  min-height: 50px !important;
  border-radius: 13px !important;
  font-size: .9375rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.template-package .gxd-package-actions-pro form .animated-button {
  color: #03131c !important;
  background: var(--gxd-accent) !important;
  border: 1px solid var(--gxd-accent) !important;
}

.template-package .gxd-package-actions-pro .animated-button.gift {
  color: var(--gxd-heading) !important;
  background: transparent !important;
  border: 1px solid var(--gxd-border) !important;
}

.template-package .gxd-product-support-card {
  padding: 20px !important;
  border-radius: 18px !important;
}

.template-package .gxd-product-support-card .flex.items-center.mb-4 {
  margin-bottom: 8px !important;
}

.template-package .gxd-product-support-card h2 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

.template-package .gxd-support-summary {
  max-width: 56ch !important;
  margin: 0 0 14px !important;
  color: var(--gxd-body) !important;
  font-size: .9375rem !important;
  line-height: 1.55 !important;
}

.template-package .gxd-product-support-card a {
  min-height: 46px !important;
  padding: 8px 12px !important;
  border: 1px solid var(--gxd-border) !important;
  border-radius: 12px !important;
  background: var(--gxd-raised) !important;
}

.template-package .gxd-related-panel {
  padding: 24px !important;
  border-radius: 20px !important;
}

.template-package .gxd-related-title {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

.template-package .gxd-related-text {
  max-width: 65ch !important;
  color: var(--gxd-body) !important;
  font-size: .9375rem !important;
  line-height: 1.55 !important;
}

.template-package .gxd-related-links {
  grid-template-columns: repeat(auto-fit,minmax(160px,1fr)) !important;
}

.template-package .gxd-related-chip,
.template-package .gxd-related-back {
  border: 1px solid var(--gxd-border) !important;
  border-radius: 12px !important;
  color: var(--gxd-body) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.template-package #package-details {
  padding: 26px !important;
  border-radius: 20px !important;
}

.template-package #package-details .tech-panel-header {
  margin: -26px -26px 22px !important;
  border-bottom: 1px solid var(--gxd-border) !important;
  background: #0d1015 !important;
}

/* ---------------------------------------------------------------------
   Basket / checkout and footer
   --------------------------------------------------------------------- */
.gxd-cart-item-media,
.gxd-cart-hover-media {
  overflow: hidden !important;
  border: 1px solid var(--gxd-border) !important;
  background: #0d1015 !important;
}

.gxd-cart-item-media img:not(.gxd-cart-item-logo),
.gxd-cart-hover-media img:not(.gxd-cart-item-logo) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.enhanced-footer,
footer {
  border-top: 1px solid var(--gxd-border) !important;
  background: #080a0d !important;
}

.enhanced-footer h2,
.enhanced-footer h3,
footer h2,
footer h3 {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.enhanced-footer a,
footer a,
.enhanced-footer p,
footer p {
  color: var(--gxd-muted) !important;
  font-size: .875rem !important;
  line-height: 1.55 !important;
}

/* ---------------------------------------------------------------------
   Responsive and motion
   --------------------------------------------------------------------- */
@media (max-width: 1100px) {
  .template-home .hero-content > .flex {
    grid-template-columns: 1fr !important;
  }
  .template-home .welcome-text-container {
    text-align: center !important;
  }
  .template-home .welcome-text,
  .template-home .hero-description {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .template-home .features-cta,
  .template-home .feature-tags {
    justify-content: center !important;
  }
  .template-home #gxd-home-recent-payments .gxd-home-payments-grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 820px) {
  .template-home .hero-content,
  .template-home .home-featured-module-shell,
  .template-home .gxd-home-payments-inner,
  .template-home #gxd-customer-reviews,
  .template-home #gxd-faq > div {
    width: min(100% - 32px, 1240px) !important;
  }
  .template-home .stats-grid,
  .template-home .feature-row,
  .template-home .home-featured-module-grid,
  .template-home #gxd-home-recent-payments .gxd-home-payments-grid,
  .template-home #gxd-customer-reviews .reviews-grid {
    grid-template-columns: 1fr !important;
  }
  .template-category .gxd-category-related-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
  .template-category .gxd-category-related-links {
    justify-content: flex-start !important;
  }
  .template-package .gxd-related-links {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 560px) {
  .template-home .hero-section-fullscreen {
    padding: 48px 0 !important;
  }
  .template-home .features-cta > a {
    width: 100% !important;
  }
  .template-category #products-grid {
    grid-template-columns: 1fr !important;
  }
  .template-package .gxd-package-page-pro {
    padding: 32px 16px 64px !important;
  }
  .template-package .gxd-related-links {
    grid-template-columns: 1fr !important;
  }
}

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

/* Normalise legacy utility weights to the four-weight system. */
.font-black,.font-extrabold{font-weight:700!important;}
.font-bold{font-weight:700!important;}
.font-semibold{font-weight:600!important;}
.font-medium{font-weight:500!important;}


/* =====================================================================
   GXD V24.2 — category grid/card clipping + slight homepage scale balance
   ===================================================================== */

/* Category grid: lock the intended desktop rhythm back to three cards. */
.template-category #products-grid,
.template-category #products-grid.gxd-grid-mode-grid-large,
.template-category #products-grid.gxd-grid-mode-grid-default,
.template-category #products-grid.gxd-grid-mode-grid-compact {
  grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  gap: 24px !important;
}

/* Remove every square wrapper/outline around the genuinely rounded card. */
.template-category #products-grid > .product-item {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 20px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.template-category #products-grid > .product-item::before,
.template-category #products-grid > .product-item::after,
.template-category .gxd-product-card::before,
.template-category .gxd-product-card::after {
  display: none !important;
  content: none !important;
}

.template-category .gxd-product-card {
  position: relative !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: var(--gxd-card) !important;
  box-shadow: 0 18px 38px -18px rgba(0,0,0,.72) !important;
  isolation: isolate !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.template-category .gxd-product-card:hover {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0 24px 48px -20px rgba(0,0,0,.78) !important;
}

.template-category .gxd-product-media {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden !important;
  background: #0e1116 !important;
  box-shadow: none !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

.template-category .gxd-product-image,
.template-category .gxd-package-image-placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: cover !important;
}

/* Slight homepage reduction: preserve the design, just move it between the old and current scale. */
.template-home .hero-section-fullscreen {
  padding: 70px 0 60px !important;
}

.template-home .hero-content,
.template-home .home-featured-module-shell,
.template-home .gxd-home-payments-inner,
.template-home #gxd-customer-reviews,
.template-home #gxd-faq > div {
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
}

.template-home .hero-content > .flex {
  grid-template-columns: minmax(0,1fr) minmax(500px,1.06fr) !important;
  gap: 50px !important;
}

.template-home .welcome-text {
  font-size: clamp(2.4rem, 1.95rem + 2vw, 3.8rem) !important;
}

.template-home .stat-counter {
  min-height: 158px !important;
  padding: 20px 17px !important;
}

.template-home .stat-number {
  font-size: 1.92rem !important;
}

.template-home .feature-card-horizontal {
  min-height: 118px !important;
  padding: 17px !important;
}

.template-home #featured-packages-module,
.template-home #gxd-home-recent-payments,
.template-home #gxd-customer-reviews,
.template-home #gxd-faq {
  margin-top: 74px !important;
}

.template-home .home-featured-module-shell {
  padding: 26px !important;
}

.template-home .gxd-fd-body {
  padding: 17px !important;
}

.template-home #gxd-home-recent-payments .gxd-home-payment-card {
  min-height: 92px !important;
  padding: 15px !important;
}

.template-home #gxd-customer-reviews .review-card {
  min-height: 308px !important;
  padding: 22px !important;
}

@media (max-width: 1180px) {
  .template-category #products-grid,
  .template-category #products-grid.gxd-grid-mode-grid-large,
  .template-category #products-grid.gxd-grid-mode-grid-default,
  .template-category #products-grid.gxd-grid-mode-grid-compact {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 700px) {
  .template-category #products-grid,
  .template-category #products-grid.gxd-grid-mode-grid-large,
  .template-category #products-grid.gxd-grid-mode-grid-default,
  .template-category #products-grid.gxd-grid-mode-grid-compact {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .template-home .hero-content,
  .template-home .home-featured-module-shell,
  .template-home .gxd-home-payments-inner,
  .template-home #gxd-customer-reviews,
  .template-home #gxd-faq > div {
    width: min(100% - 32px, 1200px) !important;
  }
}


/* =====================================================================
   GXD V24.2.2 — display font rollback for a stronger original identity
   Keeps readable body copy while restoring the earlier futuristic type feel.
   ===================================================================== */
.site-content h1,
.site-content h2,
.site-content h3,
.site-content .section-heading,
.template-home h1,
.template-home h2,
.template-home h3,
.template-category h1,
.template-category h2,
.template-category h3,
.template-package h1,
.template-package h2,
.template-package h3,
.navbar-nav > li > a,
.navbar .dropdown-menu a,
.hero-section-fullscreen .welcome-text,
.hero-section-fullscreen .stat-number,
.hero-section-fullscreen .stat-text,
.hero-section-fullscreen .feature-card-title,
.hero-section-fullscreen .feature-tag,
.hero-section-fullscreen .features-cta > a,
.gxd-featured-card-title,
.gxd-recent-orders-title,
.gxd-reviews-title,
.gxd-faq-title,
.animated-button,
.btn,
.button,
button,
#featured-packages-module .fivem-package-card .view-details-btn,
#featured-packages-module .featured-section-header h2,
#featured-packages-module .home-featured-module-shell h2,
.template-category .modern-package-name,
.template-category .modern-price,
.template-category .modern-original-price,
.template-category .modern-price-label,
.template-package .gxd-product-title,
.template-package .gxd-product-support-card h2,
.template-package .gxd-related-title,
.template-package .gxd-related-chip,
.template-package .gxd-package-actions-pro .animated-button,
.template-package .gxd-price-current {
  font-family: var(--gxd-display-font) !important;
}

/* Keep body copy, tags and helper text readable */
.template-category .modern-feature-badge,
.template-category .modern-feature-badge *,
.template-package .gxd-perfect-for__tags span,
.template-package .gxd-product-value,
.template-package .gxd-product-support-card p,
.template-package .gxd-product-support-card a span,
.template-package .gxd-related-copy,
.template-home .hero-description,
.template-home p,
.template-category p,
.template-package p,
.template-home .feature-card-desc,
.template-home .review-card p,
.template-home .faq-answer,
.template-home .faq-question {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Slightly soften the restored display font so it stays premium, not chunky */
.site-content h1,
.template-home h1,
.template-category h1,
.template-package h1 { font-weight: 700 !important; letter-spacing: -.01em !important; }
.site-content h2,
.template-home h2,
.template-category h2,
.template-package h2 { font-weight: 700 !important; letter-spacing: .005em !important; }
.site-content h3,
.template-home h3,
.template-category h3,
.template-package h3 { font-weight: 600 !important; letter-spacing: .01em !important; }


/* =====================================================================
   GXD V24.2.3 — unified CTA styling
   ===================================================================== */
body.template-category .animated-button,
body.template-package .gxd-package-actions-pro form .animated-button,
body.template-home #featured-packages-module .gxd-fd-atc,
body.template-home #featured-packages-module .view-details-btn{
  background:linear-gradient(180deg,rgba(32,86,144,.98) 0%, rgba(24,58,96,.99) 100%)!important;
  border:1px solid rgba(69,230,240,.24)!important;
  color:#f7fdff!important;
  box-shadow:0 16px 30px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.08)!important;
  text-shadow:none!important;
}
body.template-category .animated-button:hover,
body.template-category .animated-button:focus-visible,
body.template-package .gxd-package-actions-pro form .animated-button:hover,
body.template-package .gxd-package-actions-pro form .animated-button:focus-visible,
body.template-home #featured-packages-module .gxd-fd-atc:hover,
body.template-home #featured-packages-module .gxd-fd-atc:focus-visible,
body.template-home #featured-packages-module .view-details-btn:hover,
body.template-home #featured-packages-module .view-details-btn:focus-visible{
  background:linear-gradient(180deg,rgba(39,102,169,.99) 0%, rgba(28,68,113,.99) 100%)!important;
  border-color:rgba(69,230,240,.40)!important;
  box-shadow:0 18px 34px rgba(0,0,0,.23), 0 0 0 1px rgba(69,230,240,.10)!important;
}
body.template-package .gxd-package-actions-pro .animated-button.gift{
  background:linear-gradient(180deg,rgba(255,255,255,.042),rgba(255,255,255,.018))!important;
  border:1px solid rgba(69,230,240,.16)!important;
  color:#eefaff!important;
  box-shadow:none!important;
}
