/* style/blog-ax88-new-user-quick-start-guide.css */

:root {
  --ax88-primary-color: #11A84E;
  --ax88-secondary-color: #22C768;
  --ax88-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --ax88-card-bg: #11271B;
  --ax88-background: #08160F;
  --ax88-text-main: #F2FFF6;
  --ax88-text-secondary: #A7D9B8;
  --ax88-border-color: #2E7A4E;
  --ax88-glow-color: #57E38D;
  --ax88-gold-color: #F2C14E;
  --ax88-divider-color: #1E3A2A;
  --ax88-deep-green: #0A4B2C;
}

.page-blog-ax88-new-user-quick-start-guide {
  background-color: var(--ax88-background);
  color: var(--ax88-text-main);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-ax88-new-user-quick-start-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* body handles --header-offset, this is for visual padding */
  overflow: hidden;
  background-color: var(--ax88-card-bg);
}

.page-blog-ax88-new-user-quick-start-guide__hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-ax88-new-user-quick-start-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  position: relative; /* Ensure content is above any potential background elements */
}