.page-resources-s666-app-download-install-guide {
  --primary-color: #0A2463;
  --secondary-color: #FFD700;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-light: #ffffff;
  --bg-dark: var(--dark-bg-1);
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-light);
  background-color: var(--bg-dark);
}

.page-resources-s666-app-download-install-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-s666-app-download-install-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 700px;
  text-align: center;
  padding: 80px 20px;
  background-color: var(--primary-color);
  padding-top: var(--header-offset, 120px);
  overflow: hidden;
}

.page-resources-s666-app-download-install-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-resources-s666-app-download-install-guide__hero-title {
  font-size: 3.5em;
  color: var(--secondary-color);
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-s666-app-download-install-guide__hero-description {
  font-size: 1.3em;
  color: var(--text-light);
  margin-bottom: 40px;
}

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

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

.page-resources-s666-app-download-install-guide__btn-primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-s666-app-download-install-guide__btn-primary:hover {
  background-color: darken(var(--secondary-color), 10%);
  transform: translateY(-3px);
}

.page-resources-s666-app-download-install-guide__btn-secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-s666-app-download-install-guide__btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-3px);
}

.page-resources-s666-app-download-install-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.page-resources-s666-app-download-install-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

/* General Content Sections */
.page-resources-s666-app-download-install-guide__content-section,
.page-resources-s666-app-download-install-guide__download-guide-section,
.page-resources-s666-app-download-install-guide__installation-login-section,
.page-resources-s666-app-download-install-guide__features-showcase,
.page-resources-s666-app-download-install-guide__video-section,
.page-resources-s666-app-download-install-guide__faq-section {
  padding: 80px 0;
}

.page-resources-s666-app-download-install-guide__light-bg {
  background-color: var(--bg-light);
  color: var(--text-dark);
}

.page-resources-s666-app-download-install-guide__dark-bg {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-s666-app-download-install-guide__section-title {
  font-size: 2.8em;
  margin-bottom: 40px;
  text-align: center;
  color: var(--primary-color);
}

.page-resources-s666-app-download-install-guide__section-title--light {
  color: var(--secondary-color);
}

.page-resources-s666-app-download-install-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-s666-app-download-install-guide__paragraph--light {
  color: rgba(255, 255, 255, 0.8);
}

.page-resources-s666-app-download-install-guide__sub-title {
  font-size: 2em;
  margin-bottom: 25px;
  color: var(--primary-color);
  text-align: left;
}

.page-resources-s666-app-download-install-guide__list-item {
  margin-bottom: 15px;
  font-size: 1.05em;
  line-height: 1.8;
}

.page-resources-s666-app-download-install-guide__link {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-resources-s666-app-download-install-guide__link--light {
  color: var(--secondary-color);
  text-decoration: underline;
}

.page-resources-s666-app-download-install-guide__link--button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-s666-app-download-install-guide__link--button:hover {
  background-color: darken(var(--secondary-color), 10%);
}

/* Features Grid */
.page-resources-s666-app-download-install-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-s666-app-download-install-guide__feature-item {
  background-color: var(--bg-light);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: var(--text-dark);
}

.page-resources-s666-app-download-install-guide__feature-title {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-resources-s666-app-download-install-guide__feature-text {
  font-size: 1em;
  color: #555;
}

.page-resources-s666-app-download-install-guide__feature-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

/* Download Steps */
.page-resources-s666-app-download-install-guide__download-steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
  align-items: flex-start;
}

.page-resources-s666-app-download-install-guide__download-platform {
  flex: 1;
  min-width: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
}

.page-resources-s666-app-download-install-guide__platform-title {
  font-size: 2em;
  color: var(--secondary-color);
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-s666-app-download-install-guide__step-list {
  list-style: none;
  padding: 0;
}

.page-resources-s666-app-download-install-guide__step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.page-resources-s666-app-download-install-guide__step-number {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
  flex-shrink: 0;
  margin-right: 15px;
}

.page-resources-s666-app-download-install-guide__step-item p {
  text-align: left;
  font-size: 1.05em;
  color: var(--text-light);
  margin: 0;
}

.page-resources-s666-app-download-install-guide__download-steps-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  min-height: 200px;
  min-width: 200px;
}

/* Installation & Login */
.page-resources-s666-app-download-install-guide__two-column-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.page-resources-s666-app-download-install-guide__column {
  background-color: var(--bg-light);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  color: var(--text-dark);
}

.page-resources-s666-app-download-install-guide__column .page-resources-s666-app-download-install-guide__sub-title {
  color: var(--primary-color);
}

.page-resources-s666-app-download-install-guide__btn-full-width {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  box-sizing: border-box;
}

/* Features Showcase */
.page-resources-s666-app-download-install-guide__features-showcase .page-resources-s666-app-download-install-guide__features-grid {
  margin-top: 50px;
}

.page-resources-s666-app-download-install-guide__feature-card {
  background-color: var(--bg-light);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: var(--text-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-s666-app-download-install-guide__feature-card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-s666-app-download-install-guide__feature-card-title {
  font-size: 1.6em;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-resources-s666-app-download-install-guide__feature-card-text {
  font-size: 0.95em;
  color: #555;
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Video Section */
.page-resources-s666-app-download-install-guide__video-section {
  position: relative;
  background-color: var(--primary-color);
  padding-top: 80px;
}

.page-resources-s666-app-download-install-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-s666-app-download-install-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.page-resources-s666-app-download-install-guide__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-resources-s666-app-download-install-guide__video-overlay:hover {
  background: rgba(0, 0, 0, 0.7);
}

.page-resources-s666-app-download-install-guide__btn-play {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  font-size: 1.5em;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-s666-app-download-install-guide__btn-play:hover {
  transform: scale(1.05);
}

/* FAQ Section */
.page-resources-s666-app-download-install-guide__faq-list {
  margin-top: 40px;
}

.page-resources-s666-app-download-install-guide__faq-item {
  background-color: var(--bg-light);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  color: var(--text-dark);
}

.page-resources-s666-app-download-install-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}

.page-resources-s666-app-download-install-guide__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-s666-app-download-install-guide__faq-title {
  margin: 0;
  font-size: 1.2em;
  color: var(--primary-color);
}

.page-resources-s666-app-download-install-guide__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.page-resources-s666-app-download-install-guide__faq-item.active .page-resources-s666-app-download-install-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-s666-app-download-install-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #555;
}

.page-resources-s666-app-download-install-guide__faq-item.active .page-resources-s666-app-download-install-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-resources-s666-app-download-install-guide__faq-answer p {
  margin: 0;
  text-align: left;
  font-size: 1em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-s666-app-download-install-guide__hero-title {
    font-size: 3em;
  }
  .page-resources-s666-app-download-install-guide__section-title {
    font-size: 2.2em;
  }
  .page-resources-s666-app-download-install-guide__download-steps-image {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .page-resources-s666-app-download-install-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-s666-app-download-install-guide__hero-section {
    min-height: 500px;
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-s666-app-download-install-guide__hero-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-resources-s666-app-download-install-guide__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
  }

  .page-resources-s666-app-download-install-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-s666-app-download-install-guide__btn-primary,
  .page-resources-s666-app-download-install-guide__btn-secondary {
    width: 100%;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-s666-app-download-install-guide__content-section,
  .page-resources-s666-app-download-install-guide__download-guide-section,
  .page-resources-s666-app-download-install-guide__installation-login-section,
  .page-resources-s666-app-download-install-guide__features-showcase,
  .page-resources-s666-app-download-install-guide__video-section,
  .page-resources-s666-app-download-install-guide__faq-section {
    padding: 40px 0;
  }

  .page-resources-s666-app-download-install-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-s666-app-download-install-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-s666-app-download-install-guide__paragraph {
    font-size: 1em;
  }

  .page-resources-s666-app-download-install-guide__features-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-resources-s666-app-download-install-guide__download-steps-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page-resources-s666-app-download-install-guide__download-platform {
    padding: 25px;
    min-width: unset;
  }

  .page-resources-s666-app-download-install-guide__download-steps-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-s666-app-download-install-guide__two-column-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-resources-s666-app-download-install-guide__column {
    padding: 25px;
  }

  .page-resources-s666-app-download-install-guide__feature-card-image {
    height: 200px;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-s666-app-download-install-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    margin: 40px auto 0 auto;
  }

  .page-resources-s666-app-download-install-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-s666-app-download-install-guide__btn-play {
    font-size: 1.2em;
    padding: 12px 25px;
  }

  .page-resources-s666-app-download-install-guide__faq-question {
    padding: 15px;
  }

  .page-resources-s666-app-download-install-guide__faq-title {
    font-size: 1.1em;
  }

  .page-resources-s666-app-download-install-guide__faq-answer {
    padding: 15px;
  }
  
  .page-resources-s666-app-download-install-guide img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-s666-app-download-install-guide__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}

/* Image sizing for all content area images */
.page-resources-s666-app-download-install-guide img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-s666-app-download-install-guide__card {
  background: var(--bg-light);
  color: var(--text-dark);
  border: 1px solid #e0e0e0;
}

.page-resources-s666-app-download-install-guide__dark-section {
  background: var(--primary-color);
  color: var(--text-light);
}

.page-resources-s666-app-download-install-guide p,
.page-resources-s666-app-download-install-guide li {
  color: var(--text-dark);
}

.page-resources-s666-app-download-install-guide__dark-bg p,
.page-resources-s666-app-download-install-guide__dark-bg li {
  color: var(--text-light);
}