.pr-shootout-page,
.pr-shootout-page * {
  box-sizing: border-box;
}

.pr-shootout-page {
  min-height: 100vh;
  padding: 0 0 72px;
  background: #eef4fb;
}

.pr-shootout-maintenance .pr-container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .86rem;
  font-weight: 750;
  text-align: center;
}

.pr-shootout-maintenance i {
  color: #b67900;
}

.pr-shootout-hero-shell {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(94, 184, 235, .20);
  background:
    radial-gradient(circle at 14% 12%, rgba(18, 112, 255, .27), transparent 35%),
    radial-gradient(circle at 88% 18%, rgba(0, 209, 255, .17), transparent 31%),
    linear-gradient(118deg, #08152a 0%, #071a2b 56%, #073145 100%);
}

.pr-shootout-hero {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: 38px;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 46px;
  color: #fff;
}

.pr-shootout-kicker,
.pr-shootout-mode,
.pr-shootout-section-title > span,
.pr-shootout-leaderboard header span,
.pr-shootout-result__copy > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #73caff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pr-shootout-hero h1 {
  margin: 8px 0 4px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(3.4rem, 7vw, 6.9rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .86;
}

.pr-shootout-hero h1 span {
  color: #37b8ff;
}

.pr-shootout-hero p {
  margin: 18px 0 0;
  color: #d5e3f4;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 600;
}

.pr-shootout-guest-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  border: 1px solid rgba(115, 202, 255, .34);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(20, 121, 207, .16);
  color: #c9ecff;
  font-size: .78rem;
  font-weight: 800;
}

.pr-shootout-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.pr-shootout-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.pr-shootout-button:not(:disabled):hover {
  transform: translateY(-2px);
}

.pr-shootout-button:disabled {
  cursor: not-allowed;
  opacity: .52;
}

.pr-shootout-button--primary {
  background: #168cff;
  color: #fff;
}

.pr-shootout-button--primary:not(:disabled):hover {
  background: #0878e6;
}

.pr-shootout-button--ghost {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.pr-shootout-button--ghost:not(:disabled):hover {
  border-color: rgba(255, 255, 255, .52);
  background: rgba(255, 255, 255, .14);
}

.pr-shootout-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(10, 27, 48, .78);
}

.pr-shootout-hero__stats article {
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.pr-shootout-hero__stats article:last-child {
  border-right: 0;
}

.pr-shootout-hero__stats span {
  color: #99abc2;
  font-size: .76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pr-shootout-hero__stats strong {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1;
}

.pr-shootout-alert-wrap {
  padding-top: 26px;
}

.pr-shootout-alert {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 0 0 24px;
  border: 1px solid #efb640;
  border-radius: 14px;
  padding: 17px 19px;
  background: #fff7df;
  color: #5a410b;
}

.pr-shootout-alert > i {
  margin-top: 3px;
  color: #c48100;
}

.pr-shootout-alert div {
  display: grid;
  gap: 3px;
}

.pr-shootout-app {
  display: grid;
  margin-top: 32px;
  grid-template-columns: minmax(0, 1.72fr) minmax(300px, .78fr);
  gap: 24px;
  align-items: start;
}

.pr-shootout-game-column,
.pr-shootout-sidebar {
  display: grid;
  gap: 24px;
}

.pr-shootout-game-card,
.pr-shootout-how,
.pr-shootout-leaderboard,
.pr-shootout-rules {
  border: 1px solid #dce4ee;
  border-radius: 20px;
  background: #fff;
}

.pr-shootout-game-card {
  overflow: hidden;
}

.pr-shootout-game-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px 18px;
}

.pr-shootout-game-card__head h2,
.pr-shootout-section-title h2,
.pr-shootout-leaderboard h2,
.pr-shootout-rules h2,
.pr-shootout-result h3 {
  margin: 3px 0 0;
  color: #102039;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
}

.pr-shootout-game-card__head h2 {
  font-size: 2rem;
}

.pr-shootout-mode {
  color: #1479cf;
}

.pr-shootout-sound {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid #ced9e6;
  border-radius: 12px;
  background: #f6f9fc;
  color: #1b385d;
}

.pr-shootout-sound[aria-pressed="false"] {
  color: #8c99aa;
}

.pr-shootout-scoreboard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e4eaf1;
  border-bottom: 1px solid #e4eaf1;
  background: #f8fafc;
}

.pr-shootout-scoreboard > div {
  display: grid;
  gap: 3px;
  padding: 14px 18px;
  border-right: 1px solid #e4eaf1;
}

.pr-shootout-scoreboard > div:last-child {
  border-right: 0;
}

.pr-shootout-scoreboard span {
  color: #75849a;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.pr-shootout-scoreboard strong {
  color: #13243d;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.pr-shootout-scoreboard b {
  font: inherit;
}

.pr-shootout-rink {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-top: 1px solid #173a55;
  border-bottom: 1px solid #c7dde9;
  background: #06101e;
  touch-action: none;
  user-select: none;
}

.pr-shootout-rink canvas {
  width: 100%;
  height: 100%;
  display: block;
  cursor: grab;
  touch-action: none;
}

.pr-shootout-rink canvas.is-dragging {
  cursor: grabbing;
}

.pr-shootout-rink__message {
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: min(88%, 430px);
  display: grid;
  gap: 2px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 12px;
  padding: 11px 15px;
  background: rgba(4, 15, 29, .90);
  backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.pr-shootout-rink__message strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.pr-shootout-rink__message span {
  color: #c6d6e8;
  font-size: .82rem;
}

.pr-shootout-rink__message.is-success strong {
  color: #62e394;
}

.pr-shootout-rink__message.is-danger strong {
  color: #ff7b7b;
}

.pr-shootout-points-pop {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  color: #ffe45f;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  pointer-events: none;
}

.pr-shootout-points-pop.is-animating {
  animation: pr-shootout-points .9s ease both;
}

@keyframes pr-shootout-points {
  0% { opacity: 0; transform: translate(-50%, 20px) scale(.8); }
  25% { opacity: 1; transform: translate(-50%, 0) scale(1.06); }
  100% { opacity: 0; transform: translate(-50%, -28px) scale(1); }
}

.pr-shootout-progress {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 18px 24px 8px;
}

.pr-shootout-progress span {
  width: 15px;
  height: 15px;
  border: 2px solid #b8c4d3;
  border-radius: 50%;
  background: #fff;
}

.pr-shootout-progress span.is-goal {
  border-color: #1ca75b;
  background: #1ca75b;
}

.pr-shootout-progress span.is-save,
.pr-shootout-progress span.is-miss {
  border-color: #dd4255;
  background: #dd4255;
}

.pr-shootout-progress span.is-current {
  border-color: #168cff;
  background: #dceeff;
}

.pr-shootout-instruction {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 8px 24px 22px;
  border: 1px solid #dbe7f3;
  border-radius: 13px;
  padding: 13px 15px;
  background: #f4f9ff;
  color: #173352;
}

.pr-shootout-instruction > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #168cff;
  color: #fff;
}

.pr-shootout-instruction div {
  display: grid;
  gap: 2px;
}

.pr-shootout-instruction strong {
  font-size: .9rem;
}

.pr-shootout-instruction span {
  color: #65768d;
  font-size: .8rem;
}

.pr-shootout-result {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  margin: 0 24px 24px;
  border: 1px solid #b8dfff;
  border-radius: 16px;
  padding: 18px;
  background: #edf8ff;
}

.pr-shootout-result[hidden] {
  display: none;
}

.pr-shootout-result__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #168cff;
  color: #fff;
  font-size: 1.3rem;
}

.pr-shootout-result h3 {
  font-size: 1.6rem;
}

.pr-shootout-result p {
  margin: 3px 0 0;
  color: #5c6f86;
  font-size: .88rem;
}

.pr-shootout-how {
  padding: 24px;
}

.pr-shootout-section-title h2 {
  font-size: 1.8rem;
}

.pr-shootout-how__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.pr-shootout-how__grid article {
  display: grid;
  gap: 7px;
  border: 1px solid #e0e7ef;
  border-radius: 14px;
  padding: 17px;
  background: #f9fbfd;
}

.pr-shootout-how__grid i {
  color: #168cff;
  font-size: 1.25rem;
}

.pr-shootout-how__grid strong {
  color: #13243d;
}

.pr-shootout-how__grid span {
  color: #697a90;
  font-size: .84rem;
  line-height: 1.5;
}

.pr-shootout-leaderboard,
.pr-shootout-rules {
  overflow: hidden;
}

.pr-shootout-leaderboard > header,
.pr-shootout-rules > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.pr-shootout-leaderboard > header > i,
.pr-shootout-rules > header > i {
  color: #168cff;
  font-size: 1.35rem;
}

.pr-shootout-leaderboard h2,
.pr-shootout-rules h2 {
  font-size: 1.55rem;
}

.pr-shootout-leaderboard__list {
  display: grid;
}

.pr-shootout-rank {
  display: grid;
  grid-template-columns: 28px 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 13px 16px;
  border-bottom: 1px solid #edf1f5;
}

.pr-shootout-rank:last-child {
  border-bottom: 0;
}

.pr-shootout-rank.is-current {
  background: #edf7ff;
}

.pr-shootout-rank__position {
  color: #6e7c90;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-align: center;
}

.pr-shootout-rank:nth-child(1) .pr-shootout-rank__position { color: #c49300; }
.pr-shootout-rank:nth-child(2) .pr-shootout-rank__position { color: #75808f; }
.pr-shootout-rank:nth-child(3) .pr-shootout-rank__position { color: #a96532; }

.pr-shootout-rank__avatar {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d9e1eb;
  border-radius: 50%;
  background: #eef3f8;
  color: #8190a3;
}

.pr-shootout-rank__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-shootout-rank__member {
  min-width: 0;
  display: grid;
}

.pr-shootout-rank__member strong {
  overflow: hidden;
  color: #172941;
  font-size: .86rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pr-shootout-rank__member small {
  color: #7a899d;
  font-size: .72rem;
}

.pr-shootout-rank__score {
  color: #0e6fc7;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
}

.pr-shootout-empty {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 38px 20px;
  color: #7b899b;
  text-align: center;
}

.pr-shootout-empty i {
  color: #9eb4ca;
  font-size: 1.5rem;
}

.pr-shootout-empty strong {
  color: #334962;
}

.pr-shootout-empty span {
  font-size: .82rem;
}

.pr-shootout-rules {
  padding-bottom: 8px;
}

.pr-shootout-rules > header {
  justify-content: flex-start;
}

.pr-shootout-rules p {
  margin: 0;
  padding: 17px 20px 12px;
  color: #64758b;
  font-size: .86rem;
  line-height: 1.6;
}

.pr-shootout-rules ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 14px;
}

.pr-shootout-rules li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid #edf1f5;
  color: #52657d;
  font-size: .79rem;
}

.pr-shootout-rules li strong {
  color: #152a45;
  text-align: right;
}

@media (max-width: 1080px) {
  .pr-shootout-hero {
    grid-template-columns: 1fr;
  }

  .pr-shootout-hero__stats {
    max-width: 720px;
  }

  .pr-shootout-app {
    grid-template-columns: 1fr;
  }

  .pr-shootout-sidebar {
    grid-template-columns: 1.2fr .8fr;
  }
}

@media (max-width: 700px) {
  .pr-shootout-page {
    padding: 0 0 48px;
  }

  .pr-shootout-hero-shell {
    background:
      radial-gradient(circle at 20% 5%, rgba(18, 112, 255, .26), transparent 33%),
      radial-gradient(circle at 88% 15%, rgba(0, 209, 255, .14), transparent 31%),
      linear-gradient(155deg, #071426 0%, #09233a 100%);
  }

  .pr-shootout-hero {
    min-height: 0;
    gap: 26px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pr-shootout-app {
    margin-top: 20px;
  }

  .pr-shootout-hero h1 {
    max-width: 100%;
    font-size: clamp(2.9rem, 15vw, 4.45rem);
    letter-spacing: -.055em;
  }

  .pr-shootout-hero__actions,
  .pr-shootout-button {
    width: 100%;
  }

  .pr-shootout-guest-pill {
    max-width: 100%;
  }

  .pr-shootout-hero__stats article {
    min-height: 88px;
    padding: 15px 10px;
    text-align: center;
  }

  .pr-shootout-hero__stats span {
    font-size: .65rem;
  }

  .pr-shootout-game-card__head {
    padding: 18px;
  }

  .pr-shootout-game-card__head h2 {
    font-size: 1.65rem;
  }

  .pr-shootout-scoreboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pr-shootout-scoreboard > div:nth-child(2) {
    border-right: 0;
  }

  .pr-shootout-scoreboard > div:nth-child(-n+2) {
    border-bottom: 1px solid #e4eaf1;
  }

  .pr-shootout-rink {
    aspect-ratio: 4 / 5;
  }

  .pr-shootout-rink__message {
    bottom: 16px;
  }

  .pr-shootout-result {
    grid-template-columns: auto 1fr;
    margin: 0 18px 18px;
  }

  .pr-shootout-result .pr-shootout-button {
    grid-column: 1 / -1;
  }

  .pr-shootout-instruction {
    margin: 8px 18px 18px;
  }

  .pr-shootout-how {
    padding: 20px;
  }

  .pr-shootout-how__grid,
  .pr-shootout-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pr-shootout-button,
  .pr-shootout-points-pop {
    transition: none;
    animation: none;
  }
}


/* Shootout — emplacement publicitaire administrable */
.pr-shootout-ad-card {
  overflow: hidden;
  border: 1px solid #dbe4ee;
  border-radius: 18px;
  background: #fff;
}

.pr-shootout-ad-card__head {
  display: flex;
  align-items: center;
  padding: 12px 14px;
}

.pr-shootout-ad-card__head h2 {
  margin: 0;
  color: #6b7280;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.pr-shootout-ad-carousel {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.pr-shootout-ad-viewport {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: #f3f7fb;
}

.pr-shootout-ad-slide {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  color: inherit;
  text-decoration: none;
  opacity: 0;
  transform: translateX(12px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.pr-shootout-ad-slide.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.pr-shootout-ad-slide:hover {
  color: inherit;
  text-decoration: none;
}

.pr-shootout-ad-media {
  display: grid;
  place-items: center;
  min-height: 220px;
  overflow: hidden;
  border-radius: 14px;
  background: #f3f7fb;
}

.pr-shootout-ad-media img {
  width: 100%;
  height: auto;
  max-height: 460px;
  display: block;
  object-fit: contain;
}

.pr-shootout-ad-slide--text {
  background: linear-gradient(145deg, #071426, #0c3152);
}

.pr-shootout-ad-copy {
  min-height: 240px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 9px;
  padding: 24px;
  color: #fff;
}

.pr-shootout-ad-copy > span {
  color: #55bdff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pr-shootout-ad-copy strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  line-height: 1.05;
}

.pr-shootout-ad-copy em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 3px;
  padding: 0 13px;
  border-radius: 10px;
  background: #168cff;
  color: #fff;
  font-size: .76rem;
  font-style: normal;
  font-weight: 850;
}

.pr-shootout-ad-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.pr-shootout-ad-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #c8d3df;
}

.pr-shootout-ad-dots button.is-active {
  width: 22px;
  background: #168cff;
}

.pr-shootout-ad-card--adsense {
  padding-bottom: 14px;
}

.pr-shootout-adsense-slot {
  min-height: 250px;
  padding: 14px;
}

.pr-shootout-adsense-unit {
  display: block;
  width: 100%;
  min-height: 250px;
}

.pr-shootout-ad-card--adsense:has(.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}

@media (max-width: 700px) {
  .pr-shootout-ad-card__head {
    min-height: 42px;
    padding: 11px 13px;
  }

  .pr-shootout-ad-carousel {
    padding: 12px;
  }

  .pr-shootout-ad-media,
  .pr-shootout-ad-viewport {
    min-height: 0;
  }

  .pr-shootout-ad-media img {
    max-height: none;
  }
}

/* =========================================================
   HERO SHOOTOUT — reproduction fidèle HTML/CSS v7
   L’image /assets/img/shootout/shootout-hero-arena.webp
   doit contenir uniquement l’aréna, le gardien, le filet et la rondelle.
   ========================================================= */

.pr-shootout-maintenance {
    /* border-top: 1px solid var(--bs-white); */
    /* border-bottom: 2px solid var(--bs-white); */
    background: var(--bs-primary-text-emphasis);
    color: var(--bs-white);
}

.pr-shootout-maintenance .pr-container {
  min-height: 58px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: .92rem;
  font-weight: 800;
}

.pr-shootout-maintenance i {
  color: #ff6a1a;
}

.pr-shootout-hero-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(650px, 42vw, 760px);
  border-bottom: 1px solid #d6e2f0;
  background-color: #f8fbff;
  background-image: url('/assets/img/shootout/shootout-hero-arena.webp');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Rend la partie gauche parfaitement lisible même si l’image change légèrement. */
.pr-shootout-hero-shell::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.98) 30%,
      rgba(255,255,255,.82) 43%,
      rgba(255,255,255,.20) 57%,
      rgba(255,255,255,0) 70%);
}

.pr-shootout-hero-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 14%, rgba(48,126,255,.07), transparent 28%),
    linear-gradient(180deg, transparent 72%, rgba(224,237,252,.35));
}

.pr-shootout-hero.pr-container {
  width: min(1640px, calc(100% - 64px));
  max-width: none;
}

.pr-shootout-hero {
  position: relative;
  min-height: clamp(650px, 42vw, 760px);
  display: grid;
  grid-template-columns: minmax(520px, .92fr) minmax(560px, 1.08fr);
  grid-template-rows: 1fr auto;
  column-gap: clamp(28px, 3vw, 60px);
  row-gap: 22px;
  align-items: center;
  padding-top: clamp(54px, 5vw, 88px);
  padding-bottom: clamp(38px, 4vw, 62px);
  color: #071d46;
}

.pr-shootout-hero__content,
.pr-shootout-hero__copy {
  grid-column: 1;
  grid-row: 1 / 3;
  position: relative;
  z-index: 3;
  align-self: center;
  width: min(100%, 760px);
  max-width: 760px;
}

.pr-shootout-kicker {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 clamp(24px, 2vw, 34px);
  color: #0868e8;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(.98rem, 1.15vw, 1.28rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.pr-shootout-kicker i {
  flex: 0 0 auto;
  font-size: 1.06em;
  transform: rotate(-7deg);
}

.pr-shootout-hero h1 {
    display: flex;
    flex-direction: column;
    width: max-content;
    max-width: 100%;
    margin: 0;
    color: #071d49;
    font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
    font-size: clamp(6rem, 7.8vw, 9.3rem);
    font-style: italic;
    font-weight: 700;
    line-height: .80;
    /* letter-spacing: -.048em; */
    text-transform: uppercase;
    transform: translateX(-.035em);
    text-shadow: 0 12px 30px rgba(13, 45, 92, .08);
}
.pr-shootout-title-primary,
.pr-shootout-title-accent {
  display: block;
  white-space: nowrap;
}

.pr-shootout-title-primary {
  color: #071d49 !important;
}

.pr-shootout-title-accent {
  margin-top: .13em;
  color: #1265f5 !important;
  background: linear-gradient(180deg, #2a7cff 0%, #1262f3 48%, #064bdc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 10px 22px rgba(16,92,231,.13));
}

.pr-shootout-title-rule {
  display: block;
  width: 56px;
  height: 5px;
  margin: clamp(34px, 3vw, 48px) 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5a13, #ff812f);
  box-shadow: 0 5px 14px rgba(255,90,19,.20);
}

.pr-shootout-hero p {
  max-width: 660px;
  margin: 25px 0 0;
  color: #0b2149;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(1.02rem, 1.35vw, 1.42rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -.018em;
}

.pr-shootout-guest-pill {
  width: fit-content;
  margin-top: 15px;
  border: 1px solid #cfe2ff;
  background: rgba(255,255,255,.88);
  color: #0c5fcb;
  box-shadow: 0 8px 20px rgba(24,80,150,.08);
  backdrop-filter: blur(8px);
}

.pr-shootout-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100%;
  margin-top: clamp(31px, 3vw, 45px);
}

.pr-shootout-hero .pr-shootout-button {
  position: relative;
  min-width: 260px;
  min-height: 76px;
  padding: 0 34px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.pr-shootout-hero .pr-shootout-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255,255,255,.18), transparent 38%);
  pointer-events: none;
}

.pr-shootout-hero .pr-shootout-button i,
.pr-shootout-hero .pr-shootout-button span {
  position: relative;
  z-index: 2;
}

.pr-shootout-hero .pr-shootout-button i {
  width: 24px;
  font-size: 1.25rem;
  text-align: center;
}

.pr-shootout-hero .pr-shootout-button--primary {
  background: linear-gradient(135deg, #086dff 0%, #0a5df0 54%, #0648d4 100%);
  box-shadow: 0 14px 30px rgba(5,84,224,.25), 0 4px 10px rgba(5,66,173,.14);
}

.pr-shootout-hero .pr-shootout-button--secondary {
  background: linear-gradient(135deg, #0d2d63 0%, #071c47 52%, #041536 100%);
  box-shadow: 0 14px 30px rgba(3,21,53,.22), 0 4px 10px rgba(4,22,54,.14);
}

.pr-shootout-hero .pr-shootout-button:not(:disabled):hover {
  color: #fff;
  transform: translateY(-3px);
  filter: brightness(1.055);
}

.pr-shootout-hero .pr-shootout-button:active {
  transform: translateY(-1px);
}

.pr-shootout-hero .pr-shootout-button:focus-visible {
  outline: 3px solid rgba(14,104,238,.28);
  outline-offset: 4px;
}

/* Sur ordinateur, l’image est déjà le fond du hero. */
.pr-shootout-hero__visual {
  display: none;
}

.pr-shootout-hero__stats {
  grid-column: 2;
  grid-row: 2;
  z-index: 4;
  align-self: end;
  justify-self: end;
  width: min(100%, 750px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(197,213,235,.94);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 58px rgba(20,63,122,.16);
  backdrop-filter: blur(14px);
}

.pr-shootout-hero__stats article {
  min-height: 170px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 25px 23px;
  border-right: 1px solid #dbe5f2;
}

.pr-shootout-hero__stats article:last-child {
  border-right: 0;
}

.pr-shootout-stat-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f1ff;
  color: #1068ef;
  font-size: 1.18rem;
}

.pr-shootout-hero__stats article > div {
  min-width: 0;
  display: grid;
  gap: 10px;
}

.pr-shootout-hero__stats article > div > span {
  color: #0a234a;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .025em;
  white-space: nowrap;
  text-transform: uppercase;
}

.pr-shootout-hero__stats strong {
  color: #061d48;
  font-family: "Barlow Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(2.45rem, 3.2vw, 3.45rem);
  font-weight: 900;
  line-height: .9;
  white-space: nowrap;
}

/* Grand ordinateur / portable */
@media (max-width: 1380px) {
  .pr-shootout-hero.pr-container {
    width: min(100% - 44px, 1480px);
  }

  .pr-shootout-hero {
    grid-template-columns: minmax(440px, .88fr) minmax(500px, 1.12fr);
  }

  .pr-shootout-hero h1 {
    font-size: clamp(5rem, 7.6vw, 7.4rem);
  }

  .pr-shootout-hero .pr-shootout-button {
    min-width: 220px;
    min-height: 68px;
    padding-inline: 27px;
  }

  .pr-shootout-hero__stats article {
    min-height: 145px;
    grid-template-columns: 46px 1fr;
    gap: 12px;
    padding: 20px 16px;
  }

  .pr-shootout-stat-icon {
    width: 45px;
    height: 45px;
  }
}

/* Tablette paysage */
@media (max-width: 1080px) {
  .pr-shootout-hero-shell,
  .pr-shootout-hero {
    min-height: 680px;
  }

  .pr-shootout-hero-shell {
    background-position: 61% center;
  }

  .pr-shootout-hero {
    grid-template-columns: minmax(340px, .88fr) minmax(420px, 1.12fr);
    padding-top: 44px;
    padding-bottom: 34px;
  }

  .pr-shootout-hero__copy {
    align-self: start;
    padding-top: 18px;
  }

  .pr-shootout-hero h1 {
    font-size: clamp(4rem, 9vw, 5.8rem);
  }

  .pr-shootout-title-rule {
    margin-top: 27px;
  }

  .pr-shootout-hero p {
    max-width: 410px;
    margin-top: 20px;
  }

  .pr-shootout-hero__actions {
    display: grid;
    max-width: 270px;
    gap: 11px;
  }

  .pr-shootout-hero .pr-shootout-button {
    width: 100%;
    min-width: 0;
    min-height: 60px;
    font-size: .92rem;
  }

  .pr-shootout-hero__stats {
    grid-column: 1 / -1;
    width: min(88%, 720px);
    justify-self: center;
  }
}

/* Tablette portrait et téléphone : l’image devient un vrai bloc visuel. */
@media (max-width: 820px) {
  .pr-shootout-maintenance .pr-container {
    min-height: 48px;
    padding: 8px 14px;
    font-size: .76rem;
  }

  .pr-shootout-hero-shell {
    min-height: 0;
    background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%);
  }

  .pr-shootout-hero-shell::before,
  .pr-shootout-hero-shell::after {
    display: none;
  }

  .pr-shootout-hero.pr-container {
    width: min(100% - 28px, 760px);
  }

  .pr-shootout-hero {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0;
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .pr-shootout-hero__copy {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    padding: 0 4px;
  }

  .pr-shootout-kicker {
    margin-bottom: 22px;
    font-size: .80rem;
  }

  .pr-shootout-hero h1 {
    width: 100%;
    font-size: clamp(4.2rem, 14vw, 6rem);
    line-height: .78;
  }

  .pr-shootout-title-primary,
  .pr-shootout-title-accent {
    white-space: normal;
  }

  .pr-shootout-title-rule {
    width: 48px;
    height: 4px;
    margin-top: 28px;
  }

  .pr-shootout-hero p {
    margin-top: 20px;
    font-size: 1rem;
  }

  .pr-shootout-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    gap: 10px;
    margin-top: 24px;
  }

  .pr-shootout-hero .pr-shootout-button {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 0 16px;
    font-size: .84rem;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
  }

  .pr-shootout-hero__visual {
    grid-column: 1;
    grid-row: 2;
    display: block;
    width: calc(100% + 28px);
    aspect-ratio: 1.52 / 1;
    margin: 22px -14px -42px;
    background: url('/assets/img/shootout/shootout-hero-arena.webp') 72% center / cover no-repeat;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 12%, #000 89%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 12%, #000 89%, transparent 100%);
  }

  .pr-shootout-hero__stats {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    margin-top: 0;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(20,63,122,.13);
  }

  .pr-shootout-hero__stats article {
    min-height: 112px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 7px;
    padding: 14px 7px;
    text-align: center;
  }

  .pr-shootout-stat-icon {
    width: 38px;
    height: 38px;
    font-size: .92rem;
  }

  .pr-shootout-hero__stats article > div {
    gap: 5px;
  }

  .pr-shootout-hero__stats article > div > span {
    font-size: .56rem;
    white-space: normal;
  }

  .pr-shootout-hero__stats strong {
    font-size: clamp(1.7rem, 7vw, 2.3rem);
  }
}

@media (max-width: 560px) {
  .pr-shootout-hero.pr-container {
    width: calc(100% - 20px);
  }

  .pr-shootout-hero {
    padding-top: 30px;
    padding-bottom: 23px;
  }

  .pr-shootout-kicker {
    gap: 9px;
    margin-bottom: 20px;
    font-size: .72rem;
    letter-spacing: .075em;
  }

  .pr-shootout-hero h1 {
    font-size: clamp(3.55rem, 18vw, 5rem);
    line-height: .79;
  }

  .pr-shootout-title-rule {
    width: 44px;
    height: 4px;
    margin-top: 25px;
  }

  .pr-shootout-hero p {
    max-width: 350px;
    margin-top: 18px;
    font-size: .94rem;
  }

  .pr-shootout-hero__actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 25px;
  }

  .pr-shootout-hero .pr-shootout-button {
    min-height: 60px;
    font-size: .94rem;
  }

  .pr-shootout-hero__visual {
    width: calc(100% + 20px);
    aspect-ratio: 1.10 / 1;
    margin: 18px -10px -34px;
    background-position: 70% center;
  }

  .pr-shootout-hero__stats article {
    min-height: 108px;
  }
}

@media (max-width: 390px) {
  .pr-shootout-hero h1 {
    font-size: clamp(3.15rem, 17.6vw, 4.15rem);
  }

  .pr-shootout-hero__stats article {
    padding-inline: 4px;
  }

  .pr-shootout-hero__stats article > div > span {
    font-size: .51rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pr-shootout-hero .pr-shootout-button {
    transition: none;
  }
}
