/* FiveM LeGeekShop — fivem.legeekshop.com (thème Wayne, palette FiveM) */

html.lgk-storefront--fivem body.template-index #main > .shopify-section--footer .lgk-instant-gaming-affiliate,
html.lgk-storefront--fivem body.template-index #main > .shopify-section--footer .shopify-section--instant-gaming-affiliate,
html.lgk-storefront--fivem body.template-index .lgk-nl-cta:not(.lgk-fivem-home__nl):not(.lgk-nl-cta--product):not(.lgk-nl-cta--collection),
html.lgk-storefront--fivem body.template-index .lgk-newsletter-cta:not(.lgk-fivem-home__nl),
html.lgk-storefront--fivem .lgk-ig-gta6,
html.lgk-storefront--fivem #lgk-gd-cross {
  display: none !important;
}

html.lgk-storefront--fivem body.template-index .lgk-fivem-home .lgk-fivem-home__nl.lgk-nl-cta {
  display: grid !important;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 999px) {
  html.lgk-storefront--fivem .lgk-fivem-home__nl.lgk-nl-cta--banner {
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
      'badge body'
      'action action';
  }

  html.lgk-storefront--fivem .lgk-fivem-home__nl.lgk-nl-cta--banner > .lgk-nl-cta__badge {
    grid-area: badge;
  }

  html.lgk-storefront--fivem .lgk-fivem-home__nl.lgk-nl-cta--banner > .lgk-nl-cta__body {
    grid-area: body;
  }

  html.lgk-storefront--fivem .lgk-fivem-home__nl.lgk-nl-cta--banner > .lgk-nl-cta__action {
    grid-area: action;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 749px) {
  html.lgk-storefront--fivem .lgk-fivem-home__nl.lgk-nl-cta--banner {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      'badge'
      'body'
      'action';
    justify-items: center;
    text-align: center;
  }

  html.lgk-storefront--fivem .lgk-fivem-home__nl .lgk-nl-cta__body {
    text-align: center;
    width: 100%;
  }

  html.lgk-storefront--fivem .lgk-fivem-home__nl .lgk-nl-cta__action {
    width: 100%;
    white-space: normal;
  }
}

html.lgk-storefront--fivem {
  --container-max-width: 100%;
  --container-xxs-max-width: 100%;
  --container-xs-max-width: 100%;
  --container-sm-max-width: 100%;
  --container-md-max-width: 100%;
  --container-lg-max-width: 100%;
  --container-xl-max-width: 100%;
  --page-width: 100%;
}

html.lgk-storefront--fivem .container,
html.lgk-storefront--fivem .container.container--lg,
html.lgk-storefront--fivem .container.container--xl,
html.lgk-storefront--fivem .container.container--md {
  --container-max-width: 100% !important;
  margin-inline-start: var(--container-gutter) !important;
  margin-inline-end: var(--container-gutter) !important;
  max-width: none !important;
}

html.lgk-storefront--fivem .lgk-rich-description,
html.lgk-storefront--fivem .product-content-below-gallery__rich-description,
html.lgk-storefront--fivem .product-content-below-gallery {
  width: 100% !important;
  max-width: none !important;
}

html.lgk-storefront--fivem .lgk-rich-description > div,
html.lgk-storefront--fivem .lgk-rich-description [style*='max-width'],
html.lgk-storefront--fivem .product-content-below-gallery__rich-description > div,
html.lgk-storefront--fivem .product-content-below-gallery__rich-description [style*='max-width'] {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Accueil FiveM : palette sur le shell Wayne */
html.lgk-storefront--fivem .lgk-wayne-home.lgk-fivem-home {
  --wayne-ink: #0a0a0f;
  --wayne-cream: #f4f4f5;
  --wayne-accent: #f97316;
  --wayne-mute: rgba(244, 244, 245, 0.72);
  background: var(--wayne-ink);
  color: var(--wayne-cream);
}

html.lgk-storefront--fivem .lgk-wayne-home__hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 10, 15, 0.92) 0%, rgba(10, 10, 15, 0.55) 42%, rgba(10, 10, 15, 0.2) 72%, rgba(10, 10, 15, 0.45) 100%),
    linear-gradient(0deg, rgba(10, 10, 15, 0.88) 0%, rgba(168, 85, 247, 0.12) 35%, transparent 70%);
}

html.lgk-storefront--fivem .lgk-wayne-home__brand {
  background: linear-gradient(135deg, #fff 0%, #f97316 45%, #a855f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html.lgk-storefront--fivem .lgk-wayne-home__btn--primary {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #0a0a0f;
  border-color: transparent;
}

html.lgk-storefront--fivem .lgk-wayne-home__btn--ghost {
  border-color: rgba(244, 244, 245, 0.2);
  color: var(--wayne-cream);
}

html.lgk-storefront--fivem .lgk-wayne-home__badge {
  color: #a855f7;
}

html.lgk-storefront--fivem .lgk-wayne-home__feature,
html.lgk-storefront--fivem .lgk-wayne-home__tile {
  border-color: rgba(244, 244, 245, 0.12);
}

html.lgk-storefront--fivem .lgk-wayne-home__trust-card {
  background: #12121a;
  border-color: rgba(244, 244, 245, 0.1);
}

html.lgk-storefront--fivem .lgk-wayne-home__trust-btn {
  color: inherit;
  text-decoration: none;
}

html.lgk-storefront--fivem .lgk-fivem-home__digital.lgk-wayne-home__klarna {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.14), rgba(249, 115, 22, 0.1));
  border-block: 1px solid rgba(244, 244, 245, 0.08);
}

html.lgk-storefront--fivem .lgk-wayne-home__tab[aria-current='true'],
html.lgk-storefront--fivem .lgk-wayne-home__tab:hover {
  border-color: #f97316;
  color: #f97316;
}

html.lgk-storefront--fivem .lgk-wayne-home__link,
html.lgk-storefront--fivem .lgk-wayne-home__link-faded {
  color: #f97316;
}

html.lgk-storefront--fivem .header__logo-image--lgk {
  display: block !important;
  opacity: 1 !important;
  width: var(--header-logo-width, 96px) !important;
  max-width: min(40vw, 140px) !important;
  height: auto !important;
  object-fit: contain;
}

html.lgk-storefront--fivem .header__logo-image--fivem,
html.lgk-storefront--fivem .header__logo-text--fivem {
  display: none !important;
}

html.lgk-storefront--fivem .product-info__block-item[data-block-type='lgk-size-guide'],
html.lgk-storefront--fivem .lgk-size-guide,
html.lgk-storefront--fivem .faq-neo__item--size-guide,
html.lgk-storefront--fivem .size-guide-title,
html.lgk-storefront--fivem .table-responsive.dynamic {
  display: none !important;
}

html.lgk-storefront--fivem .lgk-navi-slide--fivem {
  --lgk-navi-accent: #f97316;
  --lgk-navi-accent-2: #a855f7;
}

/* Page contact = accueil FiveM */
html.lgk-storefront--fivem body.template-page .lgk-contact-section--fivem {
  background: var(--fivem-bg, #0a0a0f);
}

html.lgk-storefront--fivem body.template-page .lgk-contact-section__header .prose .h6 {
  color: rgba(244, 244, 245, 0.72);
  letter-spacing: 0.04em;
}

html.lgk-storefront--fivem body.template-page .lgk-contact-section__header .prose .h2 {
  background: linear-gradient(135deg, #fff 0%, #f97316 45%, #a855f7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html.lgk-storefront--fivem body.template-page .lgk-contact-section__aside,
html.lgk-storefront--fivem body.template-page .lgk-contact-section__form {
  border-color: rgba(244, 244, 245, 0.12);
  background: rgba(18, 18, 26, 0.92);
}

html.lgk-storefront--fivem body.template-page .lgk-contact-form .button {
  background: linear-gradient(135deg, #f97316, #ea580c);
  border-color: transparent;
  color: #0a0a0f;
}

html.lgk-storefront--fivem body.template-page .shopify-section--lgk-google-reviews {
  display: none !important;
}

/* ——— Accueil FiveM : vitrine GothamDev (fivem.gothamdev.fr) ——— */
html.lgk-storefront--fivem .lgk-fivem-home__gd-hub {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(168, 85, 247, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(249, 115, 22, 0.12), transparent 50%),
    #0a0a0f;
  border-block: 1px solid rgba(244, 244, 245, 0.08);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-hub-inner {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: stretch;
}

@media screen and (min-width: 900px) {
  html.lgk-storefront--fivem .lgk-fivem-home__gd-hub-inner {
    grid-template-columns: 1.15fr 0.85fr;
  }
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-lead {
  margin: 0 0 1rem;
  max-width: 52ch;
  color: rgba(244, 244, 245, 0.78);
  line-height: 1.65;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-points {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-points li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(244, 244, 245, 0.88);
  font-size: 0.92rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #a855f7);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  align-items: center;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller {
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border-radius: 1rem;
  border: 1px solid rgba(249, 115, 22, 0.35);
  background: linear-gradient(145deg, rgba(18, 18, 26, 0.95), rgba(249, 115, 22, 0.08));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller-media {
  display: block;
  margin: -1.25rem -1.25rem 1rem;
  overflow: hidden;
  border-radius: 0.85rem 0.85rem 0 0;
  aspect-ratio: 16 / 9;
}

@media screen and (min-width: 900px) {
  html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller-media {
    margin: -1.75rem -1.75rem 1rem;
  }
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller:hover .lgk-fivem-home__gd-bestseller-media img {
  transform: scale(1.04);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-tag {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.18);
  color: #fdba74;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  line-height: 1.25;
  color: #fff;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller-text,
html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller-list {
  margin: 0 0 0.75rem;
  color: rgba(244, 244, 245, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller-list {
  padding-left: 1.1rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-bestseller-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
  margin-top: 0.5rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-tools {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background: #0a0a0f;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0;
  border-radius: 0.85rem;
  border: 1px solid rgba(244, 244, 245, 0.1);
  background: #12121a;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0a0f;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card:hover .lgk-fivem-home__gd-card-thumb img {
  transform: scale(1.06);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card-ico,
html.lgk-storefront--fivem .lgk-fivem-home__gd-card-title,
html.lgk-storefront--fivem .lgk-fivem-home__gd-card-desc {
  padding-inline: 1rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card-ico {
  padding-top: 0.75rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card-desc {
  padding-bottom: 1rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card:hover {
  border-color: rgba(249, 115, 22, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card-ico {
  font-size: 1.35rem;
  line-height: 1;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card-title {
  font-weight: 700;
  font-size: 0.98rem;
  color: #fff;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-card-desc {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(244, 244, 245, 0.65);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-more {
  margin: 1.25rem 0 0;
  text-align: center;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-docs {
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2rem, 5vw, 3rem);
  background: linear-gradient(180deg, #0a0a0f 0%, #12121a 100%);
  border-block-start: 1px solid rgba(244, 244, 245, 0.06);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-guides {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr));
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-guide {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 0.75rem;
  border: 1px solid rgba(244, 244, 245, 0.08);
  background: rgba(10, 10, 15, 0.6);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-guide-thumb {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-guide-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-guide:hover .lgk-fivem-home__gd-guide-thumb img {
  transform: scale(1.05);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-guide-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem 1rem 1rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-guide:hover {
  border-color: rgba(168, 85, 247, 0.4);
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-guide strong {
  color: #fff;
  font-size: 0.95rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__gd-guide span {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(244, 244, 245, 0.65);
}

html.lgk-storefront--fivem .lgk-wayne-home__finale-text a {
  color: #f97316;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

html.lgk-storefront--fivem .lgk-wayne-home__trust-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
}

/* ——— Bandeau produits digitaux visuel ——— */
html.lgk-storefront--fivem .lgk-fivem-home__digital {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

html.lgk-storefront--fivem .lgk-fivem-home__digital-bg {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  opacity: 0.22;
  pointer-events: none;
}

html.lgk-storefront--fivem .lgk-fivem-home__digital-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(1.1);
}

html.lgk-storefront--fivem .lgk-fivem-home__digital-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding-block: clamp(2rem, 5vw, 3rem);
}

@media screen and (min-width: 768px) {
  html.lgk-storefront--fivem .lgk-fivem-home__digital-inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

html.lgk-storefront--fivem .lgk-fivem-home__digital-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__digital-step {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
  background: rgba(18, 18, 26, 0.88);
  border: 1px solid rgba(244, 244, 245, 0.1);
}

html.lgk-storefront--fivem .lgk-fivem-home__digital-step-num {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #a855f7);
  color: #0a0a0f;
  font-size: 0.8rem;
  font-weight: 800;
}

html.lgk-storefront--fivem .lgk-fivem-home__digital-step-text {
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(244, 244, 245, 0.82);
}

/* ——— Spotlight GothamDev avec bannière ——— */
html.lgk-storefront--fivem .lgk-fivem-home__spotlight--gotham {
  position: relative;
  overflow: hidden;
}

html.lgk-storefront--fivem .lgk-fivem-home__spotlight-banner {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

html.lgk-storefront--fivem .lgk-fivem-home__spotlight-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.18;
}

html.lgk-storefront--fivem .lgk-fivem-home__spotlight-banner-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 15, 0.55) 0%, rgba(10, 10, 15, 0.92) 75%);
}

html.lgk-storefront--fivem .lgk-fivem-home__spotlight--gotham .lgk-wayne-home__wrap {
  position: relative;
  z-index: 1;
}

/* ——— Duo éditorial véhicules / scripts ——— */
html.lgk-storefront--fivem .lgk-fivem-home__duo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media screen and (min-width: 768px) {
  html.lgk-storefront--fivem .lgk-fivem-home__duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

html.lgk-storefront--fivem .lgk-fivem-home__duo-card {
  position: relative;
  display: block;
  min-height: clamp(16rem, 42vw, 22rem);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

html.lgk-storefront--fivem .lgk-fivem-home__duo-media,
html.lgk-storefront--fivem .lgk-fivem-home__duo-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

html.lgk-storefront--fivem .lgk-fivem-home__duo-media img {
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__duo-card:hover .lgk-fivem-home__duo-media img {
  transform: scale(1.05);
}

html.lgk-storefront--fivem .lgk-fivem-home__duo-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(10, 10, 15, 0.92) 0%, rgba(10, 10, 15, 0.25) 55%, rgba(168, 85, 247, 0.12) 100%);
  pointer-events: none;
}

html.lgk-storefront--fivem .lgk-fivem-home__duo-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
  min-height: inherit;
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

html.lgk-storefront--fivem .lgk-fivem-home__duo-title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

html.lgk-storefront--fivem .lgk-fivem-home__duo-cta {
  margin-top: 0.35rem;
  font-size: 0.92rem;
  color: #f97316;
}

/* ——— Mosaïque catalogue ——— */
html.lgk-storefront--fivem .lgk-fivem-home__mosaic {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  background: #12121a;
  border-block: 1px solid rgba(244, 244, 245, 0.06);
}

html.lgk-storefront--fivem .lgk-fivem-home__mosaic-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(8rem, auto);
}

@media screen and (min-width: 768px) {
  html.lgk-storefront--fivem .lgk-fivem-home__mosaic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(10rem, auto);
  }
}

html.lgk-storefront--fivem .lgk-fivem-home__mosaic-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(244, 244, 245, 0.08);
  text-decoration: none;
  color: #fff;
}

html.lgk-storefront--fivem .lgk-fivem-home__mosaic-item--hero {
  grid-column: span 2;
  grid-row: span 2;
}

@media screen and (min-width: 768px) {
  html.lgk-storefront--fivem .lgk-fivem-home__mosaic-item--hero {
    grid-column: span 2;
    grid-row: span 2;
  }
}

html.lgk-storefront--fivem .lgk-fivem-home__mosaic-img {
  width: 100%;
  height: 100%;
  min-height: 8rem;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__mosaic-item:hover .lgk-fivem-home__mosaic-img {
  transform: scale(1.06);
}

html.lgk-storefront--fivem .lgk-fivem-home__mosaic-label {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 2rem 0.65rem 0.65rem;
  background: linear-gradient(0deg, rgba(10, 10, 15, 0.92) 0%, transparent 100%);
  font-size: 0.72rem;
  line-height: 1.3;
  font-weight: 600;
}

html.lgk-storefront--fivem .lgk-fivem-home__mosaic-more {
  margin: 1.5rem 0 0;
  text-align: center;
}

/* ——— Communauté / support visuel ——— */
html.lgk-storefront--fivem .lgk-fivem-home__community {
  padding: clamp(2rem, 5vw, 3rem) 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(168, 85, 247, 0.12), transparent 60%),
    #0a0a0f;
}

html.lgk-storefront--fivem .lgk-fivem-home__community-inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 900px) {
  html.lgk-storefront--fivem .lgk-fivem-home__community-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

html.lgk-storefront--fivem .lgk-fivem-home__community-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(244, 244, 245, 0.1);
  background: #12121a;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__community-card:hover {
  border-color: rgba(249, 115, 22, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

html.lgk-storefront--fivem .lgk-fivem-home__community-visual {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

html.lgk-storefront--fivem .lgk-fivem-home__community-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__community-card:hover .lgk-fivem-home__community-visual img {
  transform: scale(1.05);
}

html.lgk-storefront--fivem .lgk-fivem-home__community-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.1rem 1.15rem;
}

html.lgk-storefront--fivem .lgk-fivem-home__community-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a855f7;
}

html.lgk-storefront--fivem .lgk-fivem-home__community-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}

html.lgk-storefront--fivem .lgk-fivem-home__community-text {
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(244, 244, 245, 0.68);
}

html.lgk-storefront--fivem .lgk-fivem-home__community-cta {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #f97316;
}

html.lgk-storefront--fivem .lgk-fivem-home__community-card--discord:hover .lgk-fivem-home__community-cta {
  color: #c4b5fd;
}

/* ——— Finale enrichie ——— */
html.lgk-storefront--fivem .lgk-fivem-home__finale {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-top: none;
  background: #0a0a0f;
}

html.lgk-storefront--fivem .lgk-fivem-home__finale-bg {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  opacity: 0.16;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  html.lgk-storefront--fivem .lgk-fivem-home__finale-bg {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}

html.lgk-storefront--fivem .lgk-fivem-home__finale-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

html.lgk-storefront--fivem .lgk-fivem-home__finale-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(3rem, 8vw, 5rem);
  background:
    radial-gradient(ellipse 80% 70% at 50% 50%, rgba(10, 10, 15, 0.92) 0%, rgba(10, 10, 15, 0.78) 55%, rgba(10, 10, 15, 0.55) 100%);
  border-radius: 1rem;
  border: 1px solid rgba(244, 244, 245, 0.08);
  margin-block: clamp(1.5rem, 4vw, 2.5rem);
  padding-inline: clamp(1rem, 3vw, 2rem);
}

html.lgk-storefront--fivem .lgk-fivem-home__finale-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

html.lgk-storefront--fivem .lgk-fivem-home__finale-stats li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.35);
  background: rgba(18, 18, 26, 0.85);
  font-size: 0.82rem;
  line-height: 1;
  color: rgba(244, 244, 245, 0.85);
}

html.lgk-storefront--fivem .lgk-fivem-home__finale-stats li:has(.lgk-fivem-home__finale-nl) {
  padding: 0;
  border: 0;
  background: transparent;
  min-height: 0;
}

html.lgk-storefront--fivem .lgk-fivem-home__finale-stats strong {
  color: #f97316;
}

/* ——— Newsletter -10 % (accueil FiveM) ——— */
html.lgk-storefront--fivem .lgk-fivem-home__nl.lgk-nl-cta--banner {
  margin-bottom: 1rem;
  border-radius: 0.75rem;
  border-color: rgba(249, 115, 22, 0.4);
  background:
    linear-gradient(135deg, rgba(249, 115, 22, 0.14) 0%, rgba(168, 85, 247, 0.08) 100%),
    #12121a;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

html.lgk-storefront--fivem .lgk-fivem-home__nl.lgk-nl-cta--banner:hover {
  border-color: rgba(249, 115, 22, 0.65);
}

html.lgk-storefront--fivem .lgk-fivem-home__nl .lgk-nl-cta__badge {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #0a0a0f;
  box-shadow: 0 4px 16px rgba(249, 115, 22, 0.35);
}

html.lgk-storefront--fivem .lgk-fivem-home__nl .lgk-nl-cta__title {
  color: #fff;
}

html.lgk-storefront--fivem .lgk-fivem-home__nl .lgk-nl-cta__subtitle {
  color: rgba(244, 244, 245, 0.72);
}

html.lgk-storefront--fivem .lgk-fivem-home__nl .lgk-nl-cta__subtitle strong {
  color: #f97316;
}

html.lgk-storefront--fivem .lgk-fivem-home__nl .lgk-nl-cta__action {
  background: rgba(249, 115, 22, 0.12);
  border-color: rgba(249, 115, 22, 0.45);
  color: #f4f4f5;
}

html.lgk-storefront--fivem .lgk-fivem-home__nl.lgk-nl-cta--banner:hover .lgk-nl-cta__action {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #0a0a0f;
}

html.lgk-storefront--fivem .lgk-fivem-home__finale-nl {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  border: 1px solid rgba(249, 115, 22, 0.35);
  background: rgba(18, 18, 26, 0.85);
  color: rgba(244, 244, 245, 0.85);
  font: inherit;
  font-size: 0.82rem;
  line-height: 1;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

html.lgk-storefront--fivem .lgk-fivem-home__finale-nl:hover {
  border-color: rgba(249, 115, 22, 0.6);
  background: rgba(249, 115, 22, 0.12);
}

html.lgk-storefront--fivem .lgk-navi-slide--fivem .lgk-navi-slide__nl-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: #f97316;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

html.lgk-storefront--fivem .lgk-marquee .lgk-marquee__newsletter-cta {
  color: #fdba74;
}

/* AOV bundles home */
.lgk-fivem-home__aov {
  padding: 2.5rem 0 1.5rem;
}

.lgk-fivem-home__aov-grid {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

@media (min-width: 700px) {
  .lgk-fivem-home__aov-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lgk-fivem-home__aov-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(249, 115, 22, 0.28);
  background: rgba(249, 115, 22, 0.06);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.lgk-fivem-home__aov-card:hover {
  border-color: rgba(249, 115, 22, 0.55);
  background: rgba(249, 115, 22, 0.12);
}

.lgk-fivem-home__aov-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fdba74;
}

.lgk-fivem-home__aov-title {
  font-size: 1.05rem;
  font-weight: 700;
}

.lgk-fivem-home__aov-text {
  font-size: 0.85rem;
  opacity: 0.8;
  flex: 1;
}

.lgk-fivem-home__aov-cta {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #f97316;
}

.lgk-fivem-pdp-aov {
  margin: 0.5rem 0 0.75rem;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(249, 115, 22, 0.35);
  background: rgba(249, 115, 22, 0.08);
}

.lgk-fivem-pdp-aov__title {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fdba74;
}

.lgk-fivem-pdp-aov__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
}

.lgk-fivem-pdp-aov__list a {
  font-size: 0.78rem;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
