/* LGK — Bloc SEO accueil (style Gaming Zone / hub collections) */

.shopify-section--lgk-home-seo-content {
  --lgk-seo-accent: 167 139 250;
  --lgk-seo-gaming: 52 211 153;
  --lgk-seo-warm: 251 191 36;
}

.lgk-home-seo__shell {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: max(var(--container-gutter), 1rem);
  box-sizing: border-box;
}

.lgk-home-seo {
  display: flex;
  flex-direction: column;
  gap: clamp(1.15rem, 2.5vw, 1.65rem);
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.lgk-home-seo__head {
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
  padding-block-end: 0;
}

.lgk-home-seo__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(var(--lgk-seo-gaming));
  background: rgb(var(--lgk-seo-gaming) / 0.12);
  border: 1px solid rgb(var(--lgk-seo-gaming) / 0.32);
}

.lgk-home-seo__title {
  margin: 0.65rem 0 0;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lgk-home-seo__lead {
  margin: 0.6rem 0 0;
  color: rgb(var(--text-color) / 0.74);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  line-height: 1.6;
}

.lgk-home-seo__lead strong {
  color: rgb(var(--text-color) / 0.92);
  font-weight: 700;
}

/* Grille cartes */
.lgk-home-seo__grid {
  display: grid;
  gap: clamp(0.75rem, 1.6vw, 1rem);
  grid-template-columns: 1fr;
  margin-block-start: 0;
}

@media screen and (min-width: 700px) {
  .lgk-home-seo__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lgk-home-seo-card--featured,
  .lgk-home-seo-card--span {
    grid-column: 1 / -1;
  }
}

.lgk-home-seo-card {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  padding: clamp(1rem, 1.8vw, 1.25rem);
  border-radius: 18px;
  border: 1px solid rgb(var(--text-color) / 0.12);
  background:
    radial-gradient(ellipse 70% 55% at 100% 0%, rgb(var(--lgk-seo-accent) / 0.1), transparent 58%),
    rgb(var(--text-color) / 0.04);
  box-shadow: 0 12px 32px rgb(0 0 0 / 0.22);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lgk-home-seo-card:hover {
  border-color: rgb(var(--lgk-seo-accent) / 0.35);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgb(0 0 0 / 0.28);
}

.lgk-home-seo-card--featured {
  border-color: rgb(var(--lgk-seo-gaming) / 0.42);
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgb(var(--lgk-seo-gaming) / 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgb(var(--lgk-seo-gaming) / 0.08), transparent 50%),
    rgb(6 78 59 / 0.22);
}

.lgk-home-seo-card--featured:hover {
  border-color: rgb(var(--lgk-seo-gaming) / 0.55);
}

.lgk-home-seo-card__top {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.lgk-home-seo-card__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  font-size: 1.2rem;
  line-height: 1;
  background: rgb(var(--lgk-seo-accent) / 0.14);
  border: 1px solid rgb(var(--lgk-seo-accent) / 0.28);
}

.lgk-home-seo-card--featured .lgk-home-seo-card__icon {
  background: rgb(var(--lgk-seo-gaming) / 0.16);
  border-color: rgb(var(--lgk-seo-gaming) / 0.35);
}

.lgk-home-seo-card__heading {
  margin: 0;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.lgk-home-seo-card__subheading {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgb(var(--lgk-seo-accent));
  line-height: 1.35;
}

.lgk-home-seo-card--featured .lgk-home-seo-card__subheading {
  color: rgb(var(--lgk-seo-gaming));
}

.lgk-home-seo-card__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.58;
  color: rgb(var(--text-color) / 0.78);
}

.lgk-home-seo-card__text strong {
  color: rgb(var(--text-color) / 0.94);
  font-weight: 700;
}

.lgk-home-seo-card__text a {
  color: rgb(var(--lgk-seo-gaming));
  text-decoration: underline;
  text-underline-offset: 0.15em;
  font-weight: 600;
}

.lgk-home-seo-card__text a:hover {
  color: rgb(var(--lgk-seo-accent));
}

.lgk-home-seo-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-block-start: 0.35rem;
  padding-block-start: 0.15rem;
}

.lgk-home-seo-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: rgb(var(--text-color));
  background: rgb(var(--text-color) / 0.08);
  border: 1px solid rgb(var(--text-color) / 0.16);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.lgk-home-seo-card__link:hover {
  background: rgb(var(--lgk-seo-gaming) / 0.14);
  border-color: rgb(var(--lgk-seo-gaming) / 0.4);
  color: rgb(var(--text-color));
}

.lgk-home-seo-card__link--primary {
  color: rgb(6 78 59);
  background: rgb(var(--lgk-seo-gaming));
  border-color: rgb(var(--lgk-seo-gaming));
}

.lgk-home-seo-card__link--primary:hover {
  background: rgb(var(--lgk-seo-gaming) / 0.88);
  border-color: rgb(var(--lgk-seo-gaming) / 0.88);
  color: rgb(6 78 59);
}

/* Chips périphériques */
.lgk-home-seo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.15rem 0 0;
  padding: 0;
  list-style: none;
}

.lgk-home-seo-chips__item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgb(var(--text-color) / 0.88);
  background: rgb(var(--text-color) / 0.07);
  border: 1px solid rgb(var(--text-color) / 0.12);
}

.lgk-home-seo-chips__item strong {
  font-weight: 800;
  color: rgb(var(--text-color));
}

/* Séparateur avant bandeau confiance */
.lgk-home-seo__trust-zone {
  margin-block-start: 0;
  padding-block-start: clamp(0.85rem, 2vw, 1.15rem);
  border-block-start: 1px solid rgb(var(--text-color) / 0.1);
}

/* Bandeau confiance */
.lgk-home-seo__trust {
  display: grid;
  gap: clamp(0.65rem, 1.5vw, 0.85rem);
  margin: 0;
  padding: clamp(1rem, 2vw, 1.25rem);
  border-radius: 18px;
  list-style: none;
  border: 1px solid rgb(var(--lgk-seo-warm) / 0.28);
  background:
    radial-gradient(ellipse 60% 80% at 0% 50%, rgb(var(--lgk-seo-warm) / 0.1), transparent 60%),
    rgb(var(--text-color) / 0.04);
}

@media screen and (min-width: 700px) {
  .lgk-home-seo__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1000px) {
  .lgk-home-seo__trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lgk-home-seo__trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  padding: 0.35rem 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgb(var(--text-color) / 0.78);
}

.lgk-home-seo__trust-ico {
  flex-shrink: 0;
  font-size: 1.05rem;
  line-height: 1;
}

.lgk-home-seo__trust-item strong {
  display: block;
  color: rgb(var(--text-color));
  font-weight: 800;
  font-size: 0.875rem;
}

/* Reset prose hérité */
.shopify-section--lgk-home-seo-content .lgk-home-seo h2,
.shopify-section--lgk-home-seo-content .lgk-home-seo h3,
.shopify-section--lgk-home-seo-content .lgk-home-seo p,
.shopify-section--lgk-home-seo-content .lgk-home-seo ul {
  margin: 0;
}

.shopify-section--lgk-home-seo-content .prose {
  max-width: none;
}
