/* style/resources-viva88-message-guide.css */

/* Base Styles */
.page-resources-viva88-message-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

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

/* Section Styling */
.page-resources-viva88-message-guide__hero-section {
  position: relative;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-viva88-message-guide__content-section,
.page-resources-viva88-message-guide__conclusion-section {
  padding: 60px 0;
}

.page-resources-viva88-message-guide__cta-section {
  padding: 80px 0;
  text-align: center;
}

/* Background Colors based on body background (#0a0a0a - dark) */
.page-resources-viva88-message-guide__dark-bg {
  background-color: #26A9E0; /* Primary brand color for dark sections */
  color: #ffffff;
}

.page-resources-viva88-message-guide__light-bg {
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}

/* Headings */
.page-resources-viva88-message-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-viva88-message-guide__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
  color: #26A9E0; /* Brand color for main section titles */
}

.page-resources-viva88-message-guide__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #ffffff; /* White for sub-titles on dark background */
}

/* Paragraphs and Text Blocks */
.page-resources-viva88-message-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-viva88-message-guide__text-block p {
  margin-bottom: 1em;
  color: #f0f0f0;
}

.page-resources-viva88-message-guide__highlight-text {
  color: #EA7C07; /* Login color for highlights */
  font-weight: bold;
}

/* Buttons */
.page-resources-viva88-message-guide__hero-cta,
.page-resources-viva88-message-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}