:root {
  --bg: #12001f;
  --surface: #230040;
  --text: #fff;
  --muted: #e4d8ea;
  --accent: #f7a403;
  --accent2: #f7a403;
  --radius: 20px;
  --jpc-bg: #12001f;
  --jpc-deep: #230040;
  --jpc-panel: #310653;
  --jpc-panel-2: #3d0a64;
  --jpc-line: #6e318f;
  --jpc-accent: #f7a403;
  --jpc-white: #fff;
  --jpc-muted: #e4d8ea;
  --jpc-dark: #230040;
  --jpc-radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--jpc-white);
  background: var(--jpc-bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; }
a { color: var(--jpc-accent); text-underline-offset: .2em; }
.section { padding: 82px 0; }
.center { margin-top: 34px; text-align: center; }
.skip { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 10px 16px; background: var(--jpc-accent); color: var(--jpc-dark); }
.skip:focus { top: 12px; }
.eyebrow { margin: 0 0 10px; color: var(--jpc-accent) !important; font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0 0 18px; color: var(--jpc-white); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 6vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 20px; color: var(--jpc-muted); }

.btn, button, select {
  min-height: 48px;
  border: 1px solid var(--jpc-line);
  border-radius: 10px;
  font: inherit;
  font-weight: 650;
}
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; text-decoration: none; }
.play-btn, .primary-btn,
.social a, .jpc-review-controls button:hover, .jpc-review-controls button:focus-visible {
  color: var(--jpc-dark) !important;
  background: var(--jpc-accent) !important;
  border-color: var(--jpc-accent) !important;
}
.btn.alt, .login-btn { color: var(--jpc-white) !important; background: transparent !important; }
.btn:hover { transform: translateY(-1px); }

.jpc-header { position: relative; z-index: 20; background: var(--jpc-deep); border-bottom: 1px solid var(--jpc-line); }
.jpc-header-row { min-height: 96px; display: grid; grid-template-columns: 210px 1fr auto; gap: 26px; align-items: center; }
.jpc-brand { display: inline-flex; align-items: center; }
.jpc-brand img { display: block; width: 190px; max-height: 68px; object-fit: contain; object-position: left center; }
.jpc-nav { display: flex; justify-content: center; gap: 30px; }
.jpc-nav a { color: var(--jpc-white); font-weight: 600; text-decoration: none; }
.jpc-footer-links a { color: var(--jpc-white); font-weight: 400; text-decoration: none; }
.jpc-nav a:hover, .jpc-footer-links a:hover { color: var(--jpc-accent); }
.jpc-actions { display: flex; align-items: center; gap: 10px; }
.jpc-lang { width: 64px; height: 42px; min-height: 42px; padding: 0 8px; color: var(--jpc-white); background: var(--jpc-deep); border-color: #8b5ba8; }
.jpc-menu { display: none; color: var(--jpc-white) !important; background: transparent !important; }
.jpc-menu, .jpc-lang, .jpc-actions .btn { font-weight: 600; }

.jpc-hero { padding: 96px 0; background: radial-gradient(circle at 80% 45%, #4d0d72 0, var(--jpc-deep) 42%, #160025 100%); }
.hero-v2.jpc-hero { background: radial-gradient(circle at 80% 45%, #4d0d72 0, var(--jpc-deep) 42%, #160025 100%) !important; }
.jpc-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 70px; }
.jpc-hero h1 { max-width: 820px; font-size: clamp(2.7rem, 6vw, 5.6rem); }
.jpc-hero-tagline { max-width: 720px; color: var(--jpc-white) !important; font-size: clamp(1.25rem, 2.4vw, 1.9rem) !important; font-weight: 500; line-height: 1.4; }
.jpc-hero p:not(.eyebrow) { max-width: 740px; font-size: 1.15rem; }
.jpc-hero img { width: 290px; justify-self: center; filter: drop-shadow(0 18px 34px #0008); }
.jpc-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 18px; }
.jpc-hero small { color: var(--jpc-muted); }

.jpc-bonuses, .jpc-feature-section, .jpc-map { background: var(--jpc-panel); }
.jpc-games-section, .jpc-review-section, .jpc-payment-section { background: var(--jpc-deep); }
.jpc-provider-section, .jpc-faq { background: var(--jpc-bg); }
.jpc-editorial { background: #180027; }
.jpc-bonuses, .jpc-feature-section, .jpc-map { background-color: var(--jpc-panel) !important; }
.jpc-games-section, .jpc-review-section, .jpc-payment-section { background-color: var(--jpc-deep) !important; }
.jpc-provider-section, .jpc-faq { background-color: var(--jpc-bg) !important; }

.offers-v2 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 34px; }
.offer-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--jpc-line); border-radius: var(--jpc-radius); background: var(--jpc-bg); }
.offer-visual { display: flex; min-height: 250px; align-items: center; justify-content: center; overflow: hidden; padding: 18px; background: radial-gradient(circle, var(--jpc-panel-2), var(--jpc-bg) 70%); border-bottom: 1px solid var(--jpc-line); }
.offer-visual img { display: block; width: 100%; height: 230px; object-fit: contain; }
.offer-copy { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.offer-copy > span { margin-bottom: 12px; color: var(--jpc-accent); font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.offer-copy h3 { min-height: 2.3em; }
.offer-copy .btn { width: 100%; margin-top: auto; }

.game-categories { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 32px; padding: 0; list-style: none; }
.game-categories li { padding: 9px 18px; color: var(--jpc-white); background: var(--jpc-panel); border: 1px solid var(--jpc-line); border-radius: 9px; font-size: .9rem; font-weight: 500; }
.game-categories li.active { color: var(--jpc-dark); background: var(--jpc-accent); border-color: var(--jpc-accent); }
.games-v2, .game-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.game-tile, .game-card { min-width: 0; overflow: hidden; border: 1px solid var(--jpc-line); border-radius: 15px; background: var(--jpc-bg); }
.game-tile a, .game-card a { position: relative; display: block; height: 100%; color: var(--jpc-white); text-decoration: none; }
.game-tile img, .game-card img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .2s ease; }
.game-tile:hover img, .game-card:hover img { transform: scale(1.025); }
.game-name { display: block; min-height: 56px; padding: 12px 14px; color: var(--jpc-white); font-size: .9rem; font-weight: 650; line-height: 1.35; }
.game-play { position: absolute; top: 10px; right: 10px; padding: 5px 10px; color: var(--jpc-dark); background: var(--jpc-accent); border-radius: 999px; font-size: .72rem; font-weight: 700; }
.game-info { padding: 14px; }
.game-info h3 { margin: 0; color: var(--jpc-white); font-size: .95rem; font-weight: 600; line-height: 1.35; }
.games-footer-action { margin-top: 34px; text-align: center; }

/* Keep the final approved template treatment: artwork only, no custom captions or frames. */
.games-v2, .game-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 12px;
}
.games-v2 .game-tile, .game-grid .game-card {
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
}
.games-v2 .game-tile > a, .game-grid .game-card > a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: transparent;
  line-height: 0;
}
.games-v2 .game-tile img.slot-cover, .game-grid .game-card img.slot-cover {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: contain;
  object-position: center;
  border: 0;
  border-radius: 10px;
  background: transparent;
  clip-path: inset(0 round 10px);
}
.games-v2 .game-name, .game-grid .game-info { display: none; }
.games-v2 .game-play {
  display: grid;
  top: 50%;
  right: 50%;
  bottom: auto;
  min-width: 62px;
  min-height: 38px;
  place-items: center;
  opacity: 0;
  transform: translate(50%, -40%);
}
.games-v2 .game-tile a:hover .game-play,
.games-v2 .game-tile a:focus-visible .game-play {
  opacity: 1;
  transform: translate(50%, -50%);
}

.jpc-logo-grid { display: grid; padding: 0; margin: 34px 0 0; list-style: none; }
.jpc-providers { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.jpc-providers li { display: grid; min-height: 108px; place-items: center; padding: 24px; border: 1px solid var(--jpc-line); border-radius: 16px; background: var(--jpc-deep); }
.jpc-providers img { max-width: 150px; max-height: 44px; }
.features-v2 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.features-v2 .feature { display: block; min-width: 0; min-height: 280px; padding: 38px 24px; text-align: center; border: 1px solid var(--jpc-line); border-radius: var(--jpc-radius); background: linear-gradient(155deg, var(--jpc-panel), var(--jpc-deep)); }
.features-v2 .feature img { display: block; width: 70px; height: 70px; margin: 0 auto 28px; filter: none !important; }
.features-v2 .feature h3 { margin: 0 0 10px; font-size: 1.15rem; }
.features-v2 .feature p { margin: 0; font-size: .92rem; line-height: 1.55; }

.jpc-review-section .center-heading { max-width: 780px; margin: 0 0 38px; text-align: left; }
.reviews-slider { position: relative; }
.reviews-grid { display: flex; gap: 16px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.reviews-grid::-webkit-scrollbar { display: none; }
.reviews-grid > article { flex: 0 0 calc((100% - 32px)/3); min-width: 0; min-height: 250px; padding: 28px; scroll-snap-align: start; border: 1px solid var(--jpc-line); border-radius: var(--jpc-radius); background: var(--jpc-bg); }
.review-top { display: flex; align-items: center; gap: 14px; }
.review-top .avatar { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: var(--jpc-dark); background: var(--jpc-accent); font-weight: 950; }
.review-top h3 { margin: 0; font-size: 1rem; }
.review-top span:not(.avatar) { color: var(--jpc-muted); font-size: .86rem; }
.review-top strong { margin-left: auto; color: var(--jpc-accent); }
.reviews-grid > article > p { margin: 24px 0 0; }
.review-controls { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 24px; }
.review-arrow { display: grid; width: 42px; height: 42px; min-height: 42px; padding: 0; place-items: center; color: var(--jpc-accent); background: var(--jpc-bg); border: 1px solid var(--jpc-accent); border-radius: 7px; cursor: pointer; }
.review-arrow:hover, .review-arrow:focus-visible { color: var(--jpc-dark); background: var(--jpc-accent); }
.review-arrow:disabled { opacity: .35; cursor: default; }
.review-dots { display: flex; gap: 7px; }
.review-dot { width: 8px; height: 8px; min-height: 8px; padding: 0; border: 0; border-radius: 50%; background: #8d739d; cursor: pointer; }
.review-dot.active { width: 22px; border-radius: 999px; background: var(--jpc-accent); }

.jpc-editorial h1 { margin-bottom: 34px; }
.jpc-editorial h2 { margin-top: 58px; font-size: clamp(1.8rem, 3.5vw, 2.7rem); }
.jpc-editorial p { max-width: none; }
.jpc-editorial ul { margin: 0 0 22px; padding-left: 1.35em; color: var(--jpc-muted); }
.jpc-editorial li { padding: 5px 0; }
.jpc-table-wrap { overflow-x: auto; margin: 34px 0 50px; border: 1px solid var(--jpc-line); border-radius: 16px; }
.jpc-table-wrap table { width: 100%; border-collapse: collapse; background: var(--jpc-deep); }
.jpc-table-wrap caption { padding: 18px; color: var(--jpc-white); background: var(--jpc-panel-2); font-weight: 600; }
.jpc-table-wrap th, .jpc-table-wrap td { padding: 14px 18px; text-align: left; border-top: 1px solid var(--jpc-line); }
.jpc-table-wrap th { width: 32%; color: var(--jpc-white); }
.jpc-table-wrap td { color: var(--jpc-muted); }

.jpc-faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 16px; margin-top: 34px; }
.jpc-faq details { align-self: start; padding: 22px 24px; border: 1px solid var(--jpc-line); border-radius: 16px; background: var(--jpc-deep); }
.jpc-faq summary { color: var(--jpc-white); font-weight: 600; cursor: pointer; }
.jpc-faq details[open] { border-color: var(--jpc-accent); }
.jpc-faq details p { margin: 18px 0 0; }
.jpc-map iframe { width: 100%; height: 480px; border: 1px solid var(--jpc-accent); border-radius: var(--jpc-radius); }

.jpc-payments { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.jpc-payments li { display: grid; min-height: 112px; place-items: center; padding: 18px; border: 1px solid var(--jpc-line); border-radius: 14px; background: #310653; }
.jpc-payments img { max-width: 110px; max-height: 34px; }
.jpc-payments span { color: var(--jpc-white); font-size: .82rem; font-weight: 500; }

.jpc-footer { padding: 64px 0 0; background: var(--jpc-deep); border-top: 1px solid var(--jpc-line); }
.jpc-footer-grid { display: grid; grid-template-columns: 1.45fr .8fr .8fr 1.1fr; gap: 32px; }
.footer-logo { display: block; width: 210px; max-height: 74px; object-fit: contain; object-position: left; margin-bottom: 24px; }
.jpc-footer-links { display: flex; flex-direction: column; gap: 7px; }
.jpc-footer-links a { margin: 0 !important; line-height: 1.35; }
.jpc-footer h3 { font-weight: 600; }
.social { display: flex; gap: 10px; margin: 20px 0 26px; }
.social a { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 11px; }
.social img { width: 22px; height: 22px; }
.support-marks { display: flex; align-items: center; gap: 12px; }
.support-marks a { display: grid; width: 104px; height: 48px; place-items: center; }
.support-marks > img { display: block; flex: 0 0 52px; width: 52px; height: 52px; object-fit: contain; }
.support-marks a img { display: block; width: 94px; height: 32px; object-fit: contain; }
.footer-bottom .support-badges.support-marks {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-left: 0;
}
.offer-copy .btn { white-space: nowrap; }
.jpc-copyright { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 52px; padding: 22px 0; color: var(--jpc-muted); border-top: 1px solid var(--jpc-line); }

.jpc-internal { min-height: 60vh; }
.jpc-internal > article.article {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}
.jpc-internal-hero { padding: 48px 0 44px; background: var(--jpc-panel); }
.jpc-internal-hero h1 { max-width: 900px; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1.08; }
.jpc-internal-hero p:not(.eyebrow) { max-width: 850px; font-size: 1.12rem; }
.jpc-internal article section { margin: 0 0 56px; }
.jpc-internal article section h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.jpc-internal .offers-v2, .jpc-internal .game-grid, .jpc-app-cta, .jpc-form { margin-bottom: 60px; }
.jpc-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding: 30px; border: 1px solid var(--jpc-line); border-radius: var(--jpc-radius); background: var(--jpc-panel); }
.jpc-form label { display: grid; gap: 7px; color: var(--jpc-white); font-weight: 600; }
.jpc-form input, .jpc-form select, .jpc-form textarea { width: 100%; min-height: 54px; padding: 12px 14px; border: 1px solid #8b5ba8; border-radius: 9px; color: var(--jpc-white); background: #12001f; font: inherit; }
.jpc-form textarea { min-height: 150px; resize: vertical; }
.jpc-form .full { grid-column: 1/-1; }
.jpc-form .check { display: flex; align-items: center; }
.jpc-form .check input { width: 18px; min-height: 18px; }
.jpc-login-form { max-width: 720px; grid-template-columns: 1fr; }
.jpc-app-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px; border: 1px solid var(--jpc-line); border-radius: var(--jpc-radius); background: var(--jpc-panel); }
.jpc-app-cta img { width: 220px; max-height: 70px; }

@media (max-width: 960px) {
  .jpc-header-row { grid-template-columns: 160px 1fr auto; }
  .jpc-brand img { width: 150px; }
  .jpc-menu { display: inline-flex; justify-self: end; }
  .jpc-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 20px;
    flex-direction: column; gap: 6px; background: var(--jpc-deep); border-bottom: 1px solid var(--jpc-line);
  }
  .jpc-nav.open { display: flex; }
  .jpc-nav a { padding: 10px 0; }
  .jpc-actions .login-btn { display: none; }
  .jpc-hero-grid { grid-template-columns: minmax(0, 1fr) 220px; gap: 28px; }
  .offers-v2 { grid-template-columns: 1fr; }
  .games-v2, .game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .features-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jpc-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .reviews-grid > article { flex-basis: calc((100% - 16px)/2); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 58px 0; }
  .jpc-header-row { min-height: 78px; grid-template-columns: 122px 1fr auto; gap: 8px; }
  .jpc-brand img { width: 120px; max-height: 50px; }
  .jpc-menu { min-height: 38px; padding: 6px 10px; font-size: .85rem; }
  .jpc-actions { gap: 6px; }
  .jpc-lang { width: 54px; height: 36px; min-height: 36px; font-size: .85rem; }
  .jpc-actions .play-btn { min-height: 38px; padding: 7px 10px; font-size: .8rem; }
  .jpc-hero { padding: 64px 0 58px; }
  .jpc-hero-grid { grid-template-columns: 1fr; }
  .jpc-hero img { width: min(68%, 190px); max-height: 210px; margin-top: 12px; justify-self: center; }
  .jpc-hero h1 { font-size: clamp(2.3rem, 12vw, 3.8rem); }
  .games-v2, .game-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .jpc-providers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .features-v2, .jpc-faq-grid, .jpc-footer-grid, .jpc-form { grid-template-columns: 1fr; }
  .reviews-grid { gap: 0; }
  .reviews-grid > article { flex: 0 0 100%; min-height: 260px; }
  .jpc-payments { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .jpc-footer-grid { gap: 26px; }
  .jpc-copyright { align-items: flex-start; flex-direction: column; }
  .jpc-internal-hero { padding: 42px 0 36px; }
  .jpc-internal-hero h1 { font-size: clamp(2.25rem, 11vw, 3.3rem); }
  .jpc-form .full { grid-column: auto; }
  .jpc-app-cta { align-items: flex-start; flex-direction: column; }
  html body .footer-bottom .support-badges.support-marks {
    display: grid;
    width: 100%;
    grid-template-columns: 48px repeat(3, minmax(0, 1fr));
    gap: 6px;
    align-items: center;
  }
  html body .footer-bottom .support-badges.support-marks a {
    width: 100%;
    min-width: 0;
    height: 44px;
    margin: 0;
  }
  html body .footer-bottom .support-badges.support-marks a img {
    width: min(100%, 80px);
    height: 30px;
  }
  html body .footer-bottom .support-badges.support-marks > img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 400px) {
  .jpc-header-row { grid-template-columns: 110px 1fr auto; }
  .jpc-brand img { width: 108px; }
  .jpc-actions .play-btn { display: none; }
}

/* Final brand layer: colour only; template component geometry stays untouched. */
html body .header.jpc-header,
html body .jpc-nav,
html body .jpc-nav.open {
  background-color: #230040 !important;
  background-image: none !important;
}
html body .header .jpc-nav.open {
  background: #230040 !important;
  border-color: #6e318f !important;
}
html body .header .jpc-menu {
  color: #fff !important;
  background: #310653 !important;
  border-color: #6e318f !important;
}
html body .header .menu.jpc-menu:hover,
html body .header .menu.jpc-menu:focus,
html body .header .menu.jpc-menu:focus-visible,
html body .header .menu.jpc-menu:active {
  color: #fff !important;
  background: #3d0a64 !important;
  border-color: #8b5ba8 !important;
  outline-color: #8b5ba8 !important;
}

/* French navigation needs the compact template menu before labels can collide. */
@media (max-width: 1180px) {
  .jpc-header-row { grid-template-columns: 180px 1fr auto; gap: 14px; }
  .jpc-brand img { width: 168px; }
  .jpc-menu { display: inline-flex; justify-self: end; }
  .jpc-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 20px;
    flex-direction: column;
    gap: 6px;
    background: #230040;
    border-bottom: 1px solid #6e318f;
  }
  .jpc-nav.open { display: flex; }
  .jpc-nav a { padding: 10px 0; }
  .jpc-actions .login-btn { display: none; }
}

@media (max-width: 640px) {
  html body .header .jpc-header-row {
    min-height: 72px;
    grid-template-columns: 108px minmax(58px, 1fr) auto;
    gap: 6px;
  }
  html body .header .jpc-brand {
    width: 108px;
    min-width: 0;
  }
  html body .header .jpc-brand img {
    width: 108px !important;
    max-height: 46px;
  }
  html body .header .menu.jpc-menu {
    min-width: 58px;
    width: auto;
    height: 38px;
    min-height: 38px;
    padding: 0 9px !important;
    font-size: .72rem;
  }
  html body .header .jpc-actions {
    min-width: 0;
    gap: 5px;
  }
  html body .header .jpc-actions .play-btn {
    width: auto;
    min-width: 0;
    height: 38px;
    min-height: 38px;
    padding: 0 10px !important;
    font-size: .76rem;
    white-space: nowrap;
  }
}

html body footer.jpc-footer {
  background-color: #230040 !important;
  background-image: none !important;
}
html body .primary-btn,
html body .play-btn,
html body .social a,
html body .game-categories li.active,
html body .review-arrow:hover,
html body .review-arrow:focus-visible,
html body .review-dot.active {
  color: #230040 !important;
  background-color: #f7a403 !important;
  background-image: none !important;
  border-color: #f7a403 !important;
}
html body .header .actions .play-btn,
html body .hero-actions .primary-btn,
html body .offer-copy .primary-btn,
html body .games-footer-action .primary-btn,
html body .footer .social a {
  color: #230040 !important;
  background: #f7a403 !important;
  border-color: #f7a403 !important;
}
html body .header .actions .login-btn {
  color: #fff !important;
  background: #310653 !important;
  border-color: #6e318f !important;
}
html body .eyebrow,
html body .offer-copy > span,
html body .review-top strong {
  color: #f7a403 !important;
}
html body .features-v2 .feature {
  background: linear-gradient(155deg, #310653, #230040) !important;
  border-color: #6e318f !important;
}
html body .features-v2 .feature img {
  filter: none !important;
}

/* Keep the complete site on the compact typography scale of the template. */
html body {
  font-size: 16px;
  line-height: 1.55;
}
html body .jpc-nav a,
html body .jpc-footer-links a {
  font-size: .9rem;
  line-height: 1.35;
}
html body .header .jpc-menu,
html body .header .jpc-lang,
html body .header .jpc-actions .btn,
html body .hero-actions .btn,
html body .offer-copy .btn,
html body .games-footer-action .btn {
  font-size: .84rem;
}
html body .jpc-hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 4.1rem);
}
html body .jpc-internal-hero h1 {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
}
html body .section h2,
html body .editorial h2,
html body .faq h2,
html body .jpc-editorial h2,
html body .jpc-internal article section h2 {
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
  line-height: 1.12;
}
html body h3,
html body .offer-copy h3,
html body .features-v2 .feature h3,
html body .review-top h3 {
  font-size: 1.05rem;
  line-height: 1.2;
}
html body .jpc-hero-tagline {
  font-size: clamp(1rem, 1.55vw, 1.22rem) !important;
  line-height: 1.25;
}
html body .jpc-hero p:not(.eyebrow),
html body .jpc-internal-hero p:not(.eyebrow) {
  font-size: 1rem;
}
html body .article-body p,
html body .jpc-internal article p,
html body .faq details p,
html body .reviews-grid article > p,
html body .offer-copy p {
  font-size: .96rem;
  line-height: 1.55;
}
html body .faq summary,
html body .game-categories li,
html body .jpc-form label {
  font-size: .94rem;
}
html body .jpc-footer h3 {
  font-size: 1rem;
}
html body .jpc-footer p,
html body .jpc-copyright {
  font-size: .9rem;
  line-height: 1.5;
}
html body h1,
html body h2,
html body h3 {
  margin-bottom: 12px;
}
html body p {
  margin-top: 0;
  margin-bottom: 14px;
}
html body .eyebrow {
  margin-bottom: 8px;
  font-size: .7rem;
  line-height: 1.35;
}
html body .section {
  padding-top: 62px;
  padding-bottom: 62px;
}
html body .jpc-hero {
  padding-top: 62px;
  padding-bottom: 62px;
}
html body .jpc-hero-grid {
  gap: 48px;
}
html body .jpc-internal-hero {
  padding-top: 40px;
  padding-bottom: 36px;
}
html body .jpc-internal article section {
  margin-bottom: 36px;
}
html body .jpc-editorial h2 {
  margin-top: 36px;
}
html body .article-body h3 {
  margin-top: 22px;
  margin-bottom: 7px;
}
html body .social {
  margin-top: 14px;
  margin-bottom: 18px;
}
html body .jpc-copyright {
  margin-top: 34px;
}
html body .footer-logo {
  margin-bottom: 16px;
}
html body .jpc-footer {
  padding-top: 48px;
}
@media (max-width: 640px) {
  html body .section {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  html body .jpc-hero {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  html body .jpc-internal-hero {
    padding-top: 32px;
    padding-bottom: 30px;
  }
}
