/* style/index-cockfighting-live-advantages.css */
.page-index-cockfighting-live-advantages {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Dark body background, so light text */
  background-color: #000; /* Assuming body background from shared.css is #000 */
}

.page-index-cockfighting-live-advantages__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-index-cockfighting-live-advantages__section {
  padding: 60px 0;
  text-align: center;
  position: relative;
}

.page-index-cockfighting-live-advantages__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-index-cockfighting-live-advantages__light-bg {
  background-color: #f9f9f9;
  color: #333333;
}

.page-index-cockfighting-live-advantages__heading {
  font-size: 38px;
  font-weight: bold;
  color: #FFD700; /* Gold for headings */
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-index-cockfighting-live-advantages__heading-small {
  font-size: 28px;
  font-weight: bold;
  color: #FFD700;
  margin-bottom: 25px;
}

.page-index-cockfighting-live-advantages__paragraph {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #e0e0e0;
}

.page-index-cockfighting-live-advantages__highlight {
  color: #FFD700;
  font-weight: bold;
}

.page-index-cockfighting-live-advantages__link-inline {
  color: #FFD700;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-index-cockfighting-live-advantages__link-inline:hover {
  color: #ffffff;
}

.page-index-cockfighting-live-advantages__btn-primary,
.page-index-cockfighting-live-advantages__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.page-index-cockfighting-live-advantages__btn-primary {
  background-color: #B22222;
  color: #ffffff;
  border-color: #B22222;
  box-shadow: 0 4px 15px rgba(178, 34, 34, 0.4);
}

.page-index-cockfighting-live-advantages__btn-primary:hover {
  background-color: #991e1e;
  border-color: #991e1e;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(178, 34, 34, 0.6);
}

.page-index-cockfighting-live-advantages__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.page-index-cockfighting-live-advantages__btn-secondary:hover {
  background-color: #FFD700;
  color: #1a1a1a;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.page-index-cockfighting-live-advantages__btn-small {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 6px;
  background-color: #FFD700;
  color: #1a1a1a;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-cockfighting-live-advantages__btn-small:hover {
  background-color: #e0b800;
  transform: translateY(-2px);
}

.page-index-cockfighting-live-advantages__btn-center {
  margin-top: 30px;
}

/* HERO Section */
.page-index-cockfighting-live-advantages__hero-section {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0; /* No margin-top needed as it's the first content section */
}

.page-index-cockfighting-live-advantages__hero-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.page-index-cockfighting-live-advantages__hero-image {
  width: 100%;
  margin: 0;
}

.page-index-cockfighting-live-advantages__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
}

/* LOGO Carousel Section */
.page-index-cockfighting-live-advantages__logo-carousel-section {
  width: 100%;
  padding: 40px 20px;
  background: #1a1a1a;
}

.page-index-cockfighting-live-advantages__logo-carousel-container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.page-index-cockfighting-live-advantages__logo-carousel {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  padding: 10px 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.page-index-cockfighting-live-advantages__logo-carousel::-webkit-scrollbar {
  display: none;
}

.page-index-cockfighting-live-advantages__logo-item {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  background: #2a2a2a;
  border: 1px solid #333333;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  pointer-events: auto;
}

.page-index-cockfighting-live-advantages__logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
}

.page-index-cockfighting-live-advantages__logo-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  pointer-events: auto;
}

.page-index-cockfighting-live-advantages__logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Games Section */
.page-index-cockfighting-live-advantages__games-section {
  width: 100%;
  padding: 60px 20px;
  background: #000;
}

.page-index-cockfighting-live-advantages__games-container {
  max-width: 1400px;
  margin: 0 auto;
}

.page-index-cockfighting-live-advantages__games-layout {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  align-items: start;
}

.page-index-cockfighting-live-advantages__featured-game-area {
  width: 100%;
}

.page-index-cockfighting-live-advantages__featured-game-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #FFD700;
  text-align: left;
}

.page-index-cockfighting-live-advantages__featured-game {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #2a2a2a;
  border: 1px solid #333333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-cockfighting-live-advantages__featured-game:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.page-index-cockfighting-live-advantages__featured-game-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-index-cockfighting-live-advantages__featured-game-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.page-index-cockfighting-live-advantages__featured-game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-index-cockfighting-live-advantages__games-grid-area {
  width: 100%;
}

.page-index-cockfighting-live-advantages__games-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.page-index-cockfighting-live-advantages__games-tab {
  background: none;
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #999999;
  transition: color 0.3s ease;
  text-decoration: none;
  position: relative;
}

.page-index-cockfighting-live-advantages__games-tab:hover {
  color: #ffffff;
}

.page-index-cockfighting-live-advantages__games-tab.active {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-cockfighting-live-advantages__games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: none;
}

.page-index-cockfighting-live-advantages__games-grid.active {
  display: grid;
}

.page-index-cockfighting-live-advantages__game-card {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #2a2a2a;
  border: 1px solid #333333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-cockfighting-live-advantages__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.page-index-cockfighting-live-advantages__game-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.page-index-cockfighting-live-advantages__game-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.page-index-cockfighting-live-advantages__game-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-index-cockfighting-live-advantages__game-card-title {
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0 0;
  padding: 0 5px 10px;
  color: #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.4;
}

/* Quick Access Section */
.page-index-cockfighting-live-advantages__quick-access-section {
  background-color: #0d0d0d;
  padding: 60px 0;
}

.page-index-cockfighting-live-advantages__link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-index-cockfighting-live-advantages__quick-link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background: #1a1a1a;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #333333;
}

.page-index-cockfighting-live-advantages__quick-link-card:hover {
  transform: translateY(-5px);
  background: #2a2a2a;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.page-index-cockfighting-live-advantages__quick-link-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-index-cockfighting-live-advantages__quick-link-text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/* Core Games Section */
.page-index-cockfighting-live-advantages__core-games-section {
  padding: 80px 0;
  background-color: #1a1a1a;
}

.page-index-cockfighting-live-advantages__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-cockfighting-live-advantages__game-item {
  background: #2a2a2a;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333333;
}

.page-index-cockfighting-live-advantages__game-item:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-index-cockfighting-live-advantages__game-image {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-cockfighting-live-advantages__game-title {
  font-size: 24px;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-index-cockfighting-live-advantages__game-description {
  font-size: 16px;
  color: #e0e0e0;
}

/* Promotions Section */
.page-index-cockfighting-live-advantages__promotions-section {
  background-color: #000;
  padding: 80px 0;
}

.page-index-cockfighting-live-advantages__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-cockfighting-live-advantages__promo-card {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333333;
}

.page-index-cockfighting-live-advantages__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-index-cockfighting-live-advantages__promo-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-cockfighting-live-advantages__promo-title {
  font-size: 22px;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-cockfighting-live-advantages__promo-description {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 20px;
}

/* Security & Support Section */
.page-index-cockfighting-live-advantages__security-support-section {
  padding: 80px 0;
  background-color: #1a1a1a;
}

.page-index-cockfighting-live-advantages__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-cockfighting-live-advantages__feature-item {
  background: #2a2a2a;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333333;
}

.page-index-cockfighting-live-advantages__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-index-cockfighting-live-advantages__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-index-cockfighting-live-advantages__feature-title {
  font-size: 22px;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-index-cockfighting-live-advantages__feature-description {
  font-size: 16px;
  color: #e0e0e0;
}

/* FAQ Section */
.page-index-cockfighting-live-advantages__faq-section {
  background-color: #000;
  padding: 80px 0;
}

.page-index-cockfighting-live-advantages__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-index-cockfighting-live-advantages__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-index-cockfighting-live-advantages__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-index-cockfighting-live-advantages__faq-item.active .page-index-cockfighting-live-advantages__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #1a1a1a;
  border-radius: 0 0 5px 5px;
  color: #e0e0e0;
  text-align: left;
}

.page-index-cockfighting-live-advantages__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #2a2a2a;
  border: 1px solid #333333;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #ffffff;
  text-align: left;
}

.page-index-cockfighting-live-advantages__faq-question:hover {
  background: #3a3a3a;
  border-color: #555555;
}

.page-index-cockfighting-live-advantages__faq-question:active {
  background: #4a4a4a;
}

.page-index-cockfighting-live-advantages__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #FFD700;
}

.page-index-cockfighting-live-advantages__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #FFD700;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-index-cockfighting-live-advantages__faq-item.active .page-index-cockfighting-live-advantages__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg);
}

/* Blog Section */
.page-index-cockfighting-live-advantages__blog-section {
  background-color: #0d0d0d;
  padding: 80px 0;
}

.page-index-cockfighting-live-advantages__blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-cockfighting-live-advantages__blog-card {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333333;
  text-align: left;
}

.page-index-cockfighting-live-advantages__blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-index-cockfighting-live-advantages__blog-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-index-cockfighting-live-advantages__blog-content {
  padding: 20px;
}

.page-index-cockfighting-live-advantages__blog-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.page-index-cockfighting-live-advantages__blog-title a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-cockfighting-live-advantages__blog-title a:hover {
  color: #ffffff;
}

.page-index-cockfighting-live-advantages__blog-excerpt {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 15px;
}

.page-index-cockfighting-live-advantages__blog-date {
  font-size: 14px;
  color: #999999;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-index-cockfighting-live-advantages__heading {
    font-size: 32px;
  }

  .page-index-cockfighting-live-advantages__paragraph {
    font-size: 16px;
  }

  .page-index-cockfighting-live-advantages__games-layout {
    grid-template-columns: 1fr;
  }
  
  .page-index-cockfighting-live-advantages__games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-index-cockfighting-live-advantages__quick-link-text {
    font-size: 16px;
  }

  .page-index-cockfighting-live-advantages__game-item,
  .page-index-cockfighting-live-advantages__promo-card,
  .page-index-cockfighting-live-advantages__feature-item {
    padding: 20px;
  }

  .page-index-cockfighting-live-advantages__game-image {
    max-width: 200px;
  }

  .page-index-cockfighting-live-advantages__game-title,
  .page-index-cockfighting-live-advantages__promo-title,
  .page-index-cockfighting-live-advantages__feature-title,
  .page-index-cockfighting-live-advantages__blog-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-cockfighting-live-advantages {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
  
  .page-index-cockfighting-live-advantages__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-index-cockfighting-live-advantages__section {
    padding: 40px 0;
  }

  .page-index-cockfighting-live-advantages__hero-section {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-index-cockfighting-live-advantages__hero-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }

  .page-index-cockfighting-live-advantages__logo-carousel-section {
    padding: 30px 15px;
  }
  
  .page-index-cockfighting-live-advantages__logo-item {
    width: 150px;
    height: 150px;
  }
  
  .page-index-cockfighting-live-advantages__logo-carousel {
    gap: 15px;
  }

  .page-index-cockfighting-live-advantages__games-section {
    padding: 40px 15px;
  }

  .page-index-cockfighting-live-advantages__games-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-cockfighting-live-advantages__featured-game-title {
    font-size: 20px;
  }
  
  .page-index-cockfighting-live-advantages__featured-game-image {
    height: 300px;
  }
  
  .page-index-cockfighting-live-advantages__games-tabs {
    gap: 15px;
  }
  
  .page-index-cockfighting-live-advantages__games-tab {
    font-size: 16px;
  }
  
  .page-index-cockfighting-live-advantages__games-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .page-index-cockfighting-live-advantages__game-card-image {
    height: 150px;
  }
  
  .page-index-cockfighting-live-advantages__game-card-title {
    font-size: 13px;
    margin: 8px 0 0 0;
    padding: 0 3px;
  }

  .page-index-cockfighting-live-advantages__heading {
    font-size: 28px;
  }

  .page-index-cockfighting-live-advantages__paragraph {
    font-size: 15px;
  }

  .page-index-cockfighting-live-advantages__btn-primary,
  .page-index-cockfighting-live-advantages__btn-secondary {
    padding: 12px 25px;
    font-size: 16px;
  }

  .page-index-cockfighting-live-advantages__link-grid {
    grid-template-columns: 1fr;
  }

  .page-index-cockfighting-live-advantages__quick-link-icon {
    width: 60px;
    height: 60px;
  }

  .page-index-cockfighting-live-advantages__quick-link-text {
    font-size: 15px;
  }

  .page-index-cockfighting-live-advantages__game-showcase,
  .page-index-cockfighting-live-advantages__promo-grid,
  .page-index-cockfighting-live-advantages__feature-grid,
  .page-index-cockfighting-live-advantages__blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-index-cockfighting-live-advantages__game-image {
    max-width: 150px;
  }

  .page-index-cockfighting-live-advantages__game-title,
  .page-index-cockfighting-live-advantages__promo-title,
  .page-index-cockfighting-live-advantages__feature-title,
  .page-index-cockfighting-live-advantages__blog-title {
    font-size: 18px;
  }

  .page-index-cockfighting-live-advantages__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  
  .page-index-cockfighting-live-advantages__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  
  .page-index-cockfighting-live-advantages__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  
  .page-index-cockfighting-live-advantages__faq-answer {
    padding: 0 15px;
  }
  
  .page-index-cockfighting-live-advantages__faq-item.active .page-index-cockfighting-live-advantages__faq-answer {
    padding: 15px !important;
  }

  .page-index-cockfighting-live-advantages img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}