/* style/blog-live-betting-phdream-sports.css */

/* Base styles for the page content, assuming a dark body background from shared.css */
.page-blog-live-betting-phdream-sports {
  color: #FFF6D6; /* Text Main */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background handled by shared.css var(--background-color) */
}

.page-blog-live-betting-phdream-sports__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-live-betting-phdream-sports__section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

/* Hero Section */
.page-blog-live-betting-phdream-sports__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, body handles --header-offset */
  color: #FFF6D6;
  background: linear-gradient(180deg, rgba(17,17,17,0.8) 0%, rgba(10,10,10,0.8) 100%); /* Dark overlay for text readability */
}

.page-blog-live-betting-phdream-sports__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.page-blog-live-betting-phdream-sports__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-live-betting-phdream-sports__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-blog-live-betting-phdream-sports__main-title {
  font-size: clamp(2.5rem, 5vw, 4rem); /* Responsive font size */
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFD36B; /* Glow */
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-live-betting-phdream-sports__description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-live-betting-phdream-sports__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-live-betting-phdream-sports__btn-primary,
.page-blog-live-betting-phdream-sports__btn-secondary,
.page-blog-live-betting-phdream-sports a[class*="button"],
.page-blog-live-betting-phdream-sports a[class*="btn"] {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-live-betting-phdream-sports__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for contrast on bright button */
  border: none;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-live-betting-phdream-sports__btn-primary:hover {
  background: linear-gradient(180deg, #FFE89A 0%, #EAA22D 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-live-betting-phdream-sports__btn-secondary {
  background-color: transparent;
  color: #FFD36B; /* Glow */
  border: 2px solid #FFD36B; /* Glow */
}

.page-blog-live-betting-phdream-sports__btn-secondary:hover {
  background-color: #FFD36B;
  color: #111111; /* Dark text for contrast */
  transform: translateY(-2px);
}

.page-blog-live-betting-phdream-sports__centered-cta {
  text-align: center;
  margin-top: 40px;
}

/* Headings */
.page-blog-live-betting-phdream-sports__heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #F2C14E; /* Primary color */
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.3;
}

.page-blog-live-betting-phdream-sports__subheading {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFD36B; /* Glow */
  margin-bottom: 15px;
}

.page-blog-live-betting-phdream-sports__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #FFF6D6;
}

/* Feature Grid */
.page-blog-live-betting-phdream-sports__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-live-betting-phdream-sports__feature-card {
  background-color: #111111; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #3A2A12; /* Border */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-live-betting-phdream-sports__feature-card .page-blog-live-betting-phdream-sports__subheading {
  color: #FFD36B;
  margin-bottom: 15px;
}

.page-blog-live-betting-phdream-sports__feature-card .page-blog-live-betting-phdream-sports__paragraph {
  color: #FFF6D6;
  font-size: 1rem;
}

/* Lists */
.page-blog-live-betting-phdream-sports__step-list,
.page-blog-live-betting-phdream-sports__sports-list,
.page-blog-live-betting-phdream-sports__strategy-list,
.page-blog-live-betting-phdream-sports__responsible-gaming-list,
.page-blog-live-betting-phdream-sports__app-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-live-betting-phdream-sports__list-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  color: #FFF6D6;
  position: relative;
}

.page-blog-live-betting-phdream-sports__step-list .page-blog-live-betting-phdream-sports__list-item::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  background-color: #F2C14E;
  color: #111111;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -15px;
  top: 20px;
  font-size: 1rem;
  border: 2px solid #0A0A0A; /* Matches body background to make it pop */
}

.page-blog-live-betting-phdream-sports__step-list .page-blog-live-betting-phdream-sports__list-item {
  padding-left: 40px; /* Make space for the counter */
  counter-reset: step-counter;
}

.page-blog-live-betting-phdream-sports__sports-list .page-blog-live-betting-phdream-sports__list-item::before,
.page-blog-live-betting-phdream-sports__strategy-list .page-blog-live-betting-phdream-sports__list-item::before,
.page-blog-live-betting-phdream-sports__responsible-gaming-list .page-blog-live-betting-phdream-sports__list-item::before,
.page-blog-live-betting-phdream-sports__app-features .page-blog-live-betting-phdream-sports__list-item::before {
  content: '⚡'; /* Or a checkmark icon */
  margin-right: 10px;
  color: #FFD36B;
}

/* Content Images */
.page-blog-live-betting-phdream-sports__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  border: 1px solid #3A2A12;
}

/* App Download Buttons */
.page-blog-live-betting-phdream-sports__app-download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* FAQ Section */
.page-blog-live-betting-phdream-sports__faq-list {
  margin-top: 40px;
}

.page-blog-live-betting-phdream-sports__faq-item {
  background-color: #111111;
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-live-betting-phdream-sports__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #111111;
  color: #FFD36B;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.page-blog-live-betting-phdream-sports__faq-question:hover {
  background-color: #1d1d1d;
}

.page-blog-live-betting-phdream-sports__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-live-betting-phdream-sports__faq-item.active .page-blog-live-betting-phdream-sports__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-live-betting-phdream-sports__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #FFF6D6;
}

.page-blog-live-betting-phdream-sports__faq-item.active .page-blog-live-betting-phdream-sports__faq-answer {
  max-height: 1000px !important; /* Sufficiently large for content */
  padding: 15px 25px 20px 25px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-blog-live-betting-phdream-sports__main-title {
    font-size: clamp(2rem, 6vw, 3.5rem);
  }

  .page-blog-live-betting-phdream-sports__heading {
    font-size: 2rem;
  }

  .page-blog-live-betting-phdream-sports__subheading {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .page-blog-live-betting-phdream-sports__section {
    padding: 40px 0;
  }

  .page-blog-live-betting-phdream-sports__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-live-betting-phdream-sports__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem); 
  }

  .page-blog-live-betting-phdream-sports__description {
    font-size: 1rem;
  }

  .page-blog-live-betting-phdream-sports__heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-live-betting-phdream-sports__subheading {
    font-size: 1.2rem;
  }

  .page-blog-live-betting-phdream-sports__paragraph {
    font-size: 0.95rem;
  }

  .page-blog-live-betting-phdream-sports__cta-buttons,
  .page-blog-live-betting-phdream-sports__app-download-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-live-betting-phdream-sports__btn-primary,
  .page-blog-live-betting-phdream-sports__btn-secondary,
  .page-blog-live-betting-phdream-sports a[class*="button"],
  .page-blog-live-betting-phdream-sports a[class*="btn"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-live-betting-phdream-sports__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-live-betting-phdream-sports__list-item {
    padding: 15px 20px;
    margin-bottom: 10px;
  }

  .page-blog-live-betting-phdream-sports__step-list .page-blog-live-betting-phdream-sports__list-item::before {
    left: 5px;
    top: 15px;
  }

  /* Image responsiveness */
  .page-blog-live-betting-phdream-sports img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  
  .page-blog-live-betting-phdream-sports__container,
  .page-blog-live-betting-phdream-sports__section,
  .page-blog-live-betting-phdream-sports__feature-card,
  .page-blog-live-betting-phdream-sports__list-item,
  .page-blog-live-betting-phdream-sports__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-live-betting-phdream-sports__faq-question,
  .page-blog-live-betting-phdream-sports__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-live-betting-phdream-sports__faq-item.active .page-blog-live-betting-phdream-sports__faq-answer {
    padding: 15px 15px 20px 15px;
  }
}