/* style/resources-bet888-platform-guide.css */
:root {
  --primary-color: #FFD700;
  --secondary-color: #000000;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f8f9fa;
  --border-color: #e0e0e0;
}

.page-resources-bet888-platform-guide {
  font-family: 'Arial', sans-serif;
  color: var(--text-dark); /* Default text color for light body background */
  line-height: 1.6;
  background-color: var(--bg-light);
}

/* Hero Section */
.page-resources-bet888-platform-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: var(--text-light);
  overflow: hidden;
}

.page-resources-bet888-platform-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-bet888-platform-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-resources-bet888-platform-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.page-resources-bet888-platform-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 30px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95); /* Light background for text contrast */
  color: var(--text-dark);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-bet888-platform-guide__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: var(--secondary-color);
  line-height: 1.2;
}

.page-resources-bet888-platform-guide__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-dark);
}

.page-resources-bet888-platform-guide__cta-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-resources-bet888-platform-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  min-width: 180px;
}

.page-resources-bet888-platform-guide__btn-primary {
  background: var(--primary-color);
  color: var(--text-light);
  border: 2px solid var(--primary-color);
}

.page-resources-bet888-platform-guide__btn-primary:hover {
  background: #e6c200;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-bet888-platform-guide__btn-secondary {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-bet888-platform-guide__btn-secondary:hover {
  background: #333333;
  border-color: var(--primary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* General Section Styling */
.page-resources-bet888-platform-guide__section {
  padding: 80px 20px;
  background-color: var(--bg-light);
  border-bottom: 1px solid var(--border-color);
}

.page-resources-bet888-platform-guide__section:last-of-type {
  border-bottom: none;
}

.page-resources-bet888-platform-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-bet888-platform-guide__section-title {
  font-size: 2.2em;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-bet888-platform-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 2px;
}

.page-resources-bet888-platform-guide__sub-title {
  font-size: 1.6em;
  color: var(--secondary-color);
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: left;
}

.page-resources-bet888-platform-guide__text-block {
  font-size: 1.05em;
  line-height: 1.7;
  margin-bottom: 25px;
  color: var(--text-dark);
  text-align: justify;
}

.page-resources-bet888-platform-guide__image-wrapper {
  margin: 40px auto;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-bet888-platform-guide__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-bet888-platform-guide__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-bet888-platform-guide__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.05em;
  color: var(--text-dark);
}

.page-resources-bet888-platform-guide__list-item::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
}

.page-resources-bet888-platform-guide__list-item a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-resources-bet888-platform-guide__list-item a:hover {
  text-decoration: underline;
}

.page-resources-bet888-platform-guide__button-inline {
  margin-top: 20px;
  margin-right: 15px;
}
}