.personnage-custom-site-nav-entry a {
  position: relative;
  padding: 0.5rem 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.62) !important;
  white-space: nowrap;
}

.personnage-custom-site-nav-entry a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.15rem;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.46), transparent);
  opacity: 0.55;
}

.personnage-custom-site-nav-entry a:hover {
  color: #fff !important;
}

.header .nav-links li:has(> a[href*="#presentation"]) {
  display: none !important;
}

.gta-custom-promo {
  position: relative;
  isolation: isolate;
  margin-top: -1px;
  scroll-margin-top: 82px;
  padding: clamp(7rem, 11vw, 10rem) 1.25rem clamp(6rem, 10vw, 8.5rem);
  background:
    radial-gradient(ellipse at 28% 45%, rgba(113, 69, 255, 0.32) 0%, rgba(83, 46, 177, 0.16) 31%, transparent 67%),
    radial-gradient(ellipse at 76% 48%, rgba(255, 255, 255, 0.15) 0%, rgba(220, 211, 255, 0.075) 27%, transparent 61%),
    linear-gradient(180deg, #0a0a0a 0%, #0d0b12 12%, #161026 34%, #1b1530 52%, #120f1e 74%, #0a0a0a 100%);
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gta-custom-promo::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: clamp(300px, 36vw, 540px);
  background: linear-gradient(180deg, #0a0a0a 0%, rgba(10, 10, 10, 0.94) 16%, rgba(17, 13, 27, 0.64) 58%, transparent 100%);
  pointer-events: none;
}

.gta-custom-promo::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 0 0;
  height: clamp(300px, 36vw, 540px);
  background: linear-gradient(180deg, transparent 0%, rgba(17, 14, 27, 0.62) 42%, rgba(10, 10, 10, 0.94) 84%, #0a0a0a 100%);
  pointer-events: none;
}

.gta-custom-promo__container {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  margin: 0 auto;
}

#avis-communaute {
  position: relative;
  isolation: isolate;
  border-top: 0 !important;
}

#avis-communaute::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: clamp(220px, 26vw, 400px);
  background: linear-gradient(180deg, #0a0a0a 0%, rgba(10, 10, 10, 0.96) 18%, rgba(10, 10, 12, 0.66) 58%, transparent 100%);
  pointer-events: none;
}

#avis-communaute > * {
  position: relative;
  z-index: 1;
}

.gta-custom-promo__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.7rem;
  text-align: left;
}

.gta-custom-promo__heading-icon {
  display: block;
  width: auto;
  height: auto;
  color: #ff0033;
  font-size: 1rem;
  text-shadow: 0 0 22px rgba(255, 0, 51, 0.55);
}

.gta-custom-promo__heading h2 {
  margin: 0;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.gta-custom-promo__heading h2 span {
  color: #ff0033;
}

.gta-custom-promo__heading p {
  max-width: 610px;
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.94rem;
  line-height: 1.6;
}

.gta-custom-promo__card {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gta-custom-promo__visual {
  position: relative;
  display: block;
  min-height: 510px;
  overflow: hidden;
  border-radius: 18px;
  background: #08070b;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 0 60px rgba(255, 0, 51, 0.1);
}

.gta-custom-promo__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 72%, rgba(29, 11, 16, 0.82));
  pointer-events: none;
}

.gta-custom-promo__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  transition: transform 250ms ease;
}

.gta-custom-promo__visual:hover img {
  transform: scale(1.015);
}

.gta-custom-promo__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.5rem);
}

.gta-custom-promo__badge {
  align-self: flex-start;
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(255, 0, 51, 0.25);
  border-radius: 999px;
  background: rgba(255, 0, 51, 0.09);
  color: #ff365f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gta-custom-promo__content h3 {
  margin: 1.25rem 0 0;
  color: #fff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.gta-custom-promo__description {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
  line-height: 1.65;
}

.gta-custom-promo__price {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.gta-custom-promo__price strong {
  color: #ff0033;
  font-size: 2.65rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.gta-custom-promo__price span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.76rem;
}

.gta-custom-promo__content ul {
  display: grid;
  gap: 0;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.gta-custom-promo__content li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  font-weight: 600;
}

.gta-custom-promo__content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #19d26b;
  font-weight: 900;
}

.gta-custom-promo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.gta-custom-promo__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.gta-custom-promo__actions a:hover {
  transform: translateY(-2px);
}

.gta-custom-promo__primary {
  background: #ff0033;
  color: #fff;
  box-shadow: 0 10px 28px rgba(255, 0, 51, 0.24);
}

.gta-custom-promo__secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
}

.gta-custom-promo__secondary:hover {
  border-color: rgba(255, 0, 51, 0.46);
  background: rgba(255, 0, 51, 0.08);
}

@media (max-width: 1040px) {
  .header .nav-links {
    gap: 0.85rem;
  }

  .personnage-custom-site-nav-entry a {
    padding: 0.42rem 0;
    font-size: 0.74rem;
  }
}

@media (max-width: 900px) {
  .gta-custom-promo__card {
    grid-template-columns: 1fr;
  }

  .gta-custom-promo__visual {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .gta-custom-promo__visual::after {
    background: linear-gradient(0deg, rgba(31, 11, 17, 0.7), transparent 35%);
  }

  .gta-custom-promo__visual img {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .gta-custom-promo {
    padding: 5.5rem 1rem 3.8rem;
  }

  .gta-custom-promo__heading {
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }

  .gta-custom-promo__heading-icon {
    flex: 0 0 auto;
  }

  .gta-custom-promo__heading h2 {
    font-size: 1.7rem;
  }

  .gta-custom-promo__heading p {
    font-size: 0.84rem;
  }

  .gta-custom-promo__visual {
    aspect-ratio: 1 / 1;
    border-radius: 14px;
  }

  .gta-custom-promo__content {
    padding: 1.65rem 1.25rem 1.8rem;
  }

  .gta-custom-promo__actions,
  .gta-custom-promo__actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gta-custom-promo__actions a,
  .gta-custom-promo__visual img {
    transition: none;
  }
}
