/* style/resources-sports-betting-guide.css */
.page-resources-sports-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background handled by shared.css */
}

.page-resources-sports-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  box-sizing: border-box;
}

.page-resources-sports-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-sports-betting-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-resources-sports-betting-guide__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 800px;
  padding: 20px;
}

.page-resources-sports-betting-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}

.page-resources-sports-betting-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-sports-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-sports-betting-guide__btn-primary {
  background-color: #C30808; /* Specific color for Register/Login */
  color: #FFFF00; /* Specific font color for Register/Login */
  border: 2px solid #C30808;
}

.page-resources-sports-betting-guide__btn-primary:hover {
  background-color: #e02020;
  transform: translateY(-3px);
}

/* General Section Styles */
.page-resources-sports-betting-guide__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-sports-betting-guide__section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #ffffff; /* Default for dark sections, overridden for light */
}

.page-resources-sports-betting-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
  text-align: left;
}

/* Introduction Section */
.page-resources-sports-betting-guide__introduction-section .page-resources-sports-betting-guide__section-title,
.page-resources-sports-betting-guide__introduction-section .page-resources-sports-betting-guide__text-block {
  color: #ffffff; /* Ensure light text on dark background */
}

/* Why KV88 Section */
.page-resources-sports-betting-guide__why-kv88-section {
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
}

.page-resources-sports-betting-guide__why-kv88-section .page-resources-sports-betting-guide__section-title {
  color: #ffffff;
}

.page-resources-sports-betting-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

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

.page-resources-sports-betting-guide__feature-card:hover {
  transform: translateY(-10px);
}

.page-resources-sports-betting-guide__feature-icon {
  width: 100%; /* Ensure large images */
  height: auto;
  max-width: 250px; /* Example size, min 200px */
  margin-bottom: 20px;
  border-radius: 5px;
  object-fit: cover;
}

.page-resources-sports-betting-guide__feature-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-resources-sports-betting-guide__feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Betting Types Section */
.page-resources-sports-betting-guide__betting-types-section {
  background-color: var(--dark-bg-1); /* Assuming shared.css defines a dark background */
  color: #ffffff;
}

.page-resources-sports-betting-guide__betting-types-section .page-resources-sports-betting-guide__section-title {
  color: #ffffff;
}

.page-resources-sports-betting-guide__betting-types-section .page-resources-sports-betting-guide__text-block {
  color: #f0f0f0;
}

.page-resources-sports-betting-guide__betting-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sports-betting-guide__betting-type-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-sports-betting-guide__betting-type-card:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.page-resources-sports-betting-guide__betting-type-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-sports-betting-guide__betting-type-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Getting Started Section */
.page-resources-sports-betting-guide__getting-started-section {
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
}

.page-resources-sports-betting-guide__getting-started-section .page-resources-sports-betting-guide__section-title {
  color: #ffffff;
}

.page-resources-sports-betting-guide__getting-started-section .page-resources-sports-betting-guide__text-block {
  color: #f0f0f0;
}

.page-resources-sports-betting-guide__step-by-step-guide {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sports-betting-guide__step-card {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-top: 60px; /* Space for step number */
}

.page-resources-sports-betting-guide__step-number {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #C30808; /* Highlight color */
  color: #FFFF00; /* Font color */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  border: 2px solid #FFFF00;
}

.page-resources-sports-betting-guide__step-title {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-resources-sports-betting-guide__step-description {
  font-size: 1em;
  color: #f0f0f0;
}

/* Strategies Section */
.page-resources-sports-betting-guide__strategies-section {
  background-color: var(--dark-bg-1);
  color: #ffffff;
}

.page-resources-sports-betting-guide__strategies-section .page-resources-sports-betting-guide__section-title {
  color: #ffffff;
}

.page-resources-sports-betting-guide__strategies-section .page-resources-sports-betting-guide__text-block {
  color: #f0f0f0;
}

.page-resources-sports-betting-guide__content-image {
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  object-fit: cover;
}

.page-resources-sports-betting-guide__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
}

.page-resources-sports-betting-guide__strategy-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-resources-sports-betting-guide__strategy-item h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-resources-sports-betting-guide__strategy-item p {
  font-size: 1em;
  color: #f0f0f0;
}

/* Responsible Gambling Section */
.page-resources-sports-betting-guide__responsible-gambling-section {
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
}

.page-resources-sports-betting-guide__responsible-gambling-section .page-resources-sports-betting-guide__section-title {
  color: #ffffff;
}

.page-resources-sports-betting-guide__responsible-gambling-section .page-resources-sports-betting-guide__text-block {
  color: #f0f0f0;
}

.page-resources-sports-betting-guide__responsible-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  text-align: left;
}