.page-blog-why-ww-live-is-top-choice {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: var(--black-color); /* Inherit from shared, implies dark background */
}

.page-blog-why-ww-live-is-top-choice__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Dark background sections */
.page-blog-why-ww-live-is-top-choice__dark-bg {
  background-color: #26A9E0; /* Brand primary color */
  color: #ffffff; /* Light text for contrast */
}

/* Light background sections */
.page-blog-why-ww-live-is-top-choice__light-bg {
  background-color: #ffffff; /* White background */
  color: #333333; /* Dark text for contrast */
}

.page-blog-why-ww-live-is-top-choice__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-why-ww-live-is-top-choice__dark-bg .page-blog-why-ww-live-is-top-choice__section-title {
  color: #ffffff;
}

.page-blog-why-ww-live-is-top-choice__light-bg .page-blog-why-ww-live-is-top-choice__section-title {
  color: #000000;
}

.page-blog-why-ww-live-is-top-choice__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-why-ww-live-is-top-choice__highlight-text {
  font-weight: bold;
  color: inherit;
}

/* Hero Section */
.page-blog-why-ww-live-is-top-choice__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px; /* Add bottom padding to separate from next section */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-why-ww-live-is-top-choice__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

.page-blog-why-ww-live-is-top-choice__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
  color: #ffffff; /* Ensure text is visible on potentially dark/busy image */
}

.page-blog-why-ww-live-is-top-choice__hero-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* Responsive font size for H1 */
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-why-ww-live-is-top-choice__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/* Buttons */
.page-blog-why-ww-live-is-top-choice__btn-primary,
.page-blog-why-ww-live-is-top-choice__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-why-ww-live-is-top-choice__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-why-ww-live-is-top-choice__btn-primary:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

.page-blog-why-ww-live-is-top-choice__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-why-ww-live-is-top-choice__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-why-ww-live-is-top-choice__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

/* Content Sections */
.page-blog-why-ww-live-is-top-choice__introduction-section,
.page-blog-why-ww-live-is-top-choice__benefits-section,
.page-blog-why-ww-live-is-top-choice__games-services-section,
.page-blog-why-ww-live-is-top-choice__promotions-section,
.page-blog-why-ww-live-is-top-choice__security-section,
.page-blog-why-ww-live-is-top-choice__registration-guide-section,
.page-blog-why-ww-live-is-top-choice__support-section,
.page-blog-why-ww-live-is-top-choice__conclusion-section,
.page-blog-why-ww-live-is-top-choice__faq-section {
  padding: 80px 0;
  box-sizing: border-box;
}

.page-blog-why-ww-live-is-top-choice__content-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Benefits Section */
.page-blog-why-ww-live-is-top-choice__benefit-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-ww-live-is-top-choice__benefit-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: left;
}

.page-blog-why-ww-live-is-top-choice__benefit-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-why-ww-live-is-top-choice__benefit-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Games & Services Section */
.page-blog-why-ww-live-is-top-choice__game-category {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-why-ww-live-is-top-choice__game-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-blog-why-ww-live-is-top-choice__game-image {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
  margin: 0 auto 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-blog-why-ww-live-is-top-choice__game-description {
  font-size: 1.05em;
  margin-bottom: 25px;
  text-align: justify;
  color: #555555;
}

/* Promotions Section */
.page-blog-why-ww-live-is-top-choice__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-why-ww-live-is-top-choice__promo-item {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #ffffff;
}

.page-blog-why-ww-live-is-top-choice__promo-item strong {
  color: #EA7C07;
}

.page-blog-why-ww-live-is-top-choice__promo-item a {
  color: #EA7C07;
  text-decoration: underline;
}

.page-blog-why-ww-live-is-top-choice__promo-item a:hover {
  color: #d16e06;
}

/* Security Section */
.page-blog-why-ww-live-is-top-choice__security-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-why-ww-live-is-top-choice__security-item {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.page-blog-why-ww-live-is-top-choice__security-title {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-blog-why-ww-live-is-top-choice__security-description {
  font-size: 1em;
  color: #555555;
}

.page-blog-why-ww-live-is-top-choice__security-item a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-why-ww-live-is-top-choice__security-item a:hover {
  color: #1a7fb2;
}

/* Registration Guide Section */
.page-blog-why-ww-live-is-top-choice__step-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-why-ww-live-is-top-choice__step-item {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  padding-left: 70px;
  color: #ffffff;
}

.page-blog-why-ww-live-is-top-choice__step-item::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #EA7C07;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
}

.page-blog-why-ww-live-is-top-choice__step-title {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-blog-why-ww-live-is-top-choice__step-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-blog-why-ww-live-is-top-choice__step-item a {
  color: #EA7C07;
  text-decoration: underline;
}

.page-blog-why-ww-live-is-top-choice__step-item a:hover {
  color: #d16e06;
}

/* Support Section */
.page-blog-why-ww-live-is-top-choice__contact-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.page-blog-why-ww-live-is-top-choice__contact-item {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333333;
}

.page-blog-why-ww-live-is-top-choice__contact-item strong {
  display: block;
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 10px;
}

/* FAQ Section */
.page-blog-why-ww-live-is-top-choice__faq-list {
  margin-top: 30px;
}

.page-blog-why-ww-live-is-top-choice__faq-item {
  background-color: #f9f9f9;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-blog-why-ww-live-is-top-choice__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  list-style: none; /* For details/summary */
}

.page-blog-why-ww-live-is-top-choice__faq-item[open] .page-blog-why-ww-live-is-top-choice__faq-question {
  border-bottom: 1px solid #d0d0d0;
}

.page-blog-why-ww-live-is-top-choice__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-why-ww-live-is-top-choice__faq-qtext {
  flex-grow: 1;
}

.page-blog-why-ww-live-is-top-choice__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-blog-why-ww-live-is-top-choice__faq-item[open] .page-blog-why-ww-live-is-top-choice__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-why-ww-live-is-top-choice__faq-answer {
  padding: 20px;
  font-size: 1.05em;
  color: #555555;
}

.page-blog-why-ww-live-is-top-choice__faq-answer p {
  margin-bottom: 0;
}

.page-blog-why-ww-live-is-top-choice__faq-answer a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-why-ww-live-is-top-choice__faq-answer a:hover {
  color: #1a7fb2;
}

/* Global image responsiveness */
.page-blog-why-ww-live-is-top-choice img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-why-ww-live-is-top-choice__section-title {
    font-size: 2em;
  }

  .page-blog-why-ww-live-is-top-choice__hero-title {
    font-size: clamp(2em, 4vw, 3em);
  }

  .page-blog-why-ww-live-is-top-choice__hero-description {
    font-size: 1.1em;
  }

  .page-blog-why-ww-live-is-top-choice__introduction-section,
  .page-blog-why-ww-live-is-top-choice__benefits-section,
  .page-blog-why-ww-live-is-top-choice__games-services-section,
  .page-blog-why-ww-live-is-top-choice__promotions-section,
  .page-blog-why-ww-live-is-top-choice__security-section,
  .page-blog-why-ww-live-is-top-choice__registration-guide-section,
  .page-blog-why-ww-live-is-top-choice__support-section,
  .page-blog-why-ww-live-is-top-choice__conclusion-section,
  .page-blog-why-ww-live-is-top-choice__faq-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .page-blog-why-ww-live-is-top-choice {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section Mobile */
  .page-blog-why-ww-live-is-top-choice__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 30px !important;
  }

  .page-blog-why-ww-live-is-top-choice__hero-title {
    font-size: clamp(1.8em, 8vw, 2.5em) !important; /* Smaller on mobile */
    line-height: 1.2 !important;
  }

  .page-blog-why-ww-live-is-top-choice__hero-description {
    font-size: 1em !important;
    margin-bottom: 20px !important;
  }

  /* Section Titles Mobile */
  .page-blog-why-ww-live-is-top-choice__section-title {
    font-size: 1.8em !important;
    margin-bottom: 30px !important;
  }

  /* Paragraphs Mobile */
  .page-blog-why-ww-live-is-top-choice__paragraph {
    font-size: 1em !important;
  }

  /* General Image Responsiveness Mobile */
  .page-blog-why-ww-live-is-top-choice img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Content containers mobile */
  .page-blog-why-ww-live-is-top-choice__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Buttons Mobile */
  .page-blog-why-ww-live-is-top-choice__btn-primary,
  .page-blog-why-ww-live-is-top-choice__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 1em !important;
  }

  /* Button Group Mobile */
  .page-blog-why-ww-live-is-top-choice__button-group {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Benefits Section Mobile */
  .page-blog-why-ww-live-is-top-choice__benefit-list {
    grid-template-columns: 1fr !important; /* Single column */
  }

  .page-blog-why-ww-live-is-top-choice__benefit-item {
    padding: 25px !important;
  }

  .page-blog-why-ww-live-is-top-choice__benefit-title {
    font-size: 1.3em !important;
  }

  /* Games & Services Section Mobile */
  .page-blog-why-ww-live-is-top-choice__game-category {
    padding: 30px !important;
  }

  .page-blog-why-ww-live-is-top-choice__game-title {
    font-size: 1.6em !important;
  }

  /* Promotions Section Mobile */
  .page-blog-why-ww-live-is-top-choice__promo-item {
    font-size: 1em !important;
    padding: 15px !important;
  }

  /* Security Section Mobile */
  .page-blog-why-ww-live-is-top-choice__security-list {
    grid-template-columns: 1fr !important;
  }

  .page-blog-why-ww-live-is-top-choice__security-item {
    padding: 25px !important;
  }

  .page-blog-why-ww-live-is-top-choice__security-title {
    font-size: 1.3em !important;
  }

  /* Registration Guide Section Mobile */
  .page-blog-why-ww-live-is-top-choice__step-item {
    padding-left: 60px !important;
  }

  .page-blog-why-ww-live-is-top-choice__step-item::before {
    width: 35px !important;
    height: 35px !important;
    font-size: 1.1em !important;
    left: 15px !important;
  }

  .page-blog-why-ww-live-is-top-choice__step-title {
    font-size: 1.3em !important;
  }

  /* Support Section Mobile */
  .page-blog-why-ww-live-is-top-choice__contact-list {
    grid-template-columns: 1fr !important;
  }

  .page-blog-why-ww-live-is-top-choice__contact-item {
    padding: 20px !important;
  }

  .page-blog-why-ww-live-is-top-choice__contact-item strong {
    font-size: 1.2em !important;
  }

  /* FAQ Section Mobile */
  .page-blog-why-ww-live-is-top-choice__faq-question {
    font-size: 1.1em !important;
    padding: 15px !important;
  }

  .page-blog-why-ww-live-is-top-choice__faq-toggle {
    font-size: 1.3em !important;
  }

  .page-blog-why-ww-live-is-top-choice__faq-answer {
    font-size: 1em !important;
    padding: 15px !important;
  }

  .page-blog-why-ww-live-is-top-choice__introduction-section,
  .page-blog-why-ww-live-is-top-choice__benefits-section,
  .page-blog-why-ww-live-is-top-choice__games-services-section,
  .page-blog-why-ww-live-is-top-choice__promotions-section,
  .page-blog-why-ww-live-is-top-choice__security-section,
  .page-blog-why-ww-live-is-top-choice__registration-guide-section,
  .page-blog-why-ww-live-is-top-choice__support-section,
  .page-blog-why-ww-live-is-top-choice__conclusion-section,
  .page-blog-why-ww-live-is-top-choice__faq-section {
    padding: 40px 0 !important;
  }
}