/* General styles for the page content */
.page-kasyno-22bet-kod-promocyjny {
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-kasyno-22bet-kod-promocyjny__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-kasyno-22bet-kod-promocyjny__section-title {
  font-size: 2.2em;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.page-kasyno-22bet-kod-promocyjny__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #e44d26; /* A vibrant accent color */
  border-radius: 2px;
}

.page-kasyno-22bet-kod-promocyjny__text-content {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* HERO Section */
.page-kasyno-22bet-kod-promocyjny__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
  padding-top: 10px; /* Minimal padding-top, assuming body has padding-top from shared header */
}

.page-kasyno-22bet-kod-promocyjny__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-kasyno-22bet-kod-promocyjny__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability, not changing color */
  max-width: 100%;
}

.page-kasyno-22bet-kod-promocyjny__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.page-kasyno-22bet-kod-promocyjny__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-kasyno-22bet-kod-promocyjny__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-kasyno-22bet-kod-promocyjny__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-kasyno-22bet-kod-promocyjny__cta-button {
  display: inline-block;
  background-color: #e44d26; /* Accent color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-kasyno-22bet-kod-promocyjny__cta-button:hover {
  background-color: #c0391d;
  transform: translateY(-2px);
}

.page-kasyno-22bet-kod-promocyjny__cta-button--secondary {
  background-color: transparent;
  border: 2px solid #ffffff;
}

.page-kasyno-22bet-kod-promocyjny__cta-button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #e44d26;
}

/* Introduction Section */
.page-kasyno-22bet-kod-promocyjny__introduction-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-kasyno-22bet-kod-promocyjny__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-kasyno-22bet-kod-promocyjny__feature-item {
  background-color: #f1f1f1;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-kasyno-22bet-kod-promocyjny__feature-item:hover {
  transform: translateY(-5px);
}

.page-kasyno-22bet-kod-promocyjny__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.page-kasyno-22bet-kod-promocyjny__feature-title {
  font-size: 1.5em;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.page-kasyno-22bet-kod-promocyjny__feature-description {
  font-size: 1em;
  color: #555;
}

/* Quick Access Section */
.page-kasyno-22bet-kod-promocyjny__quick-access-section {
  padding: 60px 0;
  background-color: #eaf1f7;
}

.page-kasyno-22bet-kod-promocyjny__access-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-kasyno-22bet-kod-promocyjny__access-button {
  display: inline-block;
  background-color: #2c3e50; /* Darker accent */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-kasyno-22bet-kod-promocyjny__access-button:hover {
  background-color: #1a242f;
  transform: translateY(-2px);
}

/* Games Section */
.page-kasyno-22bet-kod-promocyjny__games-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-kasyno-22bet-kod-promocyjny__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-kasyno-22bet-kod-promocyjny__game-card {
  background-color: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  text-align: center;
}

.page-kasyno-22bet-kod-promocyjny__game-card:hover {
  transform: translateY(-5px);
}

.page-kasyno-22bet-kod-promocyjny__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  max-width: 100%;
}

.page-kasyno-22bet-kod-promocyjny__game-title {
  font-size: 1.4em;
  color: #1a1a1a;
  margin: 15px 10px 10px;
}

.page-kasyno-22bet-kod-promocyjny__game-description {
  font-size: 0.95em;
  color: #555;
  padding: 0 15px 20px;
}

.page-kasyno-22bet-kod-promocyjny__games-cta {
    text-align: center;
    margin-top: 40px;
}

/* Promotions Section */
.page-kasyno-22bet-kod-promocyjny__promotions-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.page-kasyno-22bet-kod-promocyjny__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-kasyno-22bet-kod-promocyjny__promo-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.page-kasyno-22bet-kod-promocyjny__promo-card:hover {
  transform: translateY(-5px);
}

.page-kasyno-22bet-kod-promocyjny__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  max-width: 100%;
}

.page-kasyno-22bet-kod-promocyjny__promo-title {
  font-size: 1.4em;
  color: #1a1a1a;
  margin: 20px 15px 10px;
}

.page-kasyno-22bet-kod-promocyjny__promo-description {
  font-size: 0.95em;
  color: #555;
  padding: 0 15px;
  flex-grow: 1; /* Ensures button is at the bottom */
}

.page-kasyno-22bet-kod-promocyjny__promo-button {
  display: inline-block;
  background-color: #e44d26;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  margin: 20px auto;
  transition: background-color 0.3s ease;
}

.page-kasyno-22bet-kod-promocyjny__promo-button:hover {
  background-color: #c0391d;
}

/* Security & Support Section */
.page-kasyno-22bet-kod-promocyjny__security-support-section {
  padding: 60px 0;
  background-color: #2c3e50;
  color: #ffffff;
}

.page-kasyno-22bet-kod-promocyjny__security-support-section .page-kasyno-22bet-kod-promocyjny__section-title {
  color: #ffffff;
}

.page-kasyno-22bet-kod-promocyjny__security-support-section .page-kasyno-22bet-kod-promocyjny__section-title::after {
  background-color: #e44d26;
}

.page-kasyno-22bet-kod-promocyjny__security-support-section .page-kasyno-22bet-kod-promocyjny__text-content {
  color: #e0e0e0;
}

.page-kasyno-22bet-kod-promocyjny__support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-kasyno-22bet-kod-promocyjny__support-item {
  background-color: #34495e;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-kasyno-22bet-kod-promocyjny__support-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}

.page-kasyno-22bet-kod-promocyjny__support-title {
  font-size: 1.5em;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-kasyno-22bet-kod-promocyjny__support-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-kasyno-22bet-kod-promocyjny__contact-cta {
    text-align: center;
    margin-top: 40px;
}

/* FAQ Section */
.page-kasyno-22bet-kod-promocyjny__faq-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-kasyno-22bet-kod-promocyjny__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-kasyno-22bet-kod-promocyjny__faq-item {
  background-color: #f1f1f1;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-kasyno-22bet-kod-promocyjny__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  user-select: none;
  font-size: 1.1em;
  font-weight: bold;
  color: #1a1a1a;
  transition: background-color 0.3s ease;
}

.page-kasyno-22bet-kod-promocyjny__faq-question:hover {
  background-color: #e9e9e9;
}

.page-kasyno-22bet-kod-promocyjny__faq-question-text {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  pointer-events: none; /* Prevent h3 from blocking click event */
  font-size: 1em; /* Adjust to match parent font size */
  color: inherit;
}

.page-kasyno-22bet-kod-promocyjny__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  pointer-events: none; /* Prevent span from blocking click event */
  transition: transform 0.3s ease;
}

.page-kasyno-22bet-kod-promocyjny__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px; /* Initial padding for collapsed state */
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  color: #555;
}

.page-kasyno-22bet-kod-promocyjny__faq-answer p {
  margin: 0;
  padding-bottom: 20px; /* Padding for the content inside */
}

.page-kasyno-22bet-kod-promocyjny__faq-item.active .page-kasyno-22bet-kod-promocyjny__faq-answer {
  max-height: 2000px !important; /* Sufficiently large value */
  padding: 20px 25px !important; /* Padding for expanded state */
  opacity: 1;
}

.page-kasyno-22bet-kod-promocyjny__faq-item.active .page-kasyno-22bet-kod-promocyjny__faq-toggle {
  transform: rotate(45deg); /* Change + to X or a dash visually */
}

/* Blog Section */
.page-kasyno-22bet-kod-promocyjny__blog-section {
  padding: 60px 0;
  background-color: #eaf1f7;
}

.page-kasyno-22bet-kod-promocyjny__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-kasyno-22bet-kod-promocyjny__blog-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-kasyno-22bet-kod-promocyjny__blog-card:hover {
  transform: translateY(-5px);
}

.page-kasyno-22bet-kod-promocyjny__blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  max-width: 100%;
}

.page-kasyno-22bet-kod-promocyjny__blog-title {
  font-size: 1.3em;
  color: #1a1a1a;
  margin: 20px 15px 10px;
}

.page-kasyno-22bet-kod-promocyjny__blog-title a {
  text-decoration: none;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.page-kasyno-22bet-kod-promocyjny__blog-title a:hover {
  color: #e44d26;
}

.page-kasyno-22bet-kod-promocyjny__blog-excerpt {
  font-size: 0.95em;
  color: #555;
  padding: 0 15px 20px;
  flex-grow: 1;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-kasyno-22bet-kod-promocyjny__hero-title {
    font-size: 2.8em;
  }
  .page-kasyno-22bet-kod-promocyjny__hero-description {
    font-size: 1.1em;
  }
  .page-kasyno-22bet-kod-promocyjny__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-kasyno-22bet-kod-promocyjny__container {
    padding: 15px;
  }
  .page-kasyno-22bet-kod-promocyjny__hero-section {
    min-height: 60vh;
    padding-top: 10px; /* Maintain minimal padding */
  }
  .page-kasyno-22bet-kod-promocyjny__hero-title {
    font-size: 2em;
  }
  .page-kasyno-22bet-kod-promocyjny__hero-description {
    font-size: 1em;
  }
  .page-kasyno-22bet-kod-promocyjny__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-kasyno-22bet-kod-promocyjny__cta-button {
    width: 100%;
    max-width: 300px;
  }
  .page-kasyno-22bet-kod-promocyjny__section-title {
    font-size: 1.5em;
  }
  .page-kasyno-22bet-kod-promocyjny__text-content {
    font-size: 1em;
  }

  /* List items responsive styles */
  .page-kasyno-22bet-kod-promocyjny__features-grid,
  .page-kasyno-22bet-kod-promocyjny__games-grid,
  .page-kasyno-22bet-kod-promocyjny__promo-grid,
  .page-kasyno-22bet-kod-promocyjny__support-grid,
  .page-kasyno-22bet-kod-promocyjny__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-kasyno-22bet-kod-promocyjny__feature-item,
  .page-kasyno-22bet-kod-promocyjny__game-card,
  .page-kasyno-22bet-kod-promocyjny__promo-card,
  .page-kasyno-22bet-kod-promocyjny__support-item,
  .page-kasyno-22bet-kod-promocyjny__blog-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 20px !important; /* Adjust padding for mobile */
  }

  /* Images responsive styles */
  .page-kasyno-22bet-kod-promocyjny__hero-image,
  .page-kasyno-22bet-kod-promocyjny__feature-icon,
  .page-kasyno-22bet-kod-promocyjny__game-image,
  .page-kasyno-22bet-kod-promocyjny__promo-image,
  .page-kasyno-22bet-kod-promocyjny__support-icon,
  .page-kasyno-22bet-kod-promocyjny__blog-image {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-kasyno-22bet-kod-promocyjny__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-kasyno-22bet-kod-promocyjny__faq-answer {
    padding: 0 20px;
  }
  .page-kasyno-22bet-kod-promocyjny__faq-item.active .page-kasyno-22bet-kod-promocyjny__faq-answer {
    padding: 15px 20px !important;
  }
  .page-kasyno-22bet-kod-promocyjny__faq-answer p {
    padding-bottom: 15px;
  }

  /* Ensure text breaks for long words */
  .page-kasyno-22bet-kod-promocyjny__text-content,
  .page-kasyno-22bet-kod-promocyjny__feature-description,
  .page-kasyno-22bet-kod-promocyjny__game-description,
  .page-kasyno-22bet-kod-promocyjny__promo-description,
  .page-kasyno-22bet-kod-promocyjny__support-description,
  .page-kasyno-22bet-kod-promocyjny__blog-excerpt,
  .page-kasyno-22bet-kod-promocyjny__faq-answer p {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
}

@media (max-width: 480px) {
  .page-kasyno-22bet-kod-promocyjny__hero-title {
    font-size: 1.8em;
  }
  .page-kasyno-22bet-kod-promocyjny__section-title {
    font-size: 1.3em;
  }
  .page-kasyno-22bet-kod-promocyjny__cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-kasyno-22bet-kod-promocyjny__access-button {
    padding: 10px 15px;
    font-size: 0.9em;
  }
}