:root {
  --primary-color: #B22222;
  --secondary-color: #FFD700;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark: #000000;
  --card-bg: rgba(255, 255, 255, 0.1); /* Slightly transparent white on dark background */
  --border-color: rgba(255, 255, 255, 0.2);
  --shadow-light: rgba(0, 0, 0, 0.15);
  --shadow-dark: rgba(0, 0, 0, 0.3);
}

.page-resources-da-ga-888-latest-match-analysis {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Default text color for dark body background */
  background-color: var(--bg-dark); /* Ensure explicit background for contrast */
}

/* Base container styling */
.page-resources-da-ga-888-latest-match-analysis__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Section styling */
.page-resources-da-ga-888-latest-match-analysis__video-section,
.page-resources-da-ga-888-latest-match-analysis__hero-section,
.page-resources-da-ga-888-latest-match-analysis__brand-section,
.page-resources-da-ga-888-latest-match-analysis__faq-section,
.page-resources-da-ga-888-latest-match-analysis__blog-section {
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden; /* Ensure no overflow for internal elements */
}

/* Specific padding for video section to clear fixed header */
.page-resources-da-ga-888-latest-match-analysis__video-section {
  padding-top: 10px; /* Desktop */
  background-color: var(--bg-dark);
}

.page-resources-da-ga-888-latest-match-analysis__hero-section {
  background-color: var(--bg-dark); /* Ensure contrast */
  padding-top: 80px; /* Adjusted if video is above, or for general content */
  padding-bottom: 80px;
}

.page-resources-da-ga-888-latest-match-analysis__brand-section {
  background-color: #1a1a1a; /* Slightly lighter dark for contrast */
  color: var(--text-light);
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-resources-da-ga-888-latest-match-analysis__faq-section {
  background-color: var(--bg-dark);
  color: var(--text-light);
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-resources-da-ga-888-latest-match-analysis__blog-section {
  background-color: #1a1a1a; /* Slightly lighter dark for contrast */
  color: var(--text-light);
  padding-top: 80px;
  padding-bottom: 80px;
}


/* Titles */
.page-resources-da-ga-888-latest-match-analysis__main-title {
  font-size: 48px;
  color: var(--secondary-color); /* Gold for H1 */
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px var(--shadow-dark);
}

.page-resources-da-ga-888-latest-match-analysis__hero-description {
  font-size: 20px;
  color: var(--text-light);
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-da-ga-888-latest-match-analysis__brand-title,
.page-resources-da-ga-888-latest-match-analysis__faq-title,
.page-resources-da-ga-888-latest-match-analysis__blog-title {
  font-size: 36px;
  color: var(--primary-color); /* Red for H2 */
  margin-bottom: 40px;
  font-weight: bold;
  text-shadow: 1px 1px 3px var(--shadow-dark);
}

.page-resources-da-ga-888-latest-match-analysis__brand-item-title,
.page-resources-da-ga-888-latest-match-analysis__blog-item-title {
  font-size: 24px;
  color: var(--secondary-color); /* Gold for H3 */
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-da-ga-888-latest-match-analysis p {
  font-size: 18px;
  color: var(--text-light);
  margin-bottom: 15px;
}

/* Buttons (CTA) */
.page-resources-da-ga-888-latest-match-analysis__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  margin-top: 30px;
}

.page-resources-da-ga-888-latest-match-analysis__cta-button {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px var(--shadow-light);
  border: none;
  cursor: pointer;
  white-space: nowrap; /* Prevent text wrapping by default */
}

.page-resources-da-ga-888-latest-match-analysis__cta-button--primary {
  background: var(--primary-color);
  color: var(--text-light);
}

.page-resources-da-ga-888-latest-match-analysis__cta-button--primary:hover {
  background: #9f1d1d; /* Darker shade of primary */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--shadow-dark);
}

.page-resources-da-ga-888-latest-match-analysis__cta-button--secondary {
  background: var(--secondary-color);
  color: var(--text-dark);
}

.page-resources-da-ga-888-latest-match-analysis__cta-button--secondary:hover {
  background: #e6c200; /* Darker shade of secondary */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--shadow-dark);
}

/* Video Section Specific Styles */
.page-resources-da-ga-888-latest-match-analysis__video-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-da-ga-888-latest-match-analysis__video-link {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-da-ga-888-latest-match-analysis__video-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-da-ga-888-latest-match-analysis__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px var(--shadow-light);
}

.page-resources-da-ga-888-latest-match-analysis__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  object-fit: cover;
  pointer-events: none; /* Prevent video controls from interfering with click event */
}

.page-resources-da-ga-888-latest-match-analysis__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.page-resources-da-ga-888-latest-match-analysis__video-link:hover .page-resources-da-ga-888-latest-match-analysis__video-overlay {
  opacity: 1;
}

.page-resources-da-ga-888-latest-match-analysis__video-click-hint {
  color: var(--text-light);
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 2px 4px var(--shadow-dark);
  padding: 10px 20px;
  background: rgba(0, 123, 255, 0.8);
  border-radius: 5px;
  white-space: nowrap;
}

.page-resources-da-ga-888-latest-match-analysis__video-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.page-resources-da-ga-888-latest-match-analysis__play-now-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: var(--text-light);
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px var(--shadow-light);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.page-resources-da-ga-888-latest-match-analysis__play-now-button:hover {
  background: #9f1d1d; /* Darker shade of primary */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px var(--shadow-dark);
}

/* Brand Section */
.page-resources-da-ga-888-latest-match-analysis__brand-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.page-resources-da-ga-888-latest-match-analysis__brand-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-da-ga-888-latest-match-analysis__brand-item {
  background: var(--card-bg);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px var(--shadow-light);
  text-align: left;
  border: 1px solid var(--border-color);
}

.page-resources-da-ga-888-latest-match-analysis__brand-item p {
  font-size: 16px;
  color: var(--text-light);
}

.page-resources-da-ga-888-latest-match-analysis__brand-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px var(--shadow-light);
}

/* FAQ Section */
.page-resources-da-ga-888-latest-match-analysis__faq-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-resources-da-ga-888-latest-match-analysis__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 8px var(--shadow-light);
}

.page-resources-da-ga-888-latest-match-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: rgba(255, 255, 255, 0.05); /* Slightly lighter card background for question */
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-resources-da-ga-888-latest-match-analysis__faq-question:hover {
  background: rgba(255, 255, 255, 0.1);
}

.page-resources-da-ga-888-latest-match-analysis__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--secondary-color); /* Gold for FAQ questions */
  pointer-events: none; /* Prevent h3 from blocking click event */
}

.page-resources-da-ga-888-latest-match-analysis__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color); /* Red for toggle icon */
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none; /* Prevent icon from blocking click event */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.page-resources-da-ga-888-latest-match-analysis__faq-item.active .page-resources-da-ga-888-latest-match-analysis__faq-toggle {
  transform: rotate(45deg); /* Rotate to form an 'x' or just change to '-' */
  color: var(--text-light);
}

.page-resources-da-ga-888-latest-match-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  color: var(--text-light); /* Ensure text color is light */
}