/* style/resources-sv388-cockfighting-live-streaming-tech.css */
/* 页面完整样式代码 - 注意：所有选择器必须使用BEM命名规则（双下划线__连接） */

/* General page styling */
.page-resources-sv388-cockfighting-live-streaming-tech {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Dark body background, so light text */
  background-color: transparent; /* Assuming body background is handled by shared.css as #000000 */
}

.page-resources-sv388-cockfighting-live-streaming-tech__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-sv388-cockfighting-live-streaming-tech__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 600px;
  padding: calc(var(--header-offset, 120px) + 80px) 20px 80px 20px; /* Add header offset to existing top padding */
  overflow: hidden;
  background-color: #000000; /* Ensure dark background for hero */
}

.page-resources-sv388-cockfighting-live-streaming-tech__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.4; /* Make text readable on image */
}

.page-resources-sv388-cockfighting-live-streaming-tech__hero-title {
  font-size: 3.5em;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-sv388-cockfighting-live-streaming-tech__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
  max-width: 800px;
}

.page-resources-sv388-cockfighting-live-streaming-tech__hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Buttons */
.page-resources-sv388-cockfighting-live-streaming-tech__btn-primary,
.page-resources-sv388-cockfighting-live-streaming-tech__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-sv388-cockfighting-live-streaming-tech__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-resources-sv388-cockfighting-live-streaming-tech__btn-primary:hover {
  background-color: #1a7fb3;
  border-color: #1a7fb3;
}

.page-resources-sv388-cockfighting-live-streaming-tech__btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-resources-sv388-cockfighting-live-streaming-tech__btn-secondary:hover {
  background-color: #FFFFFF;
  color: #26A9E0;
}

/* Content Sections */
.page-resources-sv388-cockfighting-live-streaming-tech__content-section {
  padding: 60px 0;
  background-color: #000000; /* Default background for sections */
  color: #ffffff; /* Default text color for sections */
}

.page-resources-sv388-cockfighting-live-streaming-tech__dark-bg {
  background-color: #0d0d0d; /* Slightly different dark background for contrast */
  color: #ffffff;
}

.page-resources-sv388-cockfighting-live-streaming-tech__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Brand color for titles */
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-sv388-cockfighting-live-streaming-tech__subsection-title {
  font-size: 1.8em;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-resources-sv388-cockfighting-live-streaming-tech__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-sv388-cockfighting-live-streaming-tech__paragraph a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-sv388-cockfighting-live-streaming-tech__paragraph a:hover {
  text-decoration: underline;
}

.page-resources-sv388-cockfighting-live-streaming-tech__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-sv388-cockfighting-live-streaming-tech__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-sv388-cockfighting-live-streaming-tech__list-item strong {
  color: #26A9E0;
}

.page-resources-sv388-cockfighting-live-streaming-tech__image-full {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Video Section */
.page-resources-sv388-cockfighting-live-streaming-tech__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #000000; /* Fallback background for video area */
}

.page-resources-sv388-cockfighting-live-streaming-tech__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.page-resources-sv388-cockfighting-live-streaming-tech__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}