.page-resources-7clubs-apk-installation-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark, so text should be light */
  background-color: transparent; /* Inherit from body, which is dark */
}

.page-resources-7clubs-apk-installation-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-7clubs-apk-installation-guide__section-title {
  font-size: 2.5em;
  color: #ffffff; /* Light text for dark background */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-7clubs-apk-installation-guide__section-description {
  font-size: 1.1em;
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-7clubs-apk-installation-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  background: linear-gradient(135deg, #017439, #005f2e);
  min-height: 600px;
  color: #ffffff;
  overflow: hidden;
}

.page-resources-7clubs-apk-installation-guide__hero-content {
  z-index: 10;
  max-width: 900px;
  margin-bottom: 40px;
}

.page-resources-7clubs-apk-installation-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-7clubs-apk-installation-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
}

.page-resources-7clubs-apk-installation-guide__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-7clubs-apk-installation-guide__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%; /* Adjust as needed */
  max-width: 800px;
  z-index: 5;
}

.page-resources-7clubs-apk-installation-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  transform: translateX(10%); /* Slight offset for visual appeal */
}

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

.page-resources-7clubs-apk-installation-guide__btn-primary {
  background-color: #C30808; /* Register color */
  color: #FFFF00; /* Register font color */
  border: 2px solid #C30808;
}

.page-resources-7clubs-apk-installation-guide__btn-primary:hover {
  background-color: #e00b0b;
  transform: translateY(-3px);
}

.page-resources-7clubs-apk-installation-guide__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-7clubs-apk-installation-guide__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.page-resources-7clubs-apk-installation-guide__video-guide-section {
  padding: 80px 20px;
  background-color: #1a1a1a; /* Dark background */
  color: #ffffff;
}

.page-resources-7clubs-apk-installation-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-bottom: 30px;
  border-radius: 12px;
}

.page-resources-7clubs-apk-installation-guide__video,
.page-resources-7clubs-apk-installation-guide__video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}

.page-resources-7clubs-apk-installation-guide__video-link {
  z-index: 1;
}

.page-resources-7clubs-apk-installation-guide__video-cta {
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
  max-width: 300px;
}

.page-resources-7clubs-apk-installation-guide__benefits-section {
  padding: 80px 20px;
  background-color: #222222;
  color: #ffffff;
}

.page-resources-7clubs-apk-installation-guide__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-7clubs-apk-installation-guide__benefit-item {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-7clubs-apk-installation-guide__benefit-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-7clubs-apk-installation-guide__benefit-icon {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-bottom: 20px;
  border-radius: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-7clubs-apk-installation-guide__benefit-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-7clubs-apk-installation-guide__benefit-description {
  font-size: 1em;
  color: #e0e0e0;
}

.page-resources-7clubs-apk-installation-guide__cta-buttons--centered {
  margin-top: 50px;
  text-align: center;
}

.page-resources-7clubs-apk-installation-guide__android-guide-section,
.page-resources-7clubs-apk-installation-guide__ios-guide-section {
  padding: 80px 20px;
  background-color: #121212;
  color: #ffffff;
}

.page-resources-7clubs-apk-installation-guide__ios-guide-section {
  background-color: #0d0d0d;
}

.page-resources-7clubs-apk-installation-guide__step-item {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 12px;
  border-left: 5px solid #017439;
}

.page-resources-7clubs-apk-installation-guide__step-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-7clubs-apk-installation-guide__step-description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 20px;
}

.page-resources-7clubs-apk-installation-guide__step-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-7clubs-apk-installation-guide__troubleshooting-section {
  padding: 80px 20px;
  background-color: #222222;
  color: #ffffff;
}

.page-resources-7clubs-apk-installation-guide__issue-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-7clubs-apk-installation-guide__card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff; /* Light text for dark card background */
}

.page-resources-7clubs-apk-installation-guide__card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-7clubs-apk-installation-guide__card p {
  color: #e0e0e0;
}

.page-resources-7clubs-apk-installation-guide__section-image {
  width: 100%;
  height: auto;
  max-width: 1000px;
  display: block;
  margin: 50px auto 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-7clubs-apk-installation-guide__security-section {
  padding: 80px 20px;
  background-color: #0d0d0d;
  color: #ffffff;
}

.page-resources-7clubs-apk-installation-guide__security-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-7clubs-apk-installation-guide__security-list li {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #f0f0f0;
}

.page-resources-7clubs-apk-installation-guide__security-list li::before {
  content: '✔️';
  font-size: 1.2em;
  color: #017439;
  flex-shrink: 0;
}

.page-resources-7clubs-apk-installation-guide__security-list li strong {
  color: #017439;
}

.page-resources-7clubs-apk-installation-guide__faq-section {
  padding: 80px 20px;
  background-color: #121212;
  color: #ffffff;
}

.page-resources-7clubs-apk-installation-guide__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
}

.page-resources-7clubs-apk-installation-guide__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-resources-7clubs-apk-installation-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

.page-resources-7clubs-apk-installation-guide__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-7clubs-apk-installation-guide__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-7clubs-apk-installation-guide__faq-toggle {
  font-size: 1.5em;
  color: #017439;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-resources-7clubs-apk-installation-guide__faq-item.active .page-resources-7clubs-apk-installation-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-7clubs-apk-installation-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
}

.page-resources-7clubs-apk-installation-guide__faq-item.active .page-resources-7clubs-apk-installation-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large */
  padding: 15px 25px 25px 25px;
}

.page-resources-7clubs-apk-installation-guide__cta-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #017439, #005f2e);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-7clubs-apk-installation-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-7clubs-apk-installation-guide__cta-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 50px auto 0 auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-7clubs-apk-installation-guide__hero-title {
    font-size: 2.8em;
  }

  .page-resources-7clubs-apk-installation-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-7clubs-apk-installation-guide__hero-image-wrapper {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .page-resources-7clubs-apk-installation-guide__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
    min-height: auto;
    padding-bottom: 50px;
  }

  .page-resources-7clubs-apk-installation-guide__hero-content {
    margin-bottom: 20px;
  }

  .page-resources-7clubs-apk-installation-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-7clubs-apk-installation-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-7clubs-apk-installation-guide__hero-image-wrapper {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 30px;
  }

  .page-resources-7clubs-apk-installation-guide__section-title {
    font-size: 2em;
  }

  .page-resources-7clubs-apk-installation-guide__section-description {
    font-size: 0.95em;
  }

  .page-resources-7clubs-apk-installation-guide__benefits-grid,
  .page-resources-7clubs-apk-installation-guide__issue-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-7clubs-apk-installation-guide__step-item {
    padding: 30px 20px;
  }

  .page-resources-7clubs-apk-installation-guide__step-title {
    font-size: 1.5em;
  }

  .page-resources-7clubs-apk-installation-guide__btn-primary,
  .page-resources-7clubs-apk-installation-guide__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
  }

  .page-resources-7clubs-apk-installation-guide__hero-buttons,
  .page-resources-7clubs-apk-installation-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  /* Mobile image responsive */
  .page-resources-7clubs-apk-installation-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Mobile video responsive */
  .page-resources-7clubs-apk-installation-guide video,
  .page-resources-7clubs-apk-installation-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Video wrapper mobile adaptation */
  .page-resources-7clubs-apk-installation-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 0;
    padding-right: 0;
  }

  /* All content containers for mobile */
  .page-resources-7clubs-apk-installation-guide__section,
  .page-resources-7clubs-apk-installation-guide__card,
  .page-resources-7clubs-apk-installation-guide__container,
  .page-resources-7clubs-apk-installation-guide__hero-section,
  .page-resources-7clubs-apk-installation-guide__video-guide-section,
  .page-resources-7clubs-apk-installation-guide__benefits-section,
  .page-resources-7clubs-apk-installation-guide__android-guide-section,
  .page-resources-7clubs-apk-installation-guide__ios-guide-section,
  .page-resources-7clubs-apk-installation-guide__troubleshooting-section,
  .page-resources-7clubs-apk-installation-guide__security-section,
  .page-resources-7clubs-apk-installation-guide__faq-section,
  .page-resources-7clubs-apk-installation-guide__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-resources-7clubs-apk-installation-guide__faq-question,
  .page-resources-7clubs-apk-installation-guide__faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-7clubs-apk-installation-guide__faq-item.active .page-resources-7clubs-apk-installation-guide__faq-answer {
    padding: 15px 15px 25px 15px;
  }
}