/* style/blog-f1686-platform-review.css */
.page-blog-f1686-platform-review {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #f8f8f8; /* Slightly off-white for main content background */
}

/* --- Hero Section --- */
.page-blog-f1686-platform-review__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #ffffff;
  overflow: hidden; /* Ensure image doesn't overflow */
}

.page-blog-f1686-platform-review__hero-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1; /* Ensure content is above any potential background layers */
}

.page-blog-f1686-platform-review__hero-image {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-f1686-platform-review__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: cover;
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-f1686-platform-review__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.page-blog-f1686-platform-review__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* Responsive font size */
  font-weight: 700;
  color: #26A9E0; /* Brand color for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-f1686-platform-review__intro-text {
  font-size: 1.1rem;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-f1686-platform-review__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #EA7C07; /* Login color for CTA */
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-f1686-platform-review__cta-button:hover {
  background: #d66b05;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.page-blog-f1686-platform-review__cta-button--large {
    padding: 18px 50px;
    font-size: 20px;
}

/* --- General Section Styling --- */
.page-blog-f1686-platform-review__section {
  padding: 60px 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden; /* For mobile responsiveness */
}

.page-blog-f1686-platform-review__section:last-of-type {
  margin-bottom: 0;
}

.page-blog-f1686-platform-review__dark-section {
  background-color: #26A9E0; /* Main brand color for dark sections */
  color: #ffffff;
}

.page-blog-f1686-platform-review__dark-section .page-blog-f1686-platform-review__section-title,
.page-blog-f1686-platform-review__dark-section h3 {
  color: #ffffff;
}

.page-blog-f1686-platform-review__dark-section .page-blog-f1686-platform-review__btn-secondary {
    background: #ffffff;
    color: #26A9E0;
    border: 2px solid #ffffff;
}
.page-blog-f1686-platform-review__dark-section .page-blog-f1686-platform-review__btn-secondary:hover {
    background: #e0e0e0;
}

.page-blog-f1686-platform-review__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%; /* Ensure container takes full width up to max-width */
  box-sizing: border-box;
}

.page-blog-f1686-platform-review__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-f1686-platform-review p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: inherit; /* Inherit color from parent section */
}

.page-blog-f1686-platform-review img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 30px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Enforce minimum image size */
  min-height: 200px;
  object-fit: cover;
  filter: none; /* Ensure no CSS filter is applied */
}

/* --- Game Grid --- */
.page-blog-f1686-platform-review__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-f1686-platform-review__game-card {
  background-color: #fefefe;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-f1686-platform-review__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-f1686-platform-review__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 0; /* No radius on top, card has it */
  margin: 0; /* Reset default margin */
}

.page-blog-f1686-platform-review__game-card .page-blog-f1686-platform-review__card-title {
  font-size: 1.5rem;
  color: #26A9E0;
  margin: 20px 20px 10px;
  text-align: left;
}

.page-blog-f1686-platform-review__game-card p {
  font-size: 0.95rem;
  color: #555555;
  padding: 0 20px 20px;
  flex-grow: 1; /* Allow paragraph to grow */
}

/* --- Promotions Section --- */
.page-blog-f1686-platform-review__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-f1686-platform-review__promo-card {
  background-color: rgba(255, 255, 255, 0.1); /* White transparent on dark background */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  color: #ffffff; /* Text color for dark section */
}

.page-blog-f1686-platform-review__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}

.page-blog-f1686-platform-review__promo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0;
  margin: 0;
}

.page-blog-f1686-platform-review__promo-card .page-blog-f1686-platform-review__card-title {
  font-size: 1.4rem;
  color: #ffffff;
  margin: 20px 20px 10px;
  text-align: left;
}

.page-blog-f1686-platform-review__promo-card p {
  font-size: 0.95rem;
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-blog-f1686-platform-review__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background: #ffffff;
  color: #26A9E0; /* Brand color for text */
  text-decoration: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 20px 20px;
  align-self: flex-start;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-f1686-platform-review__btn-secondary:hover {
  background: #e0e0e0;
  color: #1a7fb8;
  transform: translateY(-1px);
}

/* --- Features List / Tips List --- */
.page-blog-f1686-platform-review__features-list,
.page-blog-f1686-platform-review__tips-list,
.page-blog-f1686-platform-review__guide-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}