/* style/industry-news-emerging-platforms.css */
.page-industry-news-emerging-platforms {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-industry-news-emerging-platforms .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-industry-news-emerging-platforms h1,
.page-industry-news-emerging-platforms h2,
.page-industry-news-emerging-platforms h3 {
  color: #1A2E5B;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-industry-news-emerging-platforms h1 {
  font-size: 2.8em;
  text-align: center;
  color: #FFFFFF; /* White text on dark background */
}

.page-industry-news-emerging-platforms h2 {
  font-size: 2.2em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.page-industry-news-emerging-platforms h3 {
  font-size: 1.8em;
  margin-top: 25px;
}

.page-industry-news-emerging-platforms p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555;
}

.page-industry-news-emerging-platforms .section-title {
  position: relative;
  padding-bottom: 10px;
}

.page-industry-news-emerging-platforms .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #FF8C00;
  border-radius: 2px;
}

/* Hero Section */
.page-industry-news-emerging-platforms .hero-section {
  background: linear-gradient(135deg, #1A2E5B 0%, #3a4a70 100%);
  padding: 100px 0;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news-emerging-platforms .hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,pattern]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-industry-news-emerging-platforms .hero-section .container {
  position: relative;
  z-index: 1;
}

.page-industry-news-emerging-platforms .hero-section p {
  font-size: 1.25em;
  max-width: 800px;
  margin: 20px auto 40px auto;
  color: #e0e0e0;
}

.page-industry-news-emerging-platforms .cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-industry-news-emerging-platforms .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  text-align: center;
}

.page-industry-news-emerging-platforms .primary-btn {
  background-color: #FF8C00;
  color: #1A2E5B;
  border: 2px solid #FF8C00;
}

.page-industry-news-emerging-platforms .primary-btn:hover {
  background-color: #e67e00;
  border-color: #e67e00;
  color: #fff;
}

.page-industry-news-emerging-platforms .secondary-btn {
  background-color: transparent;
  color: #FF8C00;
  border: 2px solid #FF8C00;
}

.page-industry-news-emerging-platforms .secondary-btn:hover {
  background-color: #FF8C00;
  color: #1A2E5B;
}

.page-industry-news-emerging-platforms .small-btn {
  padding: 10px 20px;
  font-size: 0.9em;
  border-radius: 5px;
}

/* Content Sections */
.page-industry-news-emerging-platforms .introduction-section,
.page-industry-news-emerging-platforms .why-zbet-section,
.page-industry-news-emerging-platforms .responsible-gambling-section,
.page-industry-news-emerging-platforms .conclusion-section {
  padding: 60px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-industry-news-emerging-platforms .content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

.page-industry-news-emerging-platforms .content-block > p {
  flex: 1;
  min-width: 300px;
}

.page-industry-news-emerging-platforms .content-block .content-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-emerging-platforms .content-block.reverse {
  flex-direction: row-reverse;
}

/* Features Section */
.page-industry-news-emerging-platforms .features-section {
  padding: 60px 0;
  background-color: #f0f4f7;
}

.page-industry-news-emerging-platforms .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-industry-news-emerging-platforms .feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-news-emerging-platforms .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-industry-news-emerging-platforms .feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-industry-news-emerging-platforms .feature-item h3 {
  font-size: 1.5em;
  color: #1A2E5B;
  margin-bottom: 10px;
}

.page-industry-news-emerging-platforms .feature-item p {
  font-size: 1em;
  color: #666;
}

/* Getting Started Section */
.page-industry-news-emerging-platforms .getting-started-section {
  padding: 60px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-industry-news-emerging-platforms .step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-industry-news-emerging-platforms .step-item {
  background-color: #fdfdfd;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  border: 1px solid #e9e9e9;
}

.page-industry-news-emerging-platforms .step-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}

.page-industry-news-emerging-platforms .step-item h3 {
  font-size: 1.4em;
  color: #1A2E5B;
  margin-bottom: 10px;
}

.page-industry-news-emerging-platforms .step-item p {
  font-size: 0.95em;
  color: #777;
  margin-bottom: 20px;
}

/* Game Types Section */
.page-industry-news-emerging-platforms .game-types-section {
  padding: 60px 0;
  background-color: #f0f4f7;
}

.page-industry-news-emerging-platforms .game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-industry-news-emerging-platforms .game-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
}

.page-industry-news-emerging-platforms .game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-industry-news-emerging-platforms .game-item h3 {
  font-size: 1.5em;
  color: #1A2E5B;
  margin: 20px 0 10px 0;
}

.page-industry-news-emerging-platforms .game-item p {
  font-size: 1em;
  color: #666;
  padding: 0 20px 20px 20px;
}

.page-industry-news-emerging-platforms .cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Promotions Section */
.page-industry-news-emerging-platforms .promotions-section {
  padding: 60px 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.page-industry-news-emerging-platforms .promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-industry-news-emerging-platforms .promotion-item {
  background-color: #fdfdfd;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  border: 1px solid #e9e9e9;
}

.page-industry-news-emerging-platforms .promotion-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.page-industry-news-emerging-platforms .promotion-item h3 {
  font-size: 1.4em;
  color: #1A2E5B;
  margin: 20px 0 10px 0;
}

.page-industry-news-emerging-platforms .promotion-item p {
  font-size: 0.95em;
  color: #777;
  padding: 0 20px 20px 20px;
}

/* Floating Ad Menu */
.page-industry-news-emerging-platforms .floating-ad-menu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-industry-news-emerging-platforms .floating-btn {
  background-color: #FF8C00;
  color: #1A2E5B;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1em;
  text-align: center;
  white-space: nowrap;
}

.page-industry-news-emerging-platforms .floating-btn:hover {
  background-color: #e67e00;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-industry-news-emerging-platforms h1 {
    font-size: 2em;
  }
  .page-industry-news-emerging-platforms h2 {
    font-size: 1.8em;
  }
  .page-industry-news-emerging-platforms h3 {
    font-size: 1.5em;
  }
  .page-industry-news-emerging-platforms .hero-section {
    padding: 80px 0;
  }
  .page-industry-news-emerging-platforms .hero-section p {
    font-size: 1.1em;
  }
  .page-industry-news-emerging-platforms .cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-industry-news-emerging-platforms .btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-industry-news-emerging-platforms .content-block,
  .page-industry-news-emerging-platforms .content-block.reverse {
    flex-direction: column;
  }
  .page-industry-news-emerging-platforms .content-block .content-image {
    order: -1; /* Image appears first on mobile for .reverse */
    margin-bottom: 20px;
  }
  .page-industry-news-emerging-platforms .floating-ad-menu {
    right: 10px;
    bottom: 10px;
  }
  .page-industry-news-emerging-platforms .floating-btn {
    padding: 10px 15px;
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .page-industry-news-emerging-platforms h1 {
    font-size: 1.8em;
  }
  .page-industry-news-emerging-platforms h2 {
    font-size: 1.6em;
  }
  .page-industry-news-emerging-platforms .btn {
    padding: 12px 20px;
    font-size: 1em;
  }
}