* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --font-family: "Fira Sans", sans-serif;
  --second-family: "Ibarra Real Nova", serif;
  --third-family: "Inter", sans-serif;
  --bc: linear-gradient(90deg, #675738 0%, #cea553 29.55%, #9f7f3e 50.64%, #715929 58.34%, #574520 100%);
}

button {
  cursor: pointer;
}

body {
  font-family: sans-serif;
  line-height: 1.6;
  color: #fff;
  background-color: #121212;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.site-header {
  background: #0568a2;
  padding: 16px 0;
  font-family: "Ibarra Real Nova", sans-serif;

}

.site-header .container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 24px;
}

.logo-header-block {
  display: flex;
  align-items: center;
}

.site-name {
  font-weight: 600;
    font-size: 18px;
  text-transform: uppercase;
    color: #fff;
  margin-left: 16px;
}

.nav {
  display: flex;
  gap: 40px;
}

.nav a {
  font-weight: 400;
    font-size: 16px;
    color: #dadada;
    font-family: "Fira Sans", sans-serif;
}

/* Hero */
.hero {
  background: url('https://jackpotsroyaux-casinos.com/images/Hero.png') center center/cover no-repeat;
  text-align: center;
  padding: 100px 20px;
}

.hero h1 {
  font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "Ibarra Real Nova", sans-serif;
  display: block;
  margin: 0 auto;
  max-width: 560px;
}

.hero p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  margin: 16px 0 25px 0;
}

.btn {
border-radius: 10px;
    border-color: #cea553;
  padding: 10px 24px;
  width: 134px;
  height: 40px;
  box-shadow: 0 4px 9px 0 rgba(159, 127, 62, 0.16);
    background: linear-gradient(90deg, #675738 0%, #cea553 29.55%, #9f7f3e 50.64%, #715929 58.34%, #574520 100%);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  font-family: "Ibarra Real Nova", sans-serif;
}

/* Cards */
.cards .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 0;
}

.card {
  width: 100%;
  padding: 0px 90px;
  height: 200px;
  display: flex;
  gap: 48px;
  border: 3px solid rgb(163 104 13 / 68%);
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
}

.card__text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.card__btn {
  border-radius: 10px;
    padding: 10px 24px;
    line-height: 15px;
    width: 171px;
    height: 40px;
    box-shadow: 0 4px 9px 0 rgba(159, 127, 62, 0.16);
    font-weight: 700;
      font-size: 16px;
      color: #fff;
      font-family: "Ibarra Real Nova", sans-serif;
  background: #000000;
  border: 3px solid #cea553;
  text-align: center;
}

.card-bienvenue {
  font-weight: 700;
    font-size: 24px;
    background: linear-gradient(90deg, #675738 0%, #cea553 29.55%, #9f7f3e 50.64%, #715929 58.34%, #574520 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.card__icon {
  height: 18px;
}

.card__column1 {
  font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #fff;
} 

.card__column2 {
font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.card__row--buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.card__text--inline {
  font-weight: 400;
    font-size: 12px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
}

.card-bonus {
  font-weight: 600;
}

.card__image {
  width: 142px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.05);
  /* легкий білий фон */
  padding: 8px;
  /* трохи внутрішнього простору */
  border-radius: 8px;
  /* делікатне заокруглення */
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
  /* м'яке світіння */
}

/* Для екранів до 1024px (планшети) */
@media (max-width: 1024px) {
  .card {
    padding: 0 40px;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .card__row--4paras,
  .card__row--2paras,
  .card__row--5imgs,
  .card__row--buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .card__image {
    margin: 0 auto;
  }
}

/* Для мобілок до 768px */
@media (max-width: 768px) {
  .card {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

.cards .container {
    margin-left: 3px;
  }

  .card__row--4paras,
  .card__row--2paras,
  .card__row--5imgs,
  .card__row--buttons {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .card__image {
    width: 142px;
    height: auto;
  }

  .card__btn,
  .btn {
    border-radius: 10px;
      padding: 10px 24px;
      width: 171px;
      height: 40px;
  }

  .card__text {
    font-weight: 400;
      font-size: 12px;
  }

  .card-bienvenue {
    font-size: 16px;
    font-weight: 700;
  }

  .card-bonus {
    font-weight: 600;
  }

  .card__column1 {
    font-weight: 600;
      font-size: 16px;
  }

  .card__column2 {
    font-weight: 600;
      font-size: 12px;
  }

  .card__text--inline {
    font-weight: 400;
      font-size: 12px;
  }
}

/* Highlight section */
.highlight {
  text-align: center;
}

.highlight p {
  font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
}

/* Info Section */
.info {
  padding: 48px 0;
  text-align: center;
}

.info h2 {
  font-family: "Ibarra Real Nova", sans-serif;
  font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.info p {
  font-weight: 400;
    font-size: 16px;
    color: #fff;
    font-family: "Fira Sans", sans-serif;
  text-align: left;
  margin-top: 24px;
}

/* Footer */
.site-footer {
  background: #0568a2;
  padding: 24px 20px;
  text-align: center;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* margin-bottom: 30px; */
  align-items: center;
  justify-content: center;
}

.footer-logos img {
    width: 170px;
    height: 60px;
  object-fit: contain;
  /* щоб зберегти пропорції, не обрізати */
  display: block;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 42px;
  margin: 32px 0;
}

.footer-links a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
    font-size: 16px;
    color: #dadada;
}

.footer-info {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #dadada;
}

.footer-text {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
    font-size: 14px;
    color: #dadada;
  margin-top: 32px;
}

.footer-subtext {
  font-size: 12px;
  color: #aaa;
}

/* Responsive */
@media (max-width: 1024px) {
  .cards .container {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav {
    margin-top: 10px;
  }

  .hero h1 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .cards .container {
    grid-template-columns: 1fr;
  }

  .site-header .container {
    flex-direction: column;
    text-align: center;
  }

  .nav a {
    display: block;
    margin: 10px 0;
  }

  .hero h1 {
    font-size: 24px;
  }

  .btn {
    padding: 10px 20px;
  }
}

.jr-privacy {
  padding: 0 0 48px;
  font-family: var(--font-family);
  color: #f5f5f5;
}

.jr-privacy__title {
  width: 100%;
  background: url('https: //jackpotsroyaux-casinos.com/images/Hero.png') center center/cover no-repeat;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 40px;
  padding: 114px 0;
  font-family: "Ibarra Real Nova", sans-serif;
  font-weight: 700;
    font-size: 32px;

}

.jr-privacy__section {
  margin-bottom: 40px;
}

.jr-privacy__subtitle {
  font-weight: 700;
    font-size: 16px;
    color: #fff;
  font-family: "Fira Sans", sans-serif;
}

.jr-privacy__text {
  font-weight: 400;
    font-size: 16px;
    color: #fff;
  font-family: "Fira Sans", sans-serif;
}

.cookie-notice {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(27, 27, 27, 0.95);
  color: #f0e6a8;
  max-width: 400px;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  z-index: 10000;
  display: none;
  /* сховано за замовчуванням */
  flex-direction: column;
  gap: 16px;
}

.cookie-notice.active {
  display: flex;
}

.cookie-header {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #f7c11fba;
}

.cookie-info {
  margin: 0;
  line-height: 1.4;
  color: #ddd;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.cookie-btn {
  cursor: pointer;
  border: none;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-family: 'Fira Sans', sans-serif;
}

.cookie-btn.accept {
  background: linear-gradient(90deg, #675738 0%, #cea553 29%, #9f7f3e 50%, #715929 58%, #574520 100%);
  color: #000;
}

.cookie-btn.accept:hover {
  background: #a1853d;
}

.cookie-btn.refuse {
  background: #444;
  color: #fff;
}

.cookie-btn.refuse:hover {
  background: #666;
}

.cookie-notice {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background: #1c1800;
  color: #f5f5f5;
  border: 2px solid #cea553;
  padding: 20px 30px;
  border-radius: 14px;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.cookie-notice.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.cookie-btn {
  padding: 10px 18px;
  border-radius: 10px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  font-family: "Ibarra Real Nova", sans-serif;
  margin: 10px;
}

.cookie-btn.accept {
  background: linear-gradient(90deg, #675738, #cea553);
  color: #000;
}

.cookie-btn.refuse {
  background: #444;
  color: #fff;
}


.age-verification {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
  /* приховано за замовчуванням */
}

.age-verification__popup {
  background: #1c1800;
  border: 2px solid #cea553;
  border-radius: 16px;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
  color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.age-verification__popup.active {
  display: flex;
}

.age-verification__image {
  max-width: 80px;
  margin: 0 auto;
}

.age-verification__message {
  font-size: 16px;
  line-height: 1.5;
  color: #f5f5f5;
}

.age-verification__controls {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.age-verification__btn {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Ibarra Real Nova", sans-serif;
  transition: all 0.3s ease;
}

.confirm-btn {
  background: linear-gradient(90deg, #675738 0%, #cea553 50%, #574520 100%);
  color: #000;
}

.confirm-btn:hover {
  background: #a1853d;
}

.decline-btn {
  background: #444;
  color: #fff;
}

.decline-btn:hover {
  background: #666;
}





/* === Overlay === */
.overlay-modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.overlay-modal.active {
  display: flex;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* === Contact Form === */
.contact-form {
  background-color: #1c1c1e;
  padding: 40px;
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  color: #f5f5f5;
  position: relative;
  animation: slideIn 0.4s ease forwards;
  opacity: 0;
}

.overlay-modal.active .contact-form {
  opacity: 1;
}

@keyframes slideIn {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* === Close Button === */
.contact-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  background: none;
  color: #aaa;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.contact-close:hover {
  color: #fff;
}

/* === Form Fields === */
.contact-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: #be8915c7;
}

.contact-label {
  display: block;
  margin-top: 16px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #ddd;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 12px;
  background-color: #2a2a2c;
  border: 1px solid #444;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease;
}

.contact-input:focus,
.contact-textarea:focus {
  border-color: #ffcc00;
}

/* === Submit Button === */
.contact-submit {
  padding: 12px 20px;
  background-color: #be8915c7;
  color: #1c1c1e;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  margin: 0 auto;
    margin-top: 24px;
}

.contact-submit:hover {
  background-color: #e6b800;
}