.page-betting-strategies-baccarat-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-betting-strategies-baccarat-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-strategies-baccarat-guide__hero {
  position: relative;
  background-color: #0056b3; /* Darker variant of primary color */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-betting-strategies-baccarat-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.page-betting-strategies-baccarat-guide__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.page-betting-strategies-baccarat-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}

.page-betting-strategies-baccarat-guide__cta-button {
  display: inline-block;
  background-color: #ffc107; /* Secondary color */
  color: #000; /* High contrast with secondary color */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.page-betting-strategies-baccarat-guide__cta-button:hover {
  background-color: #e0a800; /* Darker secondary color on hover */
  transform: translateY(-3px);
}

.page-betting-strategies-baccarat-guide__section {
  padding: 60px 0;
}

.page-betting-strategies-baccarat-guide__section--alt-bg {
  background-color: #e9ecef;
}

.page-betting-strategies-baccarat-guide__section-title {
  font-size: 2.5em;
  color: #007bff; /* Primary color */
  text-align: center;
  margin-bottom: 40px;
}

.page-betting-strategies-baccarat-guide__section p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #495057;
}

.page-betting-strategies-baccarat-guide__section h3 {
  font-size: 1.8em;
  color: #0056b3; /* Darker primary color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-betting-strategies-baccarat-guide__section ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #495057;
}

.page-betting-strategies-baccarat-guide__section li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-betting-strategies-baccarat-guide__content-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.page-betting-strategies-baccarat-guide__image-small {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-strategies-baccarat-guide__list-rules li ul {
  list-style: circle;
  margin-left: 20px;
}

.page-betting-strategies-baccarat-guide__list-bets {
  list-style: none;
  padding-left: 0;
}

.page-betting-strategies-baccarat-guide__list-bets li {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #007bff;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-betting-strategies-baccarat-guide__tip {
  background-color: #d1ecf1; /* Light blue for info */
  color: #0c5460; /* Dark blue for text */
  padding: 15px 20px;
  border-radius: 5px;
  border: 1px solid #bee5eb;
  margin-top: 30px;
  font-style: italic;
}

.page-betting-strategies-baccarat-guide__strategy-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.page-betting-strategies-baccarat-guide__strategy-card h3 {
  color: #007bff;
  margin-top: 0;
}

.page-betting-strategies-baccarat-guide__image-medium {
  max-width: 80%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-betting-strategies-baccarat-guide__list-management {
  list-style: none;
  padding-left: 0;
}

.page-betting-strategies-baccarat-guide__list-management li {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 5px solid #ffc107; /* Secondary color for emphasis */
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-betting-strategies-baccarat-guide__list-tips {
  list-style: none;
  padding-left: 0;
}

.page-betting-strategies-baccarat-guide__list-tips li {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  border-left: 6px solid #007bff;
}

.page-betting-strategies-baccarat-guide__list-tips li strong {
  color: #0056b3;
}

.page-betting-strategies-baccarat-guide__section--cta {
  background-color: #007bff; /* Primary color */
  color: #fff;
  text-align: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-betting-strategies-baccarat-guide__section--cta .page-betting-strategies-baccarat-guide__section-title {
  color: #fff;
}

.page-betting-strategies-baccarat-guide__section--cta p {
  color: #e9ecef;
  font-size: 1.1em;
  margin-bottom: 25px;
}

.page-betting-strategies-baccarat-guide__cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-betting-strategies-baccarat-guide__cta-button--primary {
  background-color: #ffc107;
  color: #000;
}

.page-betting-strategies-baccarat-guide__cta-button--primary:hover {
  background-color: #e0a800;
}

.page-betting-strategies-baccarat-guide__cta-button--secondary {
  background-color: #fff;
  color: #007bff;
  border: 2px solid #fff;
}

.page-betting-strategies-baccarat-guide__cta-button--secondary:hover {
  background-color: #f8f9fa;
  color: #0056b3;
}

.page-betting-strategies-baccarat-guide__image-full {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-betting-strategies-baccarat-guide__faq-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border-left: 4px solid #ffc107;
}

.page-betting-strategies-baccarat-guide__faq-item h3 {
  color: #0056b3;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-betting-strategies-baccarat-guide__section--conclusion {
  background-color: #343a40; /* Dark background for conclusion */
  color: #fff;
  text-align: center;
  padding: 70px 0;
}

.page-betting-strategies-baccarat-guide__section--conclusion .page-betting-strategies-baccarat-guide__section-title {
  color: #ffc107;
}

.page-betting-strategies-baccarat-guide__section--conclusion p {
  color: #adb5bd;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-betting-strategies-baccarat-guide__cta-button--final {
  background-color: #ffc107;
  color: #000;
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-betting-strategies-baccarat-guide__cta-button--final:hover {
  background-color: #e0a800;
}

.page-betting-strategies-baccarat-guide .highlight {
  color: #ffc107; /* Secondary color for highlighting 79king */
}

@media (max-width: 768px) {
  .page-betting-strategies-baccarat-guide__hero-title {
    font-size: 2.5em;
  }

  .page-betting-strategies-baccarat-guide__hero-subtitle {
    font-size: 1.1em;
  }

  .page-betting-strategies-baccarat-guide__section-title {
    font-size: 2em;
  }

  .page-betting-strategies-baccarat-guide__content-block,
  .page-betting-strategies-baccarat-guide__strategy-card,
  .page-betting-strategies-baccarat-guide__faq-item {
    padding: 20px;
  }

  .page-betting-strategies-baccarat-guide__cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .page-betting-strategies-baccarat-guide__cta-button {
    width: 80%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .page-betting-strategies-baccarat-guide__hero-title {
    font-size: 2em;
  }

  .page-betting-strategies-baccarat-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-betting-strategies-baccarat-guide__section-title {
    font-size: 1.8em;
  }

  .page-betting-strategies-baccarat-guide__section p,
  .page-betting-strategies-baccarat-guide__section li {
    font-size: 0.95em;
  }

  .page-betting-strategies-baccarat-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-betting-strategies-baccarat-guide__cta-button--final {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}