/* style/resources-m-18win-app-download-guide.css */

/* Base styles for the page content */
.page-resources-m-18win-app-download-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Dark body background #0a0a0a, so light text */
  background-color: #0a0a0a; /* Ensure consistency with body background */
}

/* Ensure fixed header offset */
.page-resources-m-18win-app-download-guide__hero-section {
  padding-top: var(--header-offset, 120px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #017439; /* Primary brand color for hero background */
  color: #ffffff;
  padding-bottom: 60px;
}

.page-resources-m-18win-app-download-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  z-index: 1;
}

.page-resources-m-18win-app-download-guide__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-m-18win-app-download-guide__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-m-18win-app-download-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-m-18win-app-download-guide__btn-primary,
.page-resources-m-18win-app-download-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-m-18win-app-download-guide__btn-primary {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-resources-m-18win-app-download-guide__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-m-18win-app-download-guide__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-m-18win-app-download-guide__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-resources-m-18win-app-download-guide__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  z-index: 0;
}

.page-resources-m-18win-app-download-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none;
}

/* General Section Styles */
.page-resources-m-18win-app-download-guide__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
  font-weight: bold;
}

.page-resources-m-18win-app-download-guide__download-section .page-resources-m-18win-app-download-guide__section-title,
.page-resources-m-18win-app-download-guide__installation-section .page-resources-m-18win-app-download-guide__section-title,
.page-resources-m-18win-app-download-guide__features-section .page-resources-m-18win-app-download-guide__section-title,
.page-resources-m-18win-app-download-guide__faq-section .page-resources-m-18win-app-download-guide__section-title {
  color: #ffffff;
}

.page-resources-m-18win-app-download-guide__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-resources-m-18win-app-download-guide__content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Download Section */
.page-resources-m-18win-app-download-guide__download-section,
.page-resources-m-18win-app-download-guide__installation-section,
.page-resources-m-18win-app-download-guide__features-section,
.page-resources-m-18win-app-download-guide__faq-section {
  padding: 60px 20px;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-m-18win-app-download-guide__download-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-m-18win-app-download-guide__method-card,
.page-resources-m-18win-app-download-guide__installation-card,
.page-resources-m-18win-app-download-guide__feature-card {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-m-18win-app-download-guide__method-title,
.page-resources-m-18win-app-download-guide__card-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-m-18win-app-download-guide__method-image,
.page-resources-m-18win-app-download-guide__card-image,
.page-resources-m-18win-app-download-guide__feature-icon {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
  filter: none;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-resources-m-18win-app-download-guide__step-list,
.page-resources-m-18win-app-download-guide__feature-list,
.page-resources-m-18win-app-download-guide__benefits-list {
  list-style-type: none;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-resources-m-18win-app-download-guide__step-list li,
.page-resources-m-18win-app-download-guide__feature-list li,
.page-resources-m-18win-app-download-guide__benefits-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  color: #f0f0f0;
}

.page-resources-m-18win-app-download-guide__step-list li::before,
.page-resources-m-18win-app-download-guide__feature-list li::before,
.page-resources-m-18win-app-download-guide__benefits-list li::before {
  content: '✓';
  color: #017439;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Installation Section */
.page-resources-m-18win-app-download-guide__installation-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Registration Section */
.page-resources-m-18win-app-download-guide__registration-section {
  padding: 60px 20px;
  background-color: #017439;
  color: #ffffff;
}

.page-resources-m-18win-app-download-guide__registration-section .page-resources-m-18win-app-download-guide__section-title {
  color: #ffffff;
}

.page-resources-m-18win-app-download-guide__registration-section .page-resources-m-18win-app-download-guide__section-description {
  color: #f0f0f0;
}

.page-resources-m-18win-app-download-guide__registration-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-m-18win-app-download-guide__registration-step-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
}

.page-resources-m-18win-app-download-guide__step-heading {
  font-size: 1.5em;
  color: #FFFF00;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-m-18win-app-download-guide__registration-step-item p {
  color: #f0f0f0;
}