.page-entertainment-games-baccarat-intro {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-entertainment-games-baccarat-intro__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-entertainment-games-baccarat-intro__hero {
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-entertainment-games-baccarat-intro__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:baccarat_pattern,abstract_gaming,geometric]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-entertainment-games-baccarat-intro__hero > .page-entertainment-games-baccarat-intro__container {
  position: relative;
  z-index: 1;
}

.page-entertainment-games-baccarat-intro__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-entertainment-games-baccarat-intro__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-entertainment-games-baccarat-intro__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-entertainment-games-baccarat-intro__button--primary {
  background-color: #ff8400; /* Complementary to primary blue for emphasis */
  color: #fff;
  border: 2px solid #ff8400;
}

.page-entertainment-games-baccarat-intro__button--primary:hover {
  background-color: #e67500;
  border-color: #e67500;
  transform: translateY(-2px);
}

.page-entertainment-games-baccarat-intro__button--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-entertainment-games-baccarat-intro__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.page-entertainment-games-baccarat-intro__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-entertainment-games-baccarat-intro__section:last-of-type {
  border-bottom: none;
}

.page-entertainment-games-baccarat-intro__heading {
  font-size: 2.2em;
  color: #007bff;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-entertainment-games-baccarat-intro__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #28a745;
  border-radius: 2px;
}

.page-entertainment-games-baccarat-intro__subheading {
  font-size: 1.6em;
  color: #0056b3; /* Darker shade of primary blue for contrast */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #28a745;
  padding-left: 15px;
}

.page-entertainment-games-baccarat-intro__section p {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #444;
}

.page-entertainment-games-baccarat-intro__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-entertainment-games-baccarat-intro__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-entertainment-games-baccarat-intro__list--features {
  list-style-type: none;
  padding-left: 0;
}

.page-entertainment-games-baccarat-intro__list--features li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.page-entertainment-games-baccarat-intro__list--features li::before {
  content: '✔';
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-entertainment-games-baccarat-intro__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-entertainment-games-baccarat-intro__image--fullwidth {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-entertainment-games-baccarat-intro__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-entertainment-games-baccarat-intro__image--right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 40%; /* Adjust as needed */
}

.page-entertainment-games-baccarat-intro__table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.page-entertainment-games-baccarat-intro__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  min-width: 600px;
}

.page-entertainment-games-baccarat-intro__table th,
.page-entertainment-games-baccarat-intro__table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  font-size: 0.95em;
}

.page-entertainment-games-baccarat-intro__table th {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
}

.page-entertainment-games-baccarat-intro__table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.page-entertainment-games-baccarat-intro__table tr:hover {
  background-color: #e9ecef;
}

.page-entertainment-games-baccarat-intro__cta {
  background-color: #007bff;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-entertainment-games-baccarat-intro__cta .page-entertainment-games-baccarat-intro__heading {
  color: #fff;
}

.page-entertainment-games-baccarat-intro__cta .page-entertainment-games-baccarat-intro__heading::after {
  background-color: #ff8400;
}

.page-entertainment-games-baccarat-intro__cta p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-entertainment-games-baccarat-intro__title {
    font-size: 2em;
  }

  .page-entertainment-games-baccarat-intro__subtitle {
    font-size: 1em;
  }

  .page-entertainment-games-baccarat-intro__heading {
    font-size: 1.8em;
  }

  .page-entertainment-games-baccarat-intro__subheading {
    font-size: 1.4em;
  }

  .page-entertainment-games-baccarat-intro__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-entertainment-games-baccarat-intro__image--right {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  .page-entertainment-games-baccarat-intro__section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .page-entertainment-games-baccarat-intro__title {
    font-size: 1.8em;
  }

  .page-entertainment-games-baccarat-intro__subtitle {
    font-size: 0.9em;
  }

  .page-entertainment-games-baccarat-intro__heading {
    font-size: 1.6em;
  }

  .page-entertainment-games-baccarat-intro__subheading {
    font-size: 1.2em;
  }

  .page-entertainment-games-baccarat-intro__button {
    display: block;
    margin: 10px auto;
  }
}