/* style/resources-viva88-safe-betting-guide.css */
:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --register-button-color: #C30808;
  --login-button-color: #C30808;
  --register-login-font-color: #FFFF00;
  --text-color-dark: #333333;
  --text-color-light: #FFFFFF;
  --border-color: #e0e0e0;
  --background-light: #f9f9f9;
  --background-dark: #017439;
}

.page-resources-viva88-safe-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
  background-color: var(--secondary-color); /* Body background is white */
}

.page-resources-viva88-safe-betting-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); /* Fixed header offset */
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--text-color-light);
}

.page-resources-viva88-safe-betting-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-viva88-safe-betting-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-viva88-safe-betting-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-viva88-safe-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-viva88-safe-betting-guide__main-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--text-color-light);
}

.page-resources-viva88-safe-betting-guide__lead-paragraph {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: var(--text-color-light);
}

.page-resources-viva88-safe-betting-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-viva88-safe-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-viva88-safe-betting-guide__btn-primary {
  background: var(--register-button-color); /* Custom color for register */
  color: var(--register-login-font-color); /* Custom font color */
  border: 2px solid var(--register-button-color);
}

.page-resources-viva88-safe-betting-guide__btn-primary:hover {
  background: #a30606; /* Darken #C30808 */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-viva88-safe-betting-guide__btn-secondary {
  background: var(--login-button-color); /* Custom color for login */
  color: var(--register-login-font-color); /* Custom font color */
  border: 2px solid var(--login-button-color);
}

.page-resources-viva88-safe-betting-guide__btn-secondary:hover {
  background: #a30606; /* Darken #C30808 */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-viva88-safe-betting-guide__section {
  padding: 60px 20px;
  background-color: var(--secondary-color);
  color: var(--text-color-dark);
}

.page-resources-viva88-safe-betting-guide__section:nth-of-type(even) {
  background-color: var(--background-light);
}

.page-resources-viva88-safe-betting-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}