/* style/blog-ph365-premier-online-gaming-destination.css */

/* Base styles for the page content */
.page-blog-ph365-premier-online-gaming-destination {
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Section spacing */
.page-blog-ph365-premier-online-gaming-destination__hero-section,
.page-blog-ph365-premier-online-gaming-destination__why-choose-us-section,
.page-blog-ph365-premier-online-gaming-destination__gaming-categories-section,
.page-blog-ph365-premier-online-gaming-destination__promotions-section,
.page-blog-ph365-premier-online-gaming-destination__app-download-section,
.page-blog-ph365-premier-online-gaming-destination__getting-started-section,
.page-blog-ph365-premier-online-gaming-destination__security-section,
.page-blog-ph365-premier-online-gaming-destination__support-section,
.page-blog-ph365-premier-online-gaming-destination__faq-section,
.page-blog-ph365-premier-online-gaming-destination__final-cta-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px; /* Small top padding for sections, body padding-top is from shared.css */
}

/* Hero Section */
.page-blog-ph365-premier-online-gaming-destination__hero-section {
  text-align: center;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-ph365-premier-online-gaming-destination__hero-image {
  width: 100%;
  max-width: 1200px; /* Ensure it fits within content area */
  margin-bottom: 20px;
}

.page-blog-ph365-premier-online-gaming-destination__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-ph365-premier-online-gaming-destination__main-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #F2C14E;
  max-width: 800px;
}

.page-blog-ph365-premier-online-gaming-destination__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-ph365-premier-online-gaming-destination__hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

/* Buttons */
.page-blog-ph365-premier-online-gaming-destination__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, transform 0.2s ease;
  white-space: nowrap;
  min-width: 150px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #FFF6D6;
}

.page-blog-ph365-premier-online-gaming-destination__button--primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111;
}

.page-blog-ph365-premier-online-gaming-destination__button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-ph365-premier-online-gaming-destination__button--secondary {
  background-color: #111111;
  border: 1px solid #3A2A12;
  color: #F2C14E;
}

.page-blog-ph365-premier-online-gaming-destination__button--secondary:hover {
  background-color: #3A2A12;
  transform: translateY(-2px);
}

.page-blog-ph365-premier-online-gaming-destination__button--small {
  padding: 8px 15px;
  min-width: unset;
}

/* Section Titles */
.page-blog-ph365-premier-online-gaming-destination__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
  color: #F2C14E;
}

.page-blog-ph365-premier-online-gaming-destination__section-description {
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: justify;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Cards Grid */
.page-blog-ph365-premier-online-gaming-destination__cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-ph365-premier-online-gaming-destination__card {
  background-color: #111111; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #3A2A12;
}

.page-blog-ph365-premier-online-gaming-destination__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-ph365-premier-online-gaming-destination__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FFD36B;
}

.page-blog-ph365-premier-online-gaming-destination__card-text {
  font-size: 0.95rem;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Promotions Section */
.page-blog-ph365-premier-online-gaming-destination__promotion-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.page-blog-ph365-premier-online-gaming-destination__promotion-image {
  flex: 1 1 400px;
  max-width: 500px;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-ph365-premier-online-gaming-destination__promotion-text {
  flex: 2 1 400px;
}

/* App Download Section */
.page-blog-ph365-premier-online-gaming-destination__app-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.page-blog-ph365-premier-online-gaming-destination__app-text {
  flex: 2 1 400px;
}

.page-blog-ph365-premier-online-gaming-destination__app-image {
  flex: 1 1 400px;
  max-width: 500px;
  border-radius: 10px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-ph365-premier-online-gaming-destination__app-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

/* Getting Started Steps */
.page-blog-ph365-premier-online-gaming-destination__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-blog-ph365-premier-online-gaming-destination__step-item {
  background-color: #111111;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  border: 1px solid #3A2A12;
}

.page-blog-ph365-premier-online-gaming-destination__step-title {
  font-size: 1.3rem;
  color: #F2C14E;
  margin-bottom: 10px;
}

.page-blog-ph365-premier-online-gaming-destination__step-description {
  font-size: 0.9rem;
}

/* FAQ Section */
.page-blog-ph365-premier-online-gaming-destination__faq-list {
  margin-top: 30px;
}

.page-blog-ph365-premier-online-gaming-destination__faq-item {
  background-color: #111111;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #3A2A12;
}

.page-blog-ph365-premier-online-gaming-destination__faq-question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #FFD36B;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-blog-ph365-premier-online-gaming-destination__faq-answer {
  font-size: 0.95rem;
  line-height: 1.5;
  display: none; /* Hidden by default, JS will toggle */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-ph365-premier-online-gaming-destination__hero-section,
  .page-blog-ph365-premier-online-gaming-destination__why-choose-us-section,
  .page-blog-ph365-premier-online-gaming-destination__gaming-categories-section,
  .page-blog-ph365-premier-online-gaming-destination__promotions-section,
  .page-blog-ph365-premier-online-gaming-destination__app-download-section,
  .page-blog-ph365-premier-online-gaming-destination__getting-started-section,
  .page-blog-ph365-premier-online-gaming-destination__security-section,
  .page-blog-ph365-premier-online-gaming-destination__support-section,
  .page-blog-ph365-premier-online-gaming-destination__faq-section,
  .page-blog-ph365-premier-online-gaming-destination__final-cta-section {
    padding: 40px 15px;
    padding-top: 10px;
  }

  .page-blog-ph365-premier-online-gaming-destination__main-title {
    font-size: clamp(1.2rem, 6vw, 1.8rem);
  }

  .page-blog-ph365-premier-online-gaming-destination__section-title {
    font-size: 1.8rem;
  }

  .page-blog-ph365-premier-online-gaming-destination__hero-buttons,
  .page-blog-ph365-premier-online-gaming-destination__app-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .page-blog-ph365-premier-online-gaming-destination__button {
    width: 100%;
    min-width: unset;
  }

  .page-blog-ph365-premier-online-gaming-destination__promotion-content,
  .page-blog-ph365-premier-online-gaming-destination__app-content {
    flex-direction: column;
  }

  .page-blog-ph365-premier-online-gaming-destination__promotion-image,
  .page-blog-ph365-premier-online-gaming-destination__app-image {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .page-blog-ph365-premier-online-gaming-destination__cards-grid,
  .page-blog-ph365-premier-online-gaming-destination__steps-list {
    grid-template-columns: 1fr;
  }

  .page-blog-ph365-premier-online-gaming-destination img {
    max-width: 100%;
    height: auto;
  }
}