.page-cockfighting {
  color: #ffffff; /* Body background is dark, so use light text */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-cockfighting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-cockfighting__hero-section {
  background: linear-gradient(135deg, #0A2342 0%, #1A3A5E 100%);
  padding: 120px 20px 80px; /* Desktop padding-top to clear fixed header */
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-cockfighting__main-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-cockfighting__subtitle {
  font-size: 1.3em;
  color: #f0f0f0;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-cockfighting__cta-button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
}

.page-cockfighting__btn-primary {
  background: #FFD700;
  color: #0A2342;
}

.page-cockfighting__btn-primary:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-cockfighting__btn-secondary {
  background: #0A2342;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-cockfighting__btn-secondary:hover {
  background: #1A3A5E;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-cockfighting__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-cockfighting__about-section {
  padding: 80px 0;
  background: #0a0a0a; /* Ensure good contrast with main content */
}

.page-cockfighting__dark-section {
  background: #0A2342;
  color: #ffffff;
}

.page-cockfighting__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-cockfighting__image-box {
  flex: 1;
  min-width: 300px;
}

.page-cockfighting__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-cockfighting__text-content {
  flex: 1;
  font-size: 1.1em;
  color: #f0f0f0;
}

.page-cockfighting__text-content p {
  margin-bottom: 15px;
}

.page-cockfighting__gameplay-section {
  padding: 80px 0;
  background: #1A3A5E;
  color: #ffffff;
}

.page-cockfighting__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-cockfighting__card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #f0f0f0;
}

.page-cockfighting__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-cockfighting__card-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-cockfighting__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-cockfighting__list li {
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 10px;
  padding: 10px 15px;
  border-left: 3px solid #FFD700;
  border-radius: 5px;
}

.page-cockfighting__action-center {
  text-align: center;
  margin-top: 50px;
}

.page-cockfighting__tips-section {
  padding: 80px 0;
}

.page-cockfighting__tip-card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #f0f0f0;
  transition: transform 0.3s ease;
}

.page-cockfighting__tip-card:hover {
  transform: translateY(-5px);
}

.page-cockfighting__tip-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-cockfighting__tip-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cockfighting__why-choose-us-section {
  padding: 80px 0;
  background: #1A3A5E;
  color: #ffffff;
}

.page-cockfighting__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-cockfighting__feature-item {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.page-cockfighting__feature-item:hover {
  background: rgba(255, 255, 255, 0.15);
}

.page-cockfighting__feature-icon {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-bottom: 20px;
}

.page-cockfighting__feature-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-cockfighting__cta-register-section {
  padding: 80px 0;
  text-align: center;
  background: #0A2342;
  color: #ffffff;
}

.page-cockfighting__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-cockfighting__floating-login-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none; /* Hidden by default, shown on mobile */
}

.page-cockfighting__floating-login-button a {
  background: #DC143C; /* Deep red for CTA */
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-cockfighting__floating-login-button a:hover {
  background: #b20a2d;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-cockfighting__main-title {
    font-size: 3em;
  }
  .page-cockfighting__section-title {
    font-size: 2em;
  }
  .page-cockfighting__content-wrapper {
    flex-direction: column;
  }
  .page-cockfighting__text-content, .page-cockfighting__image-box {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .page-cockfighting__hero-section {
    padding-top: 100px !important; /* Mobile padding-top to clear fixed header */
    padding-bottom: 60px;
  }
  .page-cockfighting__main-title {
    font-size: 2.5em;
    line-height: 1.2;
  }
  .page-cockfighting__subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-cockfighting__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-cockfighting__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 1em;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-cockfighting__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  .page-cockfighting__about-section, .page-cockfighting__gameplay-section, .page-cockfighting__tips-section, .page-cockfighting__why-choose-us-section, .page-cockfighting__cta-register-section {
    padding: 60px 0;
  }
  .page-cockfighting__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-cockfighting__image {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-cockfighting__tip-image, .page-cockfighting__feature-icon {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-cockfighting__floating-login-button {
    display: block; /* Show on mobile */
    bottom: 15px;
    right: 15px;
  }
  .page-cockfighting__floating-login-button a {
    font-size: 0.9em;
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .page-cockfighting__main-title {
    font-size: 2em;
  }
  .page-cockfighting__section-title {
    font-size: 1.5em;
  }
  .page-cockfighting__cta-button {
    font-size: 0.9em;
    padding: 10px 15px;
  }
  .page-cockfighting__floating-login-button {
    bottom: 10px;
    right: 10px;
  }
  .page-cockfighting__floating-login-button a {
    font-size: 0.8em;
    padding: 8px 15px;
  }
  .page-cockfighting__card-title {
    font-size: 1.5em;
  }
  .page-cockfighting__tip-title {
    font-size: 1.3em;
  }
  .page-cockfighting__feature-title {
    font-size: 1.4em;
  }
}