/* style/resources-how-to-download-and-install-pk88-app.css */
:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --login-button-color: #EA7C07;
}

.page-resources-how-to-download-and-install-pk88-app {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default text color for light body background */
  background-color: var(--secondary-color); /* Matches shared.css body background */
}

.page-resources-how-to-download-and-install-pk88-app__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-how-to-download-and-install-pk88-app__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-how-to-download-and-install-pk88-app__heading {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-how-to-download-and-install-pk88-app__text {
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-dark);
}

/* Hero Section */
.page-resources-how-to-download-and-install-pk88-app__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background: linear-gradient(135deg, var(--primary-color) 0%, #a7d9f2 100%); /* Light blue gradient */
  color: var(--text-light);
}

.page-resources-how-to-download-and-install-pk88-app__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-how-to-download-and-install-pk88-app__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-how-to-download-and-install-pk88-app__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-download-and-install-pk88-app__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-how-to-download-and-install-pk88-app__main-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-download-and-install-pk88-app__description {
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--text-light);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-download-and-install-pk88-app__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--login-button-color); /* Use login color for primary CTA */
  color: var(--text-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-download-and-install-pk88-app__cta-button:hover {
  background: #d66b06; /* Slightly darker on hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Why Download Section */
.page-resources-how-to-download-and-install-pk88-app__why-download {
  background-color: var(--secondary-color);
}

.page-resources-how-to-download-and-install-pk88-app__image-wrapper {
  margin: 30px auto;
  max-width: 800px;
}

.page-resources-how-to-download-and-install-pk88-app__image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-download-and-install-pk88-app__list {
  list-style: none;
  padding: 0;
  margin: 30px auto 0 auto;
  max-width: 800px;
  text-align: left;
}