:root {
  --color-primary: #11A84E;
  --color-secondary: #22C768;
  --color-button-gradient-start: #2AD16F;
  --color-button-gradient-end: #13994A;
  --color-card-bg: #11271B;
  --color-background: #08160F; /* This will be overridden by shared.css --background, but define for consistency */
  --color-text-main: #F2FFF6;
  --color-text-secondary: #A7D9B8;
  --color-border: #2E7A4E;
  --color-glow: #57E38D;
  --color-gold: #F2C14E;
  --color-divider: #1E3A2A;
  --color-deep-green: #0A4B2C;
}

.page-blog-bu88-app-download-guide {
  background-color: var(--color-background);
  color: var(--color-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-bu88-app-download-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--color-divider);
}

.page-blog-bu88-app-download-guide__section:last-of-type {
  border-bottom: none;
}

.page-blog-bu88-app-download-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-bu88-app-download-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0;
  background-color: var(--color-deep-green);
  overflow: hidden;
}

.page-blog-bu88-app-download-guide__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-bu88-app-download-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-bu88-app-download-guide__hero-content {
  max-width: 800px;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}