.page-cookies-policy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #f9f9f9; /* Light background for the page content */
  padding-top: var(--header-offset, 120px); /* Ensure space below fixed header */
}

.page-cookies-policy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cookies-policy__hero-section {
  background-color: #000000; /* Black background for hero */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-cookies-policy__hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-cookies-policy__main-title {
  font-size: 3.2em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-cookies-policy__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  color: #f0f0f0;
}

.page-cookies-policy__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  margin-top: 30px;
}

.page-cookies-policy__section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

.page-cookies-policy__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-cookies-policy__section-title {
  font-size: 2.5em;
  color: #000000; /* Black for section titles */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-cookies-policy__sub-section-title {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cookies-policy__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-cookies-policy__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-cookies-policy__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-cookies-policy__image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 40px auto 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-cookies-policy__link {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-cookies-policy__link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-cookies-policy__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-cookies-policy__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700; /* Gold button */
  color: #000000; /* Black text for gold button */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.page-cookies-policy__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.page-cookies-policy__final-cta {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
  color: #000000;
}

.page-cookies-policy__play-now-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 18px 45px;
  background: #FFD700; /* Gold button */
  color: #000000; /* Black text for gold button */
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-cookies-policy__play-now-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-cookies-policy__play-now-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-cookies-policy {
    font-size: 16px;
    line-height: 1.6;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-cookies-policy__container {
    padding: 0 15px;
  }

  .page-cookies-policy__hero-section {
    padding: 60px 15px;
  }

  .page-cookies-policy__main-title {
    font-size: 2em;
  }

  .page-cookies-policy__description {
    font-size: 1em;
  }

  .page-cookies-policy__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-cookies-policy__section {
    padding: 40px 0;
  }

  .page-cookies-policy__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-cookies-policy__sub-section-title {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-cookies-policy__text-block,
  .page-cookies-policy__list-item {
    font-size: 1em;
  }

  .page-cookies-policy__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 30px auto 15px auto;
  }

  .page-cookies-policy__cta-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-cookies-policy__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-cookies-policy__final-cta {
    font-size: 1.1em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-cookies-policy__play-now-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 15px 30px;
    font-size: 1.1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
}