/**
 * Digital Geekland — vitrine cartes cadeaux, points & recharges
 * Architecture visuelle = Wayne/Candy (lgk-wayne-home) + teinte cyan/violet.
 */
html.lgk-storefront--digital-geekland {
  --dig-cyan: #22d3ee;
  --dig-violet: #a78bfa;
  --dig-amber: #fbbf24;
  --dig-bg: #070b14;
  --dig-panel: #0d1422;
  --dig-panel-2: #111a2c;
  --dig-text: #e8f4ff;
  --dig-muted: rgba(232, 244, 255, 0.68);
  --dig-line: rgba(34, 211, 238, 0.16);
  --dig-radius: 16px;
  --header-logo-width: 280px;
  color-scheme: dark;
}

html.lgk-storefront--digital-geekland body {
  background: var(--dig-bg);
  color: var(--dig-text);
}

html.lgk-storefront--digital-geekland body.template-index #main > .shopify-section--footer .lgk-instant-gaming-affiliate,
html.lgk-storefront--digital-geekland body.template-index #main > .shopify-section--footer .shopify-section--instant-gaming-affiliate,
html.lgk-storefront--digital-geekland #lgk-gd-cross {
  display: none !important;
}

.lgk-wayne-home.lgk-digital-home {
  background:
    radial-gradient(ellipse 90% 40% at 50% -10%, rgba(34, 211, 238, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 30% at 100% 40%, rgba(167, 139, 250, 0.06), transparent 50%),
    var(--dig-bg);
  color: var(--dig-text);
}

/* —— Hero —— */
.lgk-digital-home__logo {
  width: min(320px, 78vw);
  height: auto;
  margin-bottom: 0.65rem;
  filter: drop-shadow(0 10px 32px rgba(34, 211, 238, 0.32));
  animation: digFadeUp 0.85s ease both;
}

.lgk-digital-home__hero-glow {
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 20% 80%, rgba(34, 211, 238, 0.22), transparent 65%),
    radial-gradient(ellipse 45% 60% at 75% 90%, rgba(167, 139, 250, 0.18), transparent 60%);
}

.lgk-digital-home .lgk-wayne-home__hero-img {
  animation: digKen 24s ease-in-out infinite alternate;
  transform-origin: center 35%;
  object-position: center 30%;
}

@keyframes digKen {
  from { transform: scale(1.03) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.2%, 0.8%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .lgk-digital-home .lgk-wayne-home__hero-img,
  .lgk-digital-home__logo,
  .lgk-digital-home .lgk-wayne-home__brand,
  .lgk-digital-home .lgk-wayne-home__proof,
  .lgk-digital-home .lgk-wayne-home__lead,
  .lgk-digital-home .lgk-wayne-home__cta {
    animation: none !important;
  }
}

.lgk-digital-home .lgk-wayne-home__hero-shade {
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0.28) 0%, rgba(7, 11, 20, 0.5) 38%, rgba(7, 11, 20, 0.94) 100%),
    radial-gradient(ellipse 80% 55% at 50% 15%, rgba(34, 211, 238, 0.16), transparent 62%);
}

.lgk-digital-home__hero-inner {
  max-width: min(42rem, 100%);
  padding-bottom: clamp(3rem, 8vh, 5.5rem);
}

.lgk-digital-home .lgk-wayne-home__brand {
  background: linear-gradient(115deg, #f0f9ff 8%, #22d3ee 48%, #c4b5fd 92%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.9rem, 9.5vw, 5.4rem);
  letter-spacing: -0.04em;
  text-shadow: none;
  filter: drop-shadow(0 2px 24px rgba(34, 211, 238, 0.15));
  animation: digBrandIn 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lgk-digital-home .lgk-wayne-home__proof {
  color: rgba(232, 244, 255, 0.78);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: clamp(0.72rem, 1.6vw, 0.82rem);
  font-weight: 650;
}

.lgk-digital-home .lgk-wayne-home__lead {
  max-width: 34rem;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.55;
  color: rgba(232, 244, 255, 0.82);
}

.lgk-digital-home .lgk-wayne-home__lead strong {
  color: #fff;
  font-weight: 750;
}

.lgk-digital-home .lgk-wayne-home__proof,
.lgk-digital-home .lgk-wayne-home__lead {
  animation: digFadeUp 0.8s ease 0.12s both;
}

.lgk-digital-home .lgk-wayne-home__cta {
  animation: digFadeUp 0.8s ease 0.24s both;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.lgk-digital-home__hero-cta .lgk-wayne-home__btn {
  min-height: 2.85rem;
  padding-inline: 1.25rem;
  font-weight: 750;
  letter-spacing: -0.01em;
}

@keyframes digBrandIn {
  from { opacity: 0; transform: translateY(18px) scale(0.98); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: drop-shadow(0 2px 24px rgba(34, 211, 238, 0.15)); }
}

@keyframes digFadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.lgk-digital-home .lgk-wayne-home__btn--primary {
  background: linear-gradient(120deg, #22d3ee, #67e8f9 55%, #a5f3fc);
  color: #041018;
  border: none;
  box-shadow:
    0 10px 32px rgba(34, 211, 238, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.lgk-digital-home .lgk-wayne-home__btn--primary:hover {
  filter: brightness(1.07);
  box-shadow: 0 14px 40px rgba(34, 211, 238, 0.42);
}

.lgk-digital-home .lgk-wayne-home__btn--ghost {
  border-color: rgba(167, 139, 250, 0.42);
  background: rgba(13, 20, 34, 0.55);
  backdrop-filter: blur(8px);
  color: var(--dig-text);
}

.lgk-digital-home .lgk-wayne-home__btn--ghost:hover {
  border-color: rgba(34, 211, 238, 0.55);
  background: rgba(34, 211, 238, 0.1);
}

.lgk-digital-home .lgk-wayne-home__badge {
  color: var(--dig-cyan);
  letter-spacing: 0.12em;
}

.lgk-digital-home .lgk-wayne-home__h2 {
  letter-spacing: -0.03em;
}

.lgk-digital-home .lgk-wayne-home__section-lead {
  color: var(--dig-muted);
  max-width: 36rem;
  margin-inline: auto;
}

.lgk-digital-home .lgk-wayne-home__section-head--center .lgk-wayne-home__section-lead {
  margin-inline: auto;
}

.lgk-digital-home .lgk-wayne-home__cats,
.lgk-digital-home__hub,
.lgk-digital-home__steps,
.lgk-digital-home .lgk-wayne-home__spotlight,
.lgk-digital-home .lgk-wayne-home__picks,
.lgk-digital-home__faq,
.lgk-digital-home__blog,
.lgk-digital-home__seo {
  padding-block: clamp(2.75rem, 5.5vw, 4.5rem);
}

/* —— Hub catalogue complet —— */
.lgk-digital-home__hub {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background:
    radial-gradient(ellipse 70% 45% at 50% 0%, rgba(34, 211, 238, 0.08), transparent 55%),
    transparent;
}

.lgk-digital-home__hub .lgk-wayne-home__section-head--tight {
  margin-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.lgk-digital-home__hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 750px) {
  .lgk-digital-home__hub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .lgk-digital-home__hub-grid--points {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .lgk-digital-home__hub-grid--points {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lgk-digital-home__hub-tile {
  position: relative;
  display: block;
  min-height: 148px;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: var(--dig-text);
  border: 1px solid rgba(34, 211, 238, 0.2);
  background: var(--dig-panel);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

@media (min-width: 750px) {
  .lgk-digital-home__hub-tile {
    min-height: 180px;
  }
}

.lgk-digital-home__hub-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
}

.lgk-digital-home__hub-tile--hot {
  border-color: rgba(251, 191, 36, 0.35);
}

.lgk-digital-home__hub-tile-media {
  position: absolute;
  inset: 0;
}

.lgk-digital-home__hub-tile-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.lgk-digital-home__hub-tile:hover .lgk-digital-home__hub-tile-media img {
  transform: scale(1.08);
}

.lgk-digital-home__hub-tile-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 11, 20, 0.15) 0%, rgba(7, 11, 20, 0.55) 45%, rgba(7, 11, 20, 0.94) 100%);
  pointer-events: none;
}

.lgk-digital-home__hub-tile-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 0.9rem 1rem;
}

.lgk-digital-home__hub-tile-mark {
  display: inline-grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  margin-bottom: 0.35rem;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 850;
  color: #041018;
  background: linear-gradient(135deg, var(--dig-cyan), #67e8f9);
  box-shadow: 0 4px 12px rgba(34, 211, 238, 0.28);
}

.lgk-digital-home__hub-tile-mark--amber {
  background: linear-gradient(135deg, #fcd34d, var(--dig-amber));
  box-shadow: 0 4px 12px rgba(251, 191, 36, 0.28);
}

.lgk-digital-home__hub-tile-title {
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.lgk-digital-home__hub-tile-sub {
  font-size: 0.74rem;
  color: rgba(232, 244, 255, 0.7);
  line-height: 1.3;
}

/* —— Trust —— */
.lgk-digital-home__trust .lgk-wayne-home__trust-card {
  background: linear-gradient(165deg, rgba(17, 26, 44, 0.95), rgba(13, 20, 34, 0.9));
  border-color: var(--dig-line);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.lgk-digital-home .lgk-wayne-home__trust-card--action:hover {
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 0 0 1px rgba(34, 211, 238, 0.2);
}

/* —— Featured tiles —— */
.lgk-digital-home__featured.lgk-wayne-home__featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media screen and (min-width: 700px) {
  .lgk-digital-home__featured.lgk-wayne-home__featured {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    min-height: min(48vh, 480px);
  }
}

.lgk-digital-home__feature.lgk-wayne-home__feature {
  position: relative;
  border-radius: var(--dig-radius);
  overflow: hidden;
  min-height: 220px;
  outline: none;
  border: 1px solid transparent;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

@media screen and (min-width: 700px) {
  .lgk-digital-home__feature.lgk-wayne-home__feature {
    min-height: 0;
  }
}

.lgk-digital-home__feature--gift {
  border-color: rgba(167, 139, 250, 0.38);
}

.lgk-digital-home__feature--points {
  border-color: rgba(251, 191, 36, 0.38);
}

.lgk-digital-home__feature--recharges {
  border-color: rgba(34, 211, 238, 0.32);
}

.lgk-digital-home__feature--games {
  border-color: rgba(52, 211, 153, 0.4);
}

.lgk-digital-home .lgk-wayne-home__feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(34, 211, 238, 0.2);
}

.lgk-digital-home .lgk-wayne-home__feature-media {
  background: #0a101c;
}

.lgk-digital-home .lgk-wayne-home__feature-media img,
.lgk-digital-home .lgk-wayne-home__feature-media picture {
  width: 100%;
  height: 100%;
  display: block;
}

.lgk-digital-home .lgk-wayne-home__feature-media img {
  object-fit: cover;
  object-position: center;
}

.lgk-digital-home .lgk-wayne-home__feature-shade {
  background: linear-gradient(180deg, transparent 22%, rgba(7, 11, 20, 0.45) 55%, rgba(7, 11, 20, 0.92) 100%);
}

.lgk-digital-home__feature-media--solid,
.lgk-digital-home__feature-media--gift-fallback {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  background:
    radial-gradient(ellipse 70% 60% at 30% 20%, rgba(34, 211, 238, 0.38), transparent 55%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(167, 139, 250, 0.38), transparent 50%),
    linear-gradient(145deg, #0d1422 0%, #121a2e 50%, #070b14 100%);
}

.lgk-digital-home__feature-media--gift-fallback {
  background:
    radial-gradient(ellipse 65% 55% at 35% 30%, rgba(167, 139, 250, 0.45), transparent 55%),
    radial-gradient(ellipse 50% 45% at 85% 70%, rgba(34, 211, 238, 0.28), transparent 50%),
    linear-gradient(150deg, #15102a 0%, #0d1422 55%, #070b14 100%);
}

.lgk-digital-home__feature-media--points {
  background:
    radial-gradient(ellipse 70% 60% at 25% 25%, rgba(251, 191, 36, 0.42), transparent 55%),
    radial-gradient(ellipse 55% 50% at 80% 75%, rgba(167, 139, 250, 0.32), transparent 50%),
    linear-gradient(145deg, #14100a 0%, #1a1420 50%, #070b14 100%);
}

.lgk-digital-home__feature-chip {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 3;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #041018;
  background: linear-gradient(120deg, #c4b5fd, #a78bfa);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.lgk-digital-home__feature-chip--amber {
  background: linear-gradient(120deg, #fcd34d, #fbbf24);
}

.lgk-digital-home__feature-chip--cyan {
  background: linear-gradient(120deg, #67e8f9, #22d3ee);
}

.lgk-digital-home .lgk-wayne-home__feature-title {
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  letter-spacing: -0.02em;
}

.lgk-digital-home .lgk-wayne-home__feature-sub {
  color: rgba(232, 244, 255, 0.72);
}

/* —— Secondary tiles —— */
.lgk-digital-home__tile-link {
  display: flex !important;
  align-items: center;
  gap: 0.85rem;
  aspect-ratio: auto !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0.85rem 1rem;
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.1), rgba(167, 139, 250, 0.07));
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.lgk-digital-home__tile-link:hover {
  border-color: rgba(34, 211, 238, 0.45);
  transform: translateY(-2px);
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.16), rgba(167, 139, 250, 0.1));
}

.lgk-digital-home__tile-link .lgk-wayne-home__tile-media {
  display: none !important;
}

.lgk-digital-home__tile-link .lgk-wayne-home__tile-meta {
  position: static !important;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0;
  background: none;
  gap: 0.15rem;
  flex: 1;
  min-width: 0;
}

.lgk-digital-home__tile-link .lgk-wayne-home__tile-title {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.lgk-digital-home__tile-link .lgk-wayne-home__tile-count {
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  color: rgba(232, 244, 255, 0.58);
}

.lgk-digital-home__tile-ico {
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #041018;
  background: linear-gradient(135deg, var(--dig-cyan), var(--dig-violet));
  position: relative;
}

.lgk-digital-home__tile-ico::before {
  content: "";
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.lgk-digital-home__tile-ico--dl::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 19h14'/%3E%3C/svg%3E");
}

.lgk-digital-home__tile-ico--mail::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 7 9-7'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 7 9-7'/%3E%3C/svg%3E");
}

.lgk-digital-home__tile-ico--blog::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z'/%3E%3C/svg%3E");
}

.lgk-digital-home__tile-ico--faq::before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.1 9a3 3 0 0 1 5.8 1c0 2-3 2.5-3 4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M9.1 9a3 3 0 0 1 5.8 1c0 2-3 2.5-3 4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
}

.lgk-digital-home__rail.lgk-wayne-home__rail--secondary {
  gap: 0.65rem;
}

@media screen and (min-width: 700px) {
  .lgk-digital-home__rail.lgk-wayne-home__rail--secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media screen and (min-width: 1100px) {
  .lgk-digital-home__rail.lgk-wayne-home__rail--secondary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lgk-digital-home .lgk-digital-home__nl.lgk-nl-cta--banner {
  border-color: rgba(34, 211, 238, 0.28);
  background: linear-gradient(120deg, rgba(34, 211, 238, 0.12), rgba(167, 139, 250, 0.1));
  border-radius: 14px;
}

.lgk-digital-home .lgk-digital-home__nl .lgk-nl-cta__badge {
  background: var(--dig-violet);
  color: #fff;
}

/* —— Points & platforms —— */
.lgk-digital-home__points {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background:
    radial-gradient(ellipse 50% 60% at 15% 30%, rgba(251, 191, 36, 0.07), transparent 60%),
    transparent;
}

.lgk-digital-home__platforms {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lgk-digital-home__platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

  .lgk-digital-home__points-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .lgk-digital-home__platform-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lgk-digital-home__points-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lgk-digital-home__platform {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0.95rem;
  border-radius: 14px;
  text-decoration: none;
  color: var(--dig-text);
  background: linear-gradient(160deg, rgba(34, 211, 238, 0.1), rgba(167, 139, 250, 0.05));
  border: 1px solid rgba(34, 211, 238, 0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.lgk-digital-home__platform:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.lgk-digital-home__platform--hot {
  border-color: rgba(167, 139, 250, 0.35);
  background: linear-gradient(160deg, rgba(167, 139, 250, 0.14), rgba(34, 211, 238, 0.06));
}

.lgk-digital-home__points-grid .lgk-digital-home__platform--hot {
  border-color: rgba(251, 191, 36, 0.32);
  background: linear-gradient(160deg, rgba(251, 191, 36, 0.12), rgba(167, 139, 250, 0.06));
}

.lgk-digital-home__platform-mark {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-items: center;
  border-radius: 11px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: #041018;
  background: linear-gradient(135deg, var(--dig-cyan), #67e8f9);
  box-shadow: 0 4px 14px rgba(34, 211, 238, 0.25);
}

.lgk-digital-home__points-grid .lgk-digital-home__platform-mark {
  background: linear-gradient(135deg, #fcd34d, var(--dig-amber));
  box-shadow: 0 4px 14px rgba(251, 191, 36, 0.28);
}

.lgk-digital-home__platform-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.lgk-digital-home__platform-name {
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.lgk-digital-home__platform-sub {
  font-size: 0.78rem;
  color: var(--dig-muted);
  line-height: 1.3;
}

/* —— Steps —— */
.lgk-digital-home__steps {
  background:
    linear-gradient(180deg, rgba(10, 16, 28, 0.9), rgba(10, 16, 28, 0.55));
  border-block: 1px solid rgba(255, 255, 255, 0.04);
}

.lgk-digital-home__steps-grid {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.lgk-digital-home__steps-grid > .lgk-digital-home__step,
.lgk-digital-home__step {
  box-sizing: border-box;
  margin: 0;
  padding: 1.55rem 1.4rem;
  border-radius: var(--dig-radius);
  background: var(--dig-panel);
  border: 1px solid rgba(34, 211, 238, 0.14);
  position: relative;
  overflow: hidden;
}

.lgk-digital-home__step::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--dig-cyan), var(--dig-violet));
  opacity: 0.85;
}

.lgk-digital-home__step-num {
  display: inline-grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin: 0 0 0.9rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  color: #041018;
  background: linear-gradient(135deg, var(--dig-cyan), var(--dig-violet));
}

.lgk-digital-home__step-title {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-weight: 750;
  line-height: 1.3;
}

.lgk-digital-home__step-text {
  margin: 0;
  color: var(--dig-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

/* —— Recharge panel —— */
.lgk-digital-home__recharge-cta {
  padding: clamp(1.5rem, 3vw, 2.5rem) 0;
}

.lgk-digital-home__recharge-panel {
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.5rem);
  border-radius: 20px;
  border: 1px solid rgba(34, 211, 238, 0.22);
  background:
    radial-gradient(ellipse 70% 80% at 10% 20%, rgba(34, 211, 238, 0.16), transparent 55%),
    radial-gradient(ellipse 55% 70% at 90% 80%, rgba(167, 139, 250, 0.14), transparent 50%),
    linear-gradient(145deg, #0d1524, #0a101c);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.lgk-digital-home__recharge-panel .lgk-wayne-home__section-head {
  margin-bottom: 1.25rem;
}

.lgk-digital-home__gift-cta {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}

/* —— Promise / finale —— */
.lgk-digital-home__promise.lgk-wayne-home__klarna {
  background:
    radial-gradient(ellipse 60% 80% at 10% 50%, rgba(34, 211, 238, 0.14), transparent 55%),
    radial-gradient(ellipse 50% 70% at 90% 40%, rgba(167, 139, 250, 0.12), transparent 50%),
    #0a101c;
}

.lgk-digital-home .lgk-wayne-home__finale {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
}

.lgk-digital-home .lgk-wayne-home__editorial-shade {
  background: linear-gradient(90deg, rgba(7, 11, 20, 0.88) 0%, rgba(7, 11, 20, 0.4) 65%, transparent 100%);
}

.lgk-digital-home .lgk-wayne-home__link {
  color: var(--dig-cyan);
}

.lgk-digital-home .lgk-wayne-home__link:hover {
  color: #67e8f9;
}

/* —— Dock —— */
.lgk-digital-home__dock {
  position: fixed;
  left: 50%;
  bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 40;
  display: flex;
  gap: 0.35rem;
  padding: 0.4rem;
  border-radius: 999px;
  background: rgba(7, 11, 20, 0.9);
  border: 1px solid rgba(34, 211, 238, 0.28);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.lgk-digital-home__dock-btn {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 750;
  color: var(--dig-text);
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}

.lgk-digital-home__dock-btn--primary {
  background: linear-gradient(120deg, var(--dig-cyan), var(--dig-violet));
  color: #070b14;
}

@media (min-width: 990px) {
  .lgk-digital-home__dock {
    display: none;
  }
}

/* Header logo Digital */
html.lgk-storefront--digital-geekland .header__logo-image--wayne,
html.lgk-storefront--digital-geekland .header__logo-text--wayne,
html.lgk-storefront--digital-geekland .header__logo-image--ga,
html.lgk-storefront--digital-geekland .header__logo-text--ga,
html.lgk-storefront--digital-geekland .header__logo-image--candy,
html.lgk-storefront--digital-geekland .header__logo-image--deal,
html.lgk-storefront--digital-geekland .header__logo-image--lgk,
html.lgk-storefront--digital-geekland .header__logo-image--transparent,
html.lgk-storefront--digital-geekland .header__logo-text--lgk {
  display: none !important;
  opacity: 0 !important;
}

html.lgk-storefront--digital-geekland .header__logo-image--digital {
  display: block !important;
  height: auto !important;
  width: clamp(200px, 36vw, 300px) !important;
  max-width: none !important;
  max-height: 88px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  position: static !important;
}

html.lgk-storefront--digital-geekland .header__logo {
  max-width: none !important;
}

@media (max-width: 749px) {
  html.lgk-storefront--digital-geekland .header__logo-image--digital {
    width: clamp(160px, 52vw, 220px) !important;
    max-height: 68px !important;
  }
}

html.lgk-storefront--digital-geekland .lgk-navi-slide--digital {
  --lgk-navi-accent: #22d3ee;
  --lgk-navi-accent-2: #a78bfa;
  --lgk-navi-icon: #22d3ee;
}

/* Product cards — force cover fill so tiny G2A thumbs don't stay postage-stamp sized */
html.lgk-storefront--digital-geekland .product-card__figure,
html.lgk-storefront--digital-geekland .product-card__media {
  aspect-ratio: 3 / 4;
  min-height: 200px;
  background: linear-gradient(180deg, #1a2030 0%, #121722 100%);
}

html.lgk-storefront--digital-geekland .product-card__media img,
html.lgk-storefront--digital-geekland .product-card__image,
html.lgk-storefront--digital-geekland .product-card__image--primary {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
}

html.lgk-storefront--digital-geekland .product-gallery__media {
  min-height: min(56vw, 360px);
  display: grid;
  place-items: center;
  background: #0f141f;
}

html.lgk-storefront--digital-geekland .product-gallery__media img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: min(70vh, 520px);
  object-fit: contain !important;
}

/* Product cards */
html.lgk-storefront--digital-geekland .lgk-digital-home .product-card,
html.lgk-storefront--digital-geekland .lgk-digital-home .lgk-card-v2 {
  background: var(--dig-panel);
  border-color: rgba(34, 211, 238, 0.14);
}

html.lgk-storefront--digital-geekland .product-card,
html.lgk-storefront--digital-geekland .lgk-card-v2 {
  color: var(--dig-text);
}

html.lgk-storefront--digital-geekland .product-card__title,
html.lgk-storefront--digital-geekland .product-card__title a,
html.lgk-storefront--digital-geekland .lgk-digital-home .product-card__title,
html.lgk-storefront--digital-geekland .lgk-digital-home .product-card__title a,
html.lgk-storefront--digital-geekland .product-card .product-title,
html.lgk-storefront--digital-geekland .product-card a.product-title {
  color: var(--dig-text) !important;
}

html.lgk-storefront--digital-geekland .product-card .price-list,
html.lgk-storefront--digital-geekland .product-card .price-list *,
html.lgk-storefront--digital-geekland .product-card .text-subdued,
html.lgk-storefront--digital-geekland .product-card sale-price,
html.lgk-storefront--digital-geekland .product-card compare-at-price {
  color: #fff !important;
  opacity: 1 !important;
}

html.lgk-storefront--digital-geekland .product-card .lgk-card-v2__game-meta {
  color: var(--dig-muted) !important;
}

html.lgk-storefront--digital-geekland .lgk-digital-home .lgk-wayne-carousel .product-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.14);
  background: var(--dig-panel);
}

/* Product grid cards */
.lgk-digital-home__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}

.lgk-digital-home__grid--product-cards {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.1rem 0.9rem;
}

.lgk-digital-home__grid-item {
  min-width: 0;
}

.lgk-digital-home__grid--product-cards .product-card {
  height: 100%;
  background: var(--dig-panel);
  border: 1px solid rgba(34, 211, 238, 0.14);
  border-radius: 14px;
  overflow: hidden;
}

.lgk-digital-home__grid--product-cards .product-card__figure,
.lgk-digital-home__grid--product-cards .product-card__media {
  background: #0a101c;
  aspect-ratio: 3 / 4;
}

.lgk-digital-home__grid--product-cards .product-card__image,
.lgk-digital-home__grid--product-cards .product-card__image--primary {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}

.lgk-digital-home__grid--product-cards .product-card__title,
.lgk-digital-home__grid--product-cards .product-title,
.lgk-digital-home__grid--product-cards a.product-title {
  color: var(--dig-text) !important;
  font-size: 0.86rem;
}

.lgk-digital-home__grid--product-cards .price-list,
.lgk-digital-home__grid--product-cards sale-price,
.lgk-digital-home__grid--product-cards .product-card__price {
  color: var(--dig-cyan) !important;
}

.lgk-digital-home__card {
  display: flex;
  flex-direction: column;
  background: var(--dig-panel);
  border: 1px solid rgba(34, 211, 238, 0.12);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lgk-digital-home__card:hover {
  border-color: rgba(34, 211, 238, 0.45);
  transform: translateY(-3px);
}

.lgk-digital-home__card-media {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #0a101c;
  overflow: hidden;
}

.lgk-digital-home__card-media img,
.lgk-digital-home__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
}

.lgk-digital-home__card-ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(34, 211, 238, 0.35);
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(34, 211, 238, 0.12), transparent 70%),
    #0a101c;
}

.lgk-digital-home__card-body {
  padding: 0.75rem 0.85rem 1rem;
}

.lgk-digital-home__card-title {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lgk-digital-home__card-price {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--dig-cyan);
}

/* FAQ */
.lgk-digital-home__faq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lgk-digital-home__faq-list {
  display: grid;
  gap: 0.65rem;
  max-width: 820px;
  margin: 0 auto 1.25rem;
}

.lgk-digital-home__faq-item {
  border-radius: 14px;
  border: 1px solid rgba(34, 211, 238, 0.16);
  background: var(--dig-panel);
  padding: 0.95rem 1.15rem;
  transition: border-color 0.2s ease;
}

.lgk-digital-home__faq-item[open] {
  border-color: rgba(34, 211, 238, 0.35);
}

.lgk-digital-home__faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lgk-digital-home__faq-item summary::-webkit-details-marker {
  display: none;
}

.lgk-digital-home__faq-item summary::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid var(--dig-cyan);
  border-bottom: 2px solid var(--dig-cyan);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
  margin-top: -0.2rem;
}

.lgk-digital-home__faq-item[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 0.2rem;
}

.lgk-digital-home__faq-item p {
  margin: 0.7rem 0 0.15rem;
  color: var(--dig-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Blog */
.lgk-digital-home__blog {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lgk-digital-home__blog-grid {
  display: grid;
  gap: 1rem;
}

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

.lgk-digital-home__blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--dig-radius);
  text-decoration: none;
  color: inherit;
  background: var(--dig-panel);
  border: 1px solid rgba(34, 211, 238, 0.14);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.lgk-digital-home__blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.4);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
}

.lgk-digital-home__blog-media {
  aspect-ratio: 16 / 10;
  background: #0a101c;
  overflow: hidden;
}

.lgk-digital-home__blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.lgk-digital-home__blog-card:hover .lgk-digital-home__blog-media img {
  transform: scale(1.04);
}

.lgk-digital-home__blog-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.05rem 1.2rem;
}

.lgk-digital-home__blog-date {
  font-size: 0.78rem;
  color: var(--dig-cyan);
  font-weight: 650;
}

.lgk-digital-home__blog-title {
  font-weight: 750;
  font-size: 1rem;
  line-height: 1.35;
}

.lgk-digital-home__blog-excerpt {
  font-size: 0.88rem;
  color: var(--dig-muted);
  line-height: 1.45;
}

/* SEO */
.lgk-digital-home__seo {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lgk-digital-home__seo-text {
  max-width: 52rem;
  color: var(--dig-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.lgk-digital-home__seo-text p {
  margin: 0 0 0.85rem;
}

.lgk-digital-home__seo-text strong {
  color: var(--dig-text);
}

.lgk-digital-home__seo-text a {
  color: var(--dig-cyan);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media (max-width: 749px) {
  .lgk-digital-home__hero-inner {
    text-align: left;
    max-width: 100%;
  }

  .lgk-digital-home__hero-cta {
    width: 100%;
  }

  .lgk-digital-home__hero-cta .lgk-wayne-home__btn {
    flex: 1 1 auto;
    justify-content: center;
    text-align: center;
  }
}
