@charset "UTF-8";
textarea {
  width: 0px;
  height: 0px;
  all: unset;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  appearance: none;
  cursor: pointer;
  /* Другие свойства по необходимости */
}

div {
  box-sizing: border-box;
}

input {
  all: unset;
}

a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Устанавливает цвет ссылки такой же, как у родительского элемента */
  font-weight: normal; /* Устанавливает обычный вес шрифта */
  background: none; /* Убирает фоновый цвет */
  border: none; /* Убирает границу */
  outline: none; /* Убирает обводку */
}

@font-face {
  font-family: "Montserrat";
  src: url("/jeuxcasinosfr-Montserrat-VariableFont_wght.ttf") format("truetype");
}
body {
  box-sizing: border-box;
  font-family: "Montserrat";
  background-color: #0d0d0d;
}

h2 {
  font-family: "Montserrat";
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

:root {
  --jcfr-blue: #0053b5;
  --jcfr-red: #e5002d;
  --jcfr-white: #ffffff;
  --jcfr-ink: #0b0f19;
  --jcfr-ink-2: #0f1422;
  --jcfr-max: 1380px;
}

.jeuxcasinosfr-notice {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  color: var(--jcfr-white);
  background: linear-gradient(180deg, var(--jcfr-ink) 0%, var(--jcfr-ink-2) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.jeuxcasinosfr-notice::after {
  /* тонкий триколор по нижнему краю */
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--jcfr-blue) 0 33.33%, var(--jcfr-white) 33.33% 66.66%, var(--jcfr-red) 66.66% 100%);
  opacity: 0.9;
}

.jeuxcasinosfr-notice__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.jeuxcasinosfr-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 22px;
  padding: 0 8px;
  font: 700 12px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color: var(--jcfr-white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  letter-spacing: 0.3px;
}

.jeuxcasinosfr-notice__lead {
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 15px;
}

.jeuxcasinosfr-notice__sep {
  opacity: 0.7;
}

.jeuxcasinosfr-notice__text {
  opacity: 0.95;
  font-size: 15px;
  letter-spacing: 0.2px;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* компактнее на очень узких */
@media (max-width: 480px) {
  .jeuxcasinosfr-notice__in {
    padding: 8px 12px;
    gap: 10px;
  }
  .jeuxcasinosfr-badge {
    height: 20px;
    min-width: 30px;
    padding: 0 6px;
    font-size: 11px;
  }
  .jeuxcasinosfr-notice__lead,
  .jeuxcasinosfr-notice__text {
    font-size: 14px;
  }
}
:root {
  --jcfr-blue: #0053b5;
  --jcfr-red: #e5002d;
  --jcfr-white: #ffffff;
  --jcfr-ink: #0b0f19;
  --jcfr-ink-2: #0f1422;
  --jcfr-max: 1380px;
  --jcfr-radius: 16px;
  --jcfr-outline: rgba(255, 255, 255, 0.1);
  --jcfr-soft: rgba(255, 255, 255, 0.06);
  --jcfr-muted: rgba(255, 255, 255, 0.78);
  --jcfr-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* SECTION */
.jeuxcasinosfr-hero {
  position: relative;
  color: var(--jcfr-white);
  overflow: clip;
  background: linear-gradient(180deg, var(--jcfr-ink) 0%, var(--jcfr-ink-2) 100%);
  border-bottom: 1px solid var(--jcfr-outline);
}

.jeuxcasinosfr-hero__bg {
  position: absolute;
  inset: -10% -10% 0 -10%;
  pointer-events: none;
  background: radial-gradient(900px 420px at 70% -10%, rgba(255, 255, 255, 0.1), transparent 60%), radial-gradient(600px 260px at 10% 20%, rgba(255, 255, 255, 0.08), transparent 55%);
}

.jeuxcasinosfr-hero::after {
  content: "";
  position: absolute;
  top: -30px;
  right: -80px;
  width: 520px;
  height: 220px;
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-white), var(--jcfr-red));
  filter: blur(24px) saturate(120%);
  transform: rotate(-12deg);
  opacity: 0.18;
}

.jeuxcasinosfr-hero__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 86px 16px 76px;
}

/* TYPO */
.jeuxcasinosfr-hero__title {
  margin: 0 0 16px;
  font-weight: 800;
  letter-spacing: 0.2px;
  font-size: clamp(28px, 2.4vw + 14px, 36px);
  line-height: 1.12;
  position: relative;
}

.jeuxcasinosfr-hero__title::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: linear-gradient(180deg, var(--jcfr-blue) 0 33.33%, var(--jcfr-white) 33.33% 66.66%, var(--jcfr-red) 66.66% 100%);
  border-radius: 2px;
}

.jeuxcasinosfr-hero__intro {
  margin: 0 0 32px;
  color: var(--jcfr-white);
  opacity: 0.92;
  font-size: clamp(15px, 1.2vw + 10px, 18px);
  line-height: 1.55;
  max-width: 860px;
}

/* BENEFITS GRID */
.jeuxcasinosfr-hero__benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.jeuxcasinosfr-benefitCard {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  border-radius: var(--jcfr-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.025));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  will-change: transform;
}

.jeuxcasinosfr-benefitCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.08)), linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-white), var(--jcfr-red));
  background-size: 100% 100%, 180% 100%;
  background-position: 0 0, 0 0;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.65;
  transition: background-position 0.6s ease, opacity 0.3s ease;
}

.jeuxcasinosfr-benefitCard:hover {
  transform: translateY(-2px);
  box-shadow: var(--jcfr-shadow);
}

.jeuxcasinosfr-benefitCard:hover::before {
  background-position: 0 0, 100% 0;
  opacity: 0.9;
}

.jeuxcasinosfr-benefitCard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: var(--jcfr-white);
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.18);
}

.jeuxcasinosfr-benefitCard__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.jeuxcasinosfr-benefitCard__text > strong {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.jeuxcasinosfr-benefitCard__text > span {
  font-size: 13px;
  line-height: 1.25;
  opacity: 0.78;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .jeuxcasinosfr-hero__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .jeuxcasinosfr-hero__in {
    padding: 64px 14px 58px;
  }
  .jeuxcasinosfr-hero__title {
    font-size: clamp(24px, 5vw + 6px, 32px);
  }
  .jeuxcasinosfr-hero__title::before {
    left: -12px;
  }
  .jeuxcasinosfr-hero__benefits {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .jeuxcasinosfr-benefitCard {
    padding: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .jeuxcasinosfr-benefitCard,
  .jeuxcasinosfr-benefitCard::before {
    transition: none !important;
  }
}
:root {
  --jcfr-blue: #0053b5;
  --jcfr-red: #e5002d;
  --jcfr-white: #fff;
  --jcfr-ink: #0b0f19;
  --jcfr-ink-2: #0f1422;
  --jcfr-max: 1380px;
  --jcfr-radius: 16px;
  --jcfr-outline: rgba(255, 255, 255, 0.1);
  --jcfr-soft: rgba(255, 255, 255, 0.05);
}

.jeuxcasinosfr-offers {
  background: linear-gradient(180deg, var(--jcfr-ink) 0%, var(--jcfr-ink-2) 100%);
  border-top: 1px solid var(--jcfr-outline);
  border-bottom: 1px solid var(--jcfr-outline);
}

.jeuxcasinosfr-offers__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 36px 16px 44px;
}

.jeuxcasinosfr-offers__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.jeuxcasinosfr-offerCard {
  position: relative;
  border-radius: var(--jcfr-radius);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.03));
  outline: 1px solid var(--jcfr-outline);
}

.jeuxcasinosfr-offerCard__link {
  display: block;
  color: var(--jcfr-white);
  text-decoration: none;
  padding: 18px 16px 14px;
}

.jeuxcasinosfr-offerCard__link:focus-visible {
  outline: 2px solid var(--jcfr-blue);
  outline-offset: 3px;
  border-radius: 12px;
}

/* head: brand + rating */
.jeuxcasinosfr-offerCard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.jeuxcasinosfr-offerCard__brandName {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.2px;
}

/* circular rating */
.jeuxcasinosfr-offerCard__rating {
  --size: 48px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: conic-gradient(var(--jcfr-blue) var(--deg), rgba(255, 255, 255, 0.14) 0);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.jeuxcasinosfr-offerCard__score {
  font-weight: 800;
  font-size: 14px;
}

/* chips after rating */
.jeuxcasinosfr-offerCard__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.jeuxcasinosfr-offerCard__chips > li {
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  outline: 1px solid rgba(255, 255, 255, 0.18);
  white-space: nowrap;
}

.jeuxcasinosfr-offerCard__desc {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0.92;
}

/* optional screenshot */
.jeuxcasinosfr-offerCard__shot {
  margin: 0 -16px 12px;
  overflow: hidden;
  border-radius: 12px;
  outline: 1px solid rgba(255, 255, 255, 0.1);
}

.jeuxcasinosfr-offerCard__shot img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top left;
}

/* CTA row */
.jeuxcasinosfr-offerCard__ctaRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.jeuxcasinosfr-offerCard__legal {
  font-size: 12px;
  opacity: 0.65;
}

.jeuxcasinosfr-offerCard__cta {
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  color: var(--jcfr-white);
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* hover */
.jeuxcasinosfr-offerCard:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

.jeuxcasinosfr-offerCard:hover .jeuxcasinosfr-offerCard__cta {
  filter: saturate(120%);
}

/* responsive */
@media (max-width: 1024px) {
  .jeuxcasinosfr-offers__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .jeuxcasinosfr-offers__list {
    grid-template-columns: 1fr;
  }
  .jeuxcasinosfr-offerCard__shot img {
    height: 160px;
  }
}
/* ряд иконок */
.jeuxcasinosfr-offerCard__payments {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

/* базовый круглый бейдж */
.jeuxcasinosfr-payIcon {
  --size: 36px;
  width: var(--size);
  height: var(--size);
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex: 0 0 var(--size);
  background: rgba(255, 255, 255, 0.06); /* дефолт, если без модификатора */
  outline: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.jeuxcasinosfr-payIcon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
}

/* брендовые фоны — как в твоём примере */
.jeuxcasinosfr-payIcon--ltc {
  background: #2fb8f0;
}

.jeuxcasinosfr-payIcon--maestro {
  background: radial-gradient(60% 60% at 35% 35%, #7a2bff, #e8009a);
}

.jeuxcasinosfr-payIcon--mastercard {
  background: #ff7a00;
}

.jeuxcasinosfr-payIcon--visa {
  background: #1d2846;
}

/* компактнее на узких экранах */
@media (max-width: 560px) {
  .jeuxcasinosfr-payIcon {
    --size: 32px;
  }
  .jeuxcasinosfr-payIcon img {
    width: 20px;
    height: 20px;
  }
}
.jeuxcasinosfr-offerCard__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.jeuxcasinosfr-offerCard__brand {
  display: flex;
  align-items: center;
  min-height: 28px;
}

.jeuxcasinosfr-brandLogo {
  display: block;
  height: 42px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
}

@media (max-width: 560px) {
  .jeuxcasinosfr-brandLogo {
    height: 22px;
  }
}
.jeuxcasinosfr-offerCard__highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 6px 0 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.jeuxcasinosfr-pill {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.08);
  outline: 1px solid rgba(255, 255, 255, 0.18);
}

.jeuxcasinosfr-pill--emph {
  font-weight: 700;
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.jeuxcasinosfr-pill--outline {
  background: transparent;
  outline: 1px solid rgba(255, 255, 255, 0.35);
}

/* CTA в конце ряда */
.jeuxcasinosfr-ctaBtn {
  margin-left: auto;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14px;
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

@media (max-width: 600px) {
  .jeuxcasinosfr-ctaBtn {
    flex: 1 1 100%;
    text-align: center;
  }
}
:root {
  --jcfr-blue: #0053b5;
  --jcfr-red: #e5002d;
  --jcfr-white: #fff;
  --jcfr-ink: #0b0f19;
  --jcfr-ink-2: #0f1422;
  --jcfr-max: 1380px;
  --jcfr-outline: rgba(255, 255, 255, 0.1);
}

.jeuxcasinosfr-footer {
  background: linear-gradient(180deg, var(--jcfr-ink) 0%, var(--jcfr-ink-2) 100%);
  color: #fff;
  border-top: 1px solid var(--jcfr-outline);
}

.jeuxcasinosfr-footer__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 28px 16px 36px;
}

/* Logos row */
.jeuxcasinosfr-footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.jeuxcasinosfr-footer__logos img {
  height: 26px;
  width: auto;
  opacity: 0.88;
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: block;
}

.jeuxcasinosfr-footer__logos a:hover img {
  opacity: 1;
  transform: translateY(-1px);
}

/* Buttons */
.jeuxcasinosfr-footBtns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 22px;
}

.jeuxcasinosfr-footBtn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.22);
  transition: background 0.2s ease, transform 0.2s ease, outline-color 0.2s ease;
}

.jeuxcasinosfr-footBtn:hover {
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
  transform: translateY(-1px);
  outline-color: transparent;
}

.jeuxcasinosfr-footBtn:focus-visible {
  outline: 2px solid var(--jcfr-blue);
  outline-offset: 2px;
}

/* Disclaimers */
.jeuxcasinosfr-footer__disclaimer {
  border-top: 1px solid var(--jcfr-outline);
  padding-top: 18px;
}

.jeuxcasinosfr-footer__disclaimerTitle {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.jeuxcasinosfr-footer__disclaimer p {
  margin: 0 0 12px;
  opacity: 0.9;
  line-height: 1.55;
  font-size: 14px;
}

/* Copy */
.jeuxcasinosfr-footer__copy {
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--jcfr-outline);
  font-size: 13px;
  opacity: 0.75;
}

/* a11y */
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* Responsive */
@media (max-width: 600px) {
  .jeuxcasinosfr-footer__logos img {
    height: 22px;
  }
}
/* ===== Responsible Gaming page ===== */
:root {
  --jcfr-blue:#0053B5;
  --jcfr-red:#E5002D;
  --jcfr-white:#fff;
  --jcfr-ink:#0B0F19;
  --jcfr-ink-2:#0F1422;
  --jcfr-max:1380px;
  --jcfr-outline:rgba(255,255,255,.10);
  --jcfr-soft:rgba(255,255,255,.05);
  --jcfr-radius:16px;
}

.jeuxcasinosfr-rg {
  background: linear-gradient(180deg, var(--jcfr-ink) 0%, var(--jcfr-ink-2) 100%);
  color: #fff;
}

/* HERO */
.jeuxcasinosfr-rgHero {
  border-bottom: 1px solid var(--jcfr-outline);
  position: relative;
}

.jeuxcasinosfr-rgHero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-white), var(--jcfr-red));
  opacity: 0.9;
}

.jeuxcasinosfr-rgHero__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 64px 16px 36px;
}

.jeuxcasinosfr-rgHero__title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(28px, 2.4vw + 14px, 36px);
  line-height: 1.12;
}

.jeuxcasinosfr-rgHero__intro {
  margin: 0 0 16px;
  opacity: 0.92;
  max-width: 840px;
}

.jeuxcasinosfr-rgAnchors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jeuxcasinosfr-rgAnchor {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.2);
}

.jeuxcasinosfr-rgAnchor:hover {
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
}

/* Sections */
.jeuxcasinosfr-rgSection {
  border-top: 1px solid var(--jcfr-outline);
}

.jeuxcasinosfr-rgSection__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 28px 16px 36px;
}

.jeuxcasinosfr-rgSection__title {
  margin: 0 0 16px;
  font-weight: 800;
  font-size: 22px;
}

/* Grid & cards */
.jeuxcasinosfr-rgGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.jeuxcasinosfr-rgCard, .jeuxcasinosfr-rgTool {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.03));
  border-radius: var(--jcfr-radius);
  outline: 1px solid var(--jcfr-outline);
  padding: 16px;
}

.jeuxcasinosfr-rgCard h3, .jeuxcasinosfr-rgTool h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.jeuxcasinosfr-rgCard p, .jeuxcasinosfr-rgTool ul {
  margin: 0;
  opacity: 0.92;
}

.jeuxcasinosfr-rgTool ul {
  padding-left: 18px;
}

/* Checklist */
.jeuxcasinosfr-rgNote {
  margin: 0 0 10px;
  opacity: 0.85;
}

.jeuxcasinosfr-rgChecklist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jeuxcasinosfr-rgChecklist label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 12px;
  border-radius: 12px;
  outline: 1px solid rgba(255, 255, 255, 0.12);
}

.jeuxcasinosfr-rgChecklist__result {
  margin-top: 10px;
  font-weight: 700;
}

/* Links block */
.jeuxcasinosfr-rgLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.jeuxcasinosfr-rgLink {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.22);
}

.jeuxcasinosfr-rgLink:hover {
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
}

/* Callout & disclaimer */
.jeuxcasinosfr-rgCallout {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.22);
}

.jeuxcasinosfr-rgDisclaimer {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  outline: 1px solid var(--jcfr-outline);
}

.jeuxcasinosfr-rgDisclaimer h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

/* FAQ */
.jeuxcasinosfr-faq {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  outline: 1px solid rgba(255, 255, 255, 0.16);
  padding: 10px 12px;
}

.jeuxcasinosfr-faq + .jeuxcasinosfr-faq {
  margin-top: 8px;
}

.jeuxcasinosfr-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.jeuxcasinosfr-faq p {
  margin: 8px 0 0;
  opacity: 0.92;
}

/* Responsive */
@media (max-width: 1024px) {
  .jeuxcasinosfr-rgGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .jeuxcasinosfr-rgGrid {
    grid-template-columns: 1fr;
  }
  .jeuxcasinosfr-rgHero__in {
    padding: 56px 14px 28px;
  }
  .jeuxcasinosfr-rgSection__in {
    padding: 24px 14px 28px;
  }
}
/* ===== Terms & Conditions (FR) ===== */
:root {
  --jcfr-blue:#0053B5;
  --jcfr-red:#E5002D;
  --jcfr-white:#fff;
  --jcfr-ink:#0B0F19;
  --jcfr-ink-2:#0F1422;
  --jcfr-max:1380px;
  --jcfr-outline:rgba(255,255,255,.10);
  --jcfr-soft:rgba(255,255,255,.05);
  --jcfr-radius:16px;
}

.jeuxcasinosfr-terms {
  background: linear-gradient(180deg, var(--jcfr-ink) 0%, var(--jcfr-ink-2) 100%);
  color: #fff;
}

/* HERO */
.jeuxcasinosfr-termsHero {
  border-bottom: 1px solid var(--jcfr-outline);
  position: relative;
}

.jeuxcasinosfr-termsHero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-white), var(--jcfr-red));
  opacity: 0.9;
}

.jeuxcasinosfr-termsHero__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 64px 16px 32px;
}

.jeuxcasinosfr-termsHero__title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(28px, 2.4vw + 14px, 36px);
  line-height: 1.12;
}

.jeuxcasinosfr-termsHero__intro {
  margin: 0 0 8px;
  opacity: 0.92;
  max-width: 900px;
}

.jeuxcasinosfr-termsHero__meta {
  margin: 0 0 14px;
  opacity: 0.7;
  font-size: 14px;
}

.jeuxcasinosfr-termsAnchors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jeuxcasinosfr-termsAnchor {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.2);
}

.jeuxcasinosfr-termsAnchor:hover {
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
}

/* Sections */
.jeuxcasinosfr-termsSection {
  border-top: 1px solid var(--jcfr-outline);
}

.jeuxcasinosfr-termsSection__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 28px 16px 32px;
}

.jeuxcasinosfr-termsSection__title {
  margin: 0 0 12px;
  font-weight: 800;
  font-size: 22px;
}

/* Lists */
.jeuxcasinosfr-termsList {
  padding-left: 18px;
  margin: 0;
}

.jeuxcasinosfr-termsList li {
  margin: 8px 0;
  opacity: 0.95;
}

/* Callout */
.jeuxcasinosfr-termsCallout {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.22);
}

/* Links */
.jeuxcasinosfr-terms a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jeuxcasinosfr-terms a:hover {
  text-decoration: none;
}

/* Responsive */
@media (max-width: 560px) {
  .jeuxcasinosfr-termsHero__in {
    padding: 56px 14px 28px;
  }
  .jeuxcasinosfr-termsSection__in {
    padding: 24px 14px 28px;
  }
}
/* ===== Cookies page ===== */
:root {
  --jcfr-blue:#0053B5;
  --jcfr-red:#E5002D;
  --jcfr-white:#fff;
  --jcfr-ink:#0B0F19;
  --jcfr-ink-2:#0F1422;
  --jcfr-max:1380px;
  --jcfr-outline:rgba(255,255,255,.10);
  --jcfr-soft:rgba(255,255,255,.05);
  --jcfr-radius:16px;
}

.jeuxcasinosfr-cookies {
  background: linear-gradient(180deg, var(--jcfr-ink) 0%, var(--jcfr-ink-2) 100%);
  color: #fff;
}

/* HERO */
.jeuxcasinosfr-ckHero {
  border-bottom: 1px solid var(--jcfr-outline);
  position: relative;
}

.jeuxcasinosfr-ckHero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-white), var(--jcfr-red));
  opacity: 0.9;
}

.jeuxcasinosfr-ckHero__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 64px 16px 32px;
}

.jeuxcasinosfr-ckHero__title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(28px, 2.4vw + 14px, 36px);
  line-height: 1.12;
}

.jeuxcasinosfr-ckHero__intro {
  margin: 0 0 6px;
  opacity: 0.92;
  max-width: 900px;
}

.jeuxcasinosfr-ckHero__meta {
  margin: 0 0 14px;
  opacity: 0.7;
  font-size: 14px;
}

.jeuxcasinosfr-ckAnchors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jeuxcasinosfr-ckAnchor {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.2);
}

.jeuxcasinosfr-ckAnchor:hover {
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
}

.jeuxcasinosfr-ckManageBtn {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
  border: 0;
}

/* Sections */
.jeuxcasinosfr-ckSection {
  border-top: 1px solid var(--jcfr-outline);
}

.jeuxcasinosfr-ckSection__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 28px 16px 32px;
}

.jeuxcasinosfr-ckTitle {
  margin: 0 0 12px;
  font-weight: 800;
  font-size: 22px;
}

.jeuxcasinosfr-ckList {
  padding-left: 18px;
  margin: 0;
}

.jeuxcasinosfr-ckList li {
  margin: 8px 0;
  opacity: 0.95;
}

/* Grid & cards */
.jeuxcasinosfr-ckGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.jeuxcasinosfr-ckCard {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.03));
  border-radius: var(--jcfr-radius);
  outline: 1px solid var(--jcfr-outline);
  padding: 16px;
}

.jeuxcasinosfr-ckCard h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

/* Table */
.jeuxcasinosfr-ckTableWrap {
  margin-top: 14px;
  overflow: auto;
}

.jeuxcasinosfr-ckTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.jeuxcasinosfr-ckTable th, .jeuxcasinosfr-ckTable td {
  text-align: left;
  padding: 10px 12px;
  font-size: 14px;
}

.jeuxcasinosfr-ckTable thead th {
  background: rgba(255, 255, 255, 0.06);
  position: sticky;
  top: 0;
}

.jeuxcasinosfr-ckTable tbody tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/* Consent modal */
.jeuxcasinosfr-consent {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.jeuxcasinosfr-consent[aria-hidden=false] {
  display: grid;
}

.jeuxcasinosfr-consent__sheet {
  width: min(720px, 94vw);
  border-radius: 16px;
  background: #0F1422;
  color: #fff;
  outline: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  padding: 18px 16px;
}

.jeuxcasinosfr-consent__sheet h2 {
  margin: 0 0 6px;
  font-size: 20px;
}

.jeuxcasinosfr-consent__intro {
  margin: 0 0 10px;
  opacity: 0.9;
}

.jeuxcasinosfr-consent__list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jeuxcasinosfr-consent__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  outline: 1px solid rgba(255, 255, 255, 0.16);
}

.jeuxcasinosfr-consent__hint {
  display: block;
  font-size: 12px;
  opacity: 0.8;
}

/* switch */
.jeuxcasinosfr-switch {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 26px;
}

.jeuxcasinosfr-switch input {
  position: absolute;
  opacity: 0;
  inset: 0;
}

.jeuxcasinosfr-switch span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.jeuxcasinosfr-switch span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}

.jeuxcasinosfr-switch input:checked + span {
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
}

.jeuxcasinosfr-switch input:checked + span::after {
  transform: translateX(20px);
}

.jeuxcasinosfr-switch input:disabled + span {
  opacity: 0.5;
}

/* Buttons */
.jeuxcasinosfr-btn {
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
  border: 0;
}

.jeuxcasinosfr-btn--primary {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.jeuxcasinosfr-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.22);
}

/* Responsive */
@media (max-width: 1024px) {
  .jeuxcasinosfr-ckGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .jeuxcasinosfr-ckHero__in {
    padding: 56px 14px 28px;
  }
  .jeuxcasinosfr-ckSection__in {
    padding: 24px 14px 28px;
  }
  .jeuxcasinosfr-ckGrid {
    grid-template-columns: 1fr;
  }
}
/* ===== Privacy Policy (FR) ===== */
:root {
  --jcfr-blue:#0053B5;
  --jcfr-red:#E5002D;
  --jcfr-white:#fff;
  --jcfr-ink:#0B0F19;
  --jcfr-ink-2:#0F1422;
  --jcfr-max:1380px;
  --jcfr-outline:rgba(255,255,255,.10);
  --jcfr-soft:rgba(255,255,255,.05);
  --jcfr-radius:16px;
}

.jeuxcasinosfr-pp {
  background: linear-gradient(180deg, var(--jcfr-ink) 0%, var(--jcfr-ink-2) 100%);
  color: #fff;
}

/* HERO */
.jeuxcasinosfr-ppHero {
  border-bottom: 1px solid var(--jcfr-outline);
  position: relative;
}

.jeuxcasinosfr-ppHero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-white), var(--jcfr-red));
  opacity: 0.9;
}

.jeuxcasinosfr-ppHero__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 64px 16px 32px;
}

.jeuxcasinosfr-ppHero__title {
  margin: 0 0 10px;
  font-weight: 800;
  font-size: clamp(28px, 2.4vw + 14px, 36px);
  line-height: 1.12;
}

.jeuxcasinosfr-ppHero__intro {
  margin: 0 0 8px;
  opacity: 0.92;
  max-width: 900px;
}

.jeuxcasinosfr-ppHero__meta {
  margin: 0 0 14px;
  opacity: 0.7;
  font-size: 14px;
}

.jeuxcasinosfr-ppAnchors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jeuxcasinosfr-ppAnchor {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.2);
}

.jeuxcasinosfr-ppAnchor:hover {
  background: linear-gradient(90deg, var(--jcfr-blue), var(--jcfr-red));
}

/* Sections */
.jeuxcasinosfr-ppSection {
  border-top: 1px solid var(--jcfr-outline);
}

.jeuxcasinosfr-ppSection__in {
  max-width: var(--jcfr-max);
  margin: 0 auto;
  padding: 28px 16px 32px;
}

.jeuxcasinosfr-ppTitle {
  margin: 0 0 12px;
  font-weight: 800;
  font-size: 22px;
}

.jeuxcasinosfr-ppList {
  padding-left: 18px;
  margin: 0;
}

.jeuxcasinosfr-ppList li {
  margin: 8px 0;
  opacity: 0.95;
}

/* Table */
.jeuxcasinosfr-ppTableWrap {
  margin-top: 10px;
  overflow: auto;
}

.jeuxcasinosfr-ppTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.jeuxcasinosfr-ppTable th, .jeuxcasinosfr-ppTable td {
  text-align: left;
  padding: 10px 12px;
  font-size: 14px;
}

.jeuxcasinosfr-ppTable thead th {
  background: rgba(255, 255, 255, 0.06);
  position: sticky;
  top: 0;
}

.jeuxcasinosfr-ppTable tbody tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

/* Links */
.jeuxcasinosfr-pp a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.jeuxcasinosfr-pp a:hover {
  text-decoration: none;
}

/* Responsive */
@media (max-width: 560px) {
  .jeuxcasinosfr-ppHero__in {
    padding: 56px 14px 28px;
  }
  .jeuxcasinosfr-ppSection__in {
    padding: 24px 14px 28px;
  }
}
/* Cookie Banner */
:root {
  --jcfr-blue:#0053B5;
  --jcfr-white:#fff;
}

.jeuxcasinosfr-ckBanner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10000;
  width: min(460px, 100vw - 24px);
  background: #23262f;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
  outline: 1px solid rgba(255, 255, 255, 0.15);
}

.jeuxcasinosfr-ckBanner__in {
  padding: 16px;
}

.jeuxcasinosfr-ckBanner h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 800;
}

.jeuxcasinosfr-ckBanner p {
  margin: 0 0 12px;
  opacity: 0.95;
  line-height: 1.45;
}

.jeuxcasinosfr-ckBanner__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.jeuxcasinosfr-ckBanner__btn {
  display: inline-block;
  text-align: center;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  color: var(--jcfr-white);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
}

.jeuxcasinosfr-ckBanner__btn--primary {
  background: var(--jcfr-blue);
  border: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.jeuxcasinosfr-ckBanner__btn--ghost {
  background: transparent;
}

@media (max-width: 560px) {
  .jeuxcasinosfr-ckBanner {
    right: 50%;
    transform: translateX(50%);
    bottom: 14px;
  }
}

/*# sourceMappingURL=jeuxcasinosfr.css.map */
