.page-resources-win78-platform-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-win78-platform-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-win78-platform-deep-dive__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-resources-win78-platform-deep-dive__section:nth-of-type(even) {
  background-color: #f1f1f1;
}

.page-resources-win78-platform-deep-dive__section-title {
  font-size: 36px;
  color: #1A2E47;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-win78-platform-deep-dive__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-win78-platform-deep-dive__sub-title {
  font-size: 28px;
  color: #1A2E47;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-resources-win78-platform-deep-dive p {
  margin-bottom: 15px;
  font-size: 17px;
  color: #444;
}

.page-resources-win78-platform-deep-dive ul,
.page-resources-win78-platform-deep-dive ol {
  margin-bottom: 15px;
  padding-left: 25px;
}

.page-resources-win78-platform-deep-dive li {
  margin-bottom: 10px;
  font-size: 17px;
  color: #444;
}

.page-resources-win78-platform-deep-dive__hero {
  position: relative;
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
}

.page-resources-win78-platform-deep-dive__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-win78-platform-deep-dive__hero-overlay {
  position: relative;
  z-index: 2;
  background-color: rgba(26, 46, 71, 0.7);
  padding: 40px;
  border-radius: 10px;
  max-width: 900px;
}

.page-resources-win78-platform-deep-dive__hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-win78-platform-deep-dive__hero-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-win78-platform-deep-dive__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #1A2E47;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-win78-platform-deep-dive__cta-button:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-win78-platform-deep-dive__button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #1A2E47;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
}

.page-resources-win78-platform-deep-dive__button:hover {
  background-color: #0d1a29;
  transform: translateY(-2px);
}

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

.page-resources-win78-platform-deep-dive__game-card {
  background-color: #ffffff;
  border-radius: 10px;
  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;
}

.page-resources-win78-platform-deep-dive__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-win78-platform-deep-dive__game-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-resources-win78-platform-deep-dive__game-card-title {
  font-size: 22px;
  color: #1A2E47;
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-resources-win78-platform-deep-dive__game-card-title a {
  color: #1A2E47;
  text-decoration: none;
}

.page-resources-win78-platform-deep-dive__game-card-title a:hover {
  color: #FFD700;
}

.page-resources-win78-platform-deep-dive__game-card-description {
  font-size: 15px;
  color: #555;
  padding: 0 20px 15px;
  flex-grow: 1;
}

.page-resources-win78-platform-deep-dive__game-card-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFD700;
  color: #1A2E47;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin: 0 20px 20px;
  align-self: flex-start;
}

.page-resources-win78-platform-deep-dive__game-card-button:hover {
  background-color: #e6c200;
}

.page-resources-win78-platform-deep-dive__promo-list,
.page-resources-win78-platform-deep-dive__security-list,
.page-resources-win78-platform-deep-dive__contact-list,
.page-resources-win78-platform-deep-dive__bullet-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-win78-platform-deep-dive__numbered-list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-win78-platform-deep-dive__flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.page-resources-win78-platform-deep-dive__flex-item {
  flex: 1;
  min-width: 300px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-win78-platform-deep-dive__faq-list {
  margin-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: #1A2E47;
  font-weight: 600;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #1A2E47;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background-color: #fcfcfc;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px 25px 25px;
  border-top: 1px solid #eee;
}

.faq-item.active .faq-answer p {
  color: #333;
}

.page-resources-win78-platform-deep-dive__cta-button--large {
  font-size: 20px;
  padding: 18px 50px;
  margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-win78-platform-deep-dive__hero-title {
    font-size: 42px;
  }
  .page-resources-win78-platform-deep-dive__hero-subtitle {
    font-size: 18px;
  }
  .page-resources-win78-platform-deep-dive__section-title {
    font-size: 32px;
  }
  .page-resources-win78-platform-deep-dive__sub-title {
    font-size: 24px;
  }
  .page-resources-win78-platform-deep-dive__game-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-win78-platform-deep-dive__section {
    padding: 40px 0;
  }
  .page-resources-win78-platform-deep-dive__hero-overlay {
    padding: 30px;
  }
  .page-resources-win78-platform-deep-dive__hero-title {
    font-size: 36px;
  }
  .page-resources-win78-platform-deep-dive__hero-subtitle {
    font-size: 16px;
  }
  .page-resources-win78-platform-deep-dive__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-resources-win78-platform-deep-dive__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-resources-win78-platform-deep-dive__sub-title {
    font-size: 22px;
  }
  .page-resources-win78-platform-deep-dive__game-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-win78-platform-deep-dive__flex-row {
    flex-direction: column;
  }
  .page-resources-win78-platform-deep-dive__flex-item {
    padding: 20px;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-win78-platform-deep-dive__hero-title {
    font-size: 28px;
  }
  .page-resources-win78-platform-deep-dive__hero-subtitle {
    font-size: 14px;
  }
  .page-resources-win78-platform-deep-dive__section-title {
    font-size: 24px;
  }
  .page-resources-win78-platform-deep-dive__sub-title {
    font-size: 20px;
  }
  .page-resources-win78-platform-deep-dive p,
  .page-resources-win78-platform-deep-dive li {
    font-size: 15px;
  }
  .page-resources-win78-platform-deep-dive__game-card-title {
    font-size: 18px;
  }
  .page-resources-win78-platform-deep-dive__game-card-description {
    font-size: 13px;
  }
  .page-resources-win78-platform-deep-dive__cta-button--large {
    font-size: 16px;
    padding: 15px 35px;
  }
}