.page-user-stories-rookie-to-pro-betting-journey {
  font-family: 'Arial', sans-serif;
  color: #E5E5D1; /* Light text for dark background */
  background-color: #1A1A2E;
  line-height: 1.6;
}

.page-user-stories-rookie-to-pro-betting-journey__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-user-stories-rookie-to-pro-betting-journey__hero-section {
  background: linear-gradient(135deg, #1A1A2E 0%, #301934 50%, #E0B34E 100%); /* Blend primary and accent colors */
  padding: 100px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  position: relative;
  overflow: hidden;
}

.page-user-stories-rookie-to-pro-betting-journey__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,hiphop_pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-user-stories-rookie-to-pro-betting-journey__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.page-user-stories-rookie-to-pro-betting-journey__hero-title {
  font-size: 3.5em;
  color: #E0B34E;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-user-stories-rookie-to-pro-betting-journey__hero-subtitle {
  font-size: 1.4em;
  color: #e5e5d1;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-user-stories-rookie-to-pro-betting-journey__hero-cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-user-stories-rookie-to-pro-betting-journey__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.page-user-stories-rookie-to-pro-betting-journey__button--primary {
  background-color: #E0B34E;
  color: #1A1A2E;
}

.page-user-stories-rookie-to-pro-betting-journey__button--primary:hover {
  background-color: #F0C45C;
  transform: translateY(-3px);
}

.page-user-stories-rookie-to-pro-betting-journey__button--secondary {
  background-color: transparent;
  color: #E0B34E;
  border-color: #E0B34E;
}

.page-user-stories-rookie-to-pro-betting-journey__button--secondary:hover {
  background-color: #E0B34E;
  color: #1A1A2E;
  transform: translateY(-3px);
}

.page-user-stories-rookie-to-pro-betting-journey__hero-image-wrapper {
  display: none; /* Hidden on desktop, shown on larger screens if desired */
}

.page-user-stories-rookie-to-pro-betting-journey__section {
  padding: 60px 0;
  margin-bottom: 40px;
}

.page-user-stories-rookie-to-pro-betting-journey__section-title {
  font-size: 2.5em;
  color: #E0B34E;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-user-stories-rookie-to-pro-betting-journey__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #E0B34E;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-user-stories-rookie-to-pro-betting-journey__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e5e5d1;
  text-align: justify;
}

.page-user-stories-rookie-to-pro-betting-journey__step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
}

.page-user-stories-rookie-to-pro-betting-journey__step-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #E0B34E;
}

.page-user-stories-rookie-to-pro-betting-journey__step-title {
  font-size: 1.8em;
  color: #E0B34E;
  margin-bottom: 20px;
}

.page-user-stories-rookie-to-pro-betting-journey__button--link {
  background-color: transparent;
  color: #E0B34E;
  border-color: #E0B34E;
  padding: 10px 25px;
  font-size: 1em;
  margin-top: 20px;
}

.page-user-stories-rookie-to-pro-betting-journey__button--link:hover {
  background-color: #E0B34E;
  color: #1A1A2E;
}

.page-user-stories-rookie-to-pro-betting-journey__culture-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-user-stories-rookie-to-pro-betting-journey__culture-item {
  background-color: #2A2A3E;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.page-user-stories-rookie-to-pro-betting-journey__culture-image {
  width: 100%;
  max-width: 350px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid #E0B34E;
}

.page-user-stories-rookie-to-pro-betting-journey__culture-title {
  font-size: 1.6em;
  color: #E0B34E;
  margin-bottom: 15px;
}

.page-user-stories-rookie-to-pro-betting-journey__strategy-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.page-user-stories-rookie-to-pro-betting-journey__strategy-list li {
  background-color: #2A2A3E;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #e5e5d1;
  font-size: 1.1em;
  line-height: 1.5;
  border-left: 5px solid #E0B34E;
}

.page-user-stories-rookie-to-pro-betting-journey__strategy-list li strong {
  color: #E0B34E;
}

.page-user-stories-rookie-to-pro-betting-journey__main-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  margin: 40px auto;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #E0B34E;
}

.page-user-stories-rookie-to-pro-betting-journey__expert-tips-list {
  list-style: decimal;
  padding-left: 30px;
  margin: 30px 0;
}

.page-user-stories-rookie-to-pro-betting-journey__expert-tips-list li {
  color: #e5e5d1;
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.5;
}

.page-user-stories-rookie-to-pro-betting-journey__expert-tips-list li strong {
  color: #E0B34E;
}

.page-user-stories-rookie-to-pro-betting-journey__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-user-stories-rookie-to-pro-betting-journey__promo-card {
  background-color: #2A2A3E;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-user-stories-rookie-to-pro-betting-journey__promo-image {
  width: 100%;
  max-width: 250px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 25px;
}

.page-user-stories-rookie-to-pro-betting-journey__promo-title {
  font-size: 1.8em;
  color: #E0B34E;
  margin-bottom: 15px;
}

.page-user-stories-rookie-to-pro-betting-journey__promo-description {
  color: #e5e5d1;
  font-size: 1em;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-user-stories-rookie-to-pro-betting-journey__cta-section {
  background-color: #E0B34E;
  padding: 80px 0;
  text-align: center;
}

.page-user-stories-rookie-to-pro-betting-journey__cta-content {
  max-width: 900px;
}

.page-user-stories-rookie-to-pro-betting-journey__cta-title {
  font-size: 3em;
  color: #1A1A2E;
  margin-bottom: 20px;
}

.page-user-stories-rookie-to-pro-betting-journey__cta-description {
  font-size: 1.3em;
  color: #36365c;
  margin-bottom: 40px;
}

.page-user-stories-rookie-to-pro-betting-journey__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin: 10px;
}

.page-user-stories-rookie-to-pro-betting-journey__button--outline {
  background-color: transparent;
  color: #1A1A2E;
  border-color: #1A1A2E;
}

.page-user-stories-rookie-to-pro-betting-journey__button--outline:hover {
  background-color: #1A1A2E;
  color: #E0B34E;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-user-stories-rookie-to-pro-betting-journey__hero-title {
    font-size: 2.8em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__hero-subtitle {
    font-size: 1.2em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__section-title {
    font-size: 2em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-user-stories-rookie-to-pro-betting-journey__hero-section {
    padding: 80px 0;
  }
  .page-user-stories-rookie-to-pro-betting-journey__hero-title {
    font-size: 2.2em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__hero-subtitle {
    font-size: 1em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__hero-cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-user-stories-rookie-to-pro-betting-journey__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-user-stories-rookie-to-pro-betting-journey__section {
    padding: 40px 0;
  }
  .page-user-stories-rookie-to-pro-betting-journey__step-image {
    max-width: 100%;
  }
  .page-user-stories-rookie-to-pro-betting-journey__culture-grid {
    grid-template-columns: 1fr;
  }
  .page-user-stories-rookie-to-pro-betting-journey__promo-cards {
    grid-template-columns: 1fr;
  }
  .page-user-stories-rookie-to-pro-betting-journey__cta-title {
    font-size: 2em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-user-stories-rookie-to-pro-betting-journey__hero-section {
    padding: 60px 0;
  }
  .page-user-stories-rookie-to-pro-betting-journey__hero-title {
    font-size: 1.8em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__hero-subtitle {
    font-size: 0.9em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__button {
    padding: 12px 20px;
    font-size: 0.9em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__section-title {
    font-size: 1.6em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__text-content {
    font-size: 0.95em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__step-title {
    font-size: 1.5em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__culture-title,
  .page-user-stories-rookie-to-pro-betting-journey__promo-title {
    font-size: 1.4em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__cta-title {
    font-size: 1.8em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__cta-description {
    font-size: 1em;
  }
  .page-user-stories-rookie-to-pro-betting-journey__button--large {
    padding: 15px 25px;
    font-size: 1em;
  }
}