/* style/blog-how-to-start-viebet-journey.css */
:root {
  --viebet-primary: #11A84E;
  --viebet-secondary: #22C768;
  --viebet-button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --viebet-card-bg: #11271B;
  --viebet-body-bg: #08160F;
  --viebet-text-main: #F2FFF6;
  --viebet-text-secondary: #A7D9B8;
  --viebet-border: #2E7A4E;
  --viebet-glow: #57E38D;
  --viebet-gold: #F2C14E;
  --viebet-divider: #1E3A2A;
  --viebet-deep-green: #0A4B2C;
}

.page-blog-how-to-start-viebet-journey {
  color: var(--viebet-text-main);
  background-color: var(--viebet-body-bg);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-start-viebet-journey__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-how-to-start-viebet-journey__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* body handles header-offset, this is for aesthetic top padding */
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-how-to-start-viebet-journey__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.page-blog-how-to-start-viebet-journey__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -150px; /* Adjust to position content over the bottom part of the image, without overlapping text on main image area */
  background: rgba(8, 22, 15, 0.85); /* Semi-transparent dark background for readability */
  border-radius: 10px;
  z-index: 1;
  position: relative;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-start-viebet-journey__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: var(--viebet-gold);
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-how-to-start-viebet-journey__hero-description {
  font-size: 1.1rem;
  color: var(--viebet-text-secondary);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-start-viebet-journey__btn-primary {
  display: inline-block;
  background: var(--viebet-button-gradient);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-start-viebet-journey__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(42, 209, 111, 0.4);
}

.page-blog-how-to-start-viebet-journey__section {
  padding: 60px 0;
  border-bottom: 1px solid var(--viebet-divider);
}

.page-blog-how-to-start-viebet-journey__section:last-of-type {
  border-bottom: none;
}

.page-blog-how-to-start-viebet-journey__section-title {
  font-size: 2.5rem;
  color: var(--viebet-primary);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-how-to-start-viebet-journey__text-block {
  font-size: 1.05rem;
  color: var(--viebet-text-secondary);
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-start-viebet-journey__image-content {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.page-blog-how-to-start-viebet-journey__steps-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-how-to-start-viebet-journey__step-item {
  background-color: var(--viebet-card-bg);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--viebet-border);
}

.page-blog-how-to-start-viebet-journey__step-title {
  font-size: 1.6rem;
  color: var(--viebet-primary);
  margin-bottom: 15px;
}

.page-blog-how-to-start-viebet-journey__step-subtitle {
  font-size: 1.4rem;
  color: var(--viebet-primary);
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-how-to-start-viebet-journey__step-description {
  color: var(--viebet-text-secondary);
  font-size: 1rem;
}

.page-blog-how-to-start-viebet-journey__subsection-title {
  font-size: 2rem;
  color: var(--viebet-text-main);
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-how-to-start-viebet-journey__list {
  list-style-type: disc;
  padding-left: 25px;
  color: var(--viebet-text-secondary);
  margin-bottom: 20px;
}

.page-blog-how-to-start-viebet-journey__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-how-to-start-viebet-journey__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin: 40px 0;
}

.page-blog-how-to-start-viebet-journey__game-card {
  background-color: var(--viebet-card-bg);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid var(--viebet-border);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-start-viebet-journey__game-title {
  font-size: 1.8rem;
  color: var(--viebet-gold);
  margin-bottom: 15px;
}

.page-blog-how-to-start-viebet-journey__game-description {
  color: var(--viebet-text-secondary);
  font-size: 1rem;
  margin-bottom: 20px;
}

.page-blog-how-to-start-viebet-journey__btn-secondary {
  display: inline-block;
  background: #ffffff;
  color: var(--viebet-primary);
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 2px solid var(--viebet-primary);
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-start-viebet-journey__btn-secondary:hover {
  background: var(--viebet-primary);
  color: #ffffff;
}

.page-blog-how-to-start-viebet-journey__faq-section {
  margin-top: 50px;
  background-color: var(--viebet-card-bg);
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--viebet-border);
}

.page-blog-how-to-start-viebet-journey__faq-heading {
  font-size: 2rem;
  color: var(--viebet-text-main);
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-how-to-start-viebet-journey__faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--viebet-divider);
  padding-bottom: 15px;
}

.page-blog-how-to-start-viebet-journey__faq-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.page-blog-how-to-start-viebet-journey__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  color: var(--viebet-text-main);
  font-weight: bold;
  padding: 10px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style: none; /* For details summary */
}

.page-blog-how-to-start-viebet-journey__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-start-viebet-journey__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-start-viebet-journey__faq-toggle {
  font-size: 1.8rem;
  color: var(--viebet-primary);
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-how-to-start-viebet-journey__faq-item[open] .page-blog-how-to-start-viebet-journey__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-start-viebet-journey__faq-answer {
  color: var(--viebet-text-secondary);
  font-size: 1rem;
  padding-top: 10px;
  padding-left: 10px;
}

.page-blog-how-to-start-viebet-journey__copyright {
  text-align: center;
  font-size: 0.9rem;
  color: var(--viebet-text-secondary);
  padding: 30px 20px;
  margin-top: 40px;
  border-top: 1px solid var(--viebet-divider);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-blog-how-to-start-viebet-journey__hero-content {
    margin-top: -100px;
    padding: 30px 15px;
  }

  .page-blog-how-to-start-viebet-journey__hero-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .page-blog-how-to-start-viebet-journey__section-title {
    font-size: 2rem;
  }

  .page-blog-how-to-start-viebet-journey__subsection-title {
    font-size: 1.8rem;
  }

  .page-blog-how-to-start-viebet-journey__step-title {
    font-size: 1.4rem;
  }

  .page-blog-how-to-start-viebet-journey__game-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-start-viebet-journey__hero-content {
    margin-top: -80px;
    padding: 25px 10px;
  }

  .page-blog-how-to-start-viebet-journey__hero-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-how-to-start-viebet-journey__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-start-viebet-journey__btn-primary,
  .page-blog-how-to-start-viebet-journey__btn-secondary {
    padding: 12px 20px;
    font-size: 0.95rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-start-viebet-journey__section {
    padding: 40px 0;
  }

  .page-blog-how-to-start-viebet-journey__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-how-to-start-viebet-journey__text-block,
  .page-blog-how-to-start-viebet-journey__list-item,
  .page-blog-how-to-start-viebet-journey__step-description,
  .page-blog-how-to-start-viebet-journey__game-description,
  .page-blog-how-to-start-viebet-journey__faq-answer p {
    font-size: 1rem;
  }

  .page-blog-how-to-start-viebet-journey__subsection-title {
    font-size: 1.6rem;
  }

  .page-blog-how-to-start-viebet-journey__step-title {
    font-size: 1.2rem;
  }

  .page-blog-how-to-start-viebet-journey__game-title {
    font-size: 1.4rem;
  }

  .page-blog-how-to-start-viebet-journey__steps-list,
  .page-blog-how-to-start-viebet-journey__game-categories {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-how-to-start-viebet-journey__faq-question {
    font-size: 1.1rem;
  }

  .page-blog-how-to-start-viebet-journey__image-content,
  .page-blog-how-to-start-viebet-journey__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-start-viebet-journey__container,
  .page-blog-how-to-start-viebet-journey__hero-section,
  .page-blog-how-to-start-viebet-journey__intro-section,
  .page-blog-how-to-start-viebet-journey__registration-section,
  .page-blog-how-to-start-viebet-journey__deposit-section,
  .page-blog-how-to-start-viebet-journey__games-section,
  .page-blog-how-to-start-viebet-journey__promotions-section,
  .page-blog-how-to-start-viebet-journey__support-section,
  .page-blog-how-to-start-viebet-journey__conclusion-section,
  .page-blog-how-to-start-viebet-journey__game-categories,
  .page-blog-how-to-start-viebet-journey__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-start-viebet-journey__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-how-to-start-viebet-journey__game-card .page-blog-how-to-start-viebet-journey__btn-secondary {
    width: auto !important; /* Allow buttons in cards to size naturally */
    max-width: none !important;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-start-viebet-journey__hero-content {
    margin-top: -60px;
    padding: 20px 10px;
  }

  .page-blog-how-to-start-viebet-journey__hero-title {
    font-size: clamp(1.5rem, 8vw, 2rem);
  }

  .page-blog-how-to-start-viebet-journey__btn-primary {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .page-blog-how-to-start-viebet-journey__section-title {
    font-size: 1.6rem;
  }

  .page-blog-how-to-start-viebet-journey__faq-question {
    font-size: 1rem;
  }
}