.page-resources-mobile-gambling-apps {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-mobile-gambling-apps__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-mobile-gambling-apps__hero {
  background: linear-gradient(135deg, #0A2E36 0%, #0A2E36 60%, #E0B34C 100%); /* Dark blue to gold gradient */
  color: #FFFFFF; /* White text on dark background */
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-mobile-gambling-apps__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #E0B34C; /* Gold for main title */
  font-weight: bold;
}

.page-resources-mobile-gambling-apps__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-mobile-gambling-apps__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-resources-mobile-gambling-apps__btn {
  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, color 0.3s ease, transform 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-mobile-gambling-apps__btn--primary {
  background-color: #E0B34C; /* Auxiliary color for primary button */
  color: #0A2E36; /* Main color for text on auxiliary button */
  border-color: #E0B34C;
}

.page-resources-mobile-gambling-apps__btn--primary:hover {
  background-color: #cc9933;
  transform: translateY(-3px);
}

.page-resources-mobile-gambling-apps__btn--secondary {
  background-color: transparent;
  color: #E0B34C; /* Auxiliary color for secondary button text */
  border-color: #E0B34C;
}

.page-resources-mobile-gambling-apps__btn--secondary:hover {
  background-color: #E0B34C;
  color: #0A2E36;
  transform: translateY(-3px);
}

.page-resources-mobile-gambling-apps__hero-image {
  max-width: 600px;
  height: auto;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-mobile-gambling-apps__introduction,
.page-resources-mobile-gambling-apps__benefits-section,
.page-resources-mobile-gambling-apps__download-guide,
.page-resources-mobile-gambling-apps__app-features,
.page-resources-mobile-gambling-apps__exclusive-offers,
.page-resources-mobile-gambling-apps__safety-tips,
.page-resources-mobile-gambling-apps__faq,
.page-resources-mobile-gambling-apps__final-cta {
  padding: 60px 0;
  background-color: #FFFFFF; /* White background for content sections */
  color: #0A2E36; /* Main color for text on white background */
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-mobile-gambling-apps__introduction:nth-of-type(odd),
.page-resources-mobile-gambling-apps__exclusive-offers:nth-of-type(odd) {
    background-color: #f0f4f7; /* Light grey background for alternating sections */
    color: #0A2E36;
}

.page-resources-mobile-gambling-apps__section-title {
  font-size: 2.5em;
  color: #0A2E36; /* Main color for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-mobile-gambling-apps__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B34C; /* Auxiliary color for title underline */
  border-radius: 2px;
}

.page-resources-mobile-gambling-apps__subsection-title {
  font-size: 1.8em;
  color: #0A2E36; /* Main color for subsection titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #E0B34C; /* Auxiliary color for left border */
  padding-left: 15px;
}

.page-resources-mobile-gambling-apps__text-content {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333; /* Darker grey for general text */
}

.page-resources-mobile-gambling-apps__image-full-width {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-mobile-gambling-apps__image-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-resources-mobile-gambling-apps__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-mobile-gambling-apps__grid-item {
  background-color: #f0f4f7; /* Light grey background for grid items */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #0A2E36; /* Main color for text on light background */
}

.page-resources-mobile-gambling-apps__grid-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-mobile-gambling-apps__grid-title {
  font-size: 1.5em;
  color: #E0B34C; /* Auxiliary color for grid titles */
  margin-bottom: 15px;
}

.page-resources-mobile-gambling-apps__grid-text {
  font-size: 1em;
  color: #555555; /* Medium grey for grid text */
}

.page-resources-mobile-gambling-apps__list,
.page-resources-mobile-gambling-apps__list--ordered {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-mobile-gambling-apps__list--ordered {
  list-style-type: decimal;
}

.page-resources-mobile-gambling-apps__list li,
.page-resources-mobile-gambling-apps__features-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333333; /* Darker grey for list items */
}

.page-resources-mobile-gambling-apps__features-list {
  list-style-type: none;
  padding: 0;
}

.page-resources-mobile-gambling-apps__features-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.page-resources-mobile-gambling-apps__features-list li::before {
  content: '✔';
  color: #E0B34C; /* Auxiliary color for checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-mobile-gambling-apps__btn--download {
  background-color: #0A2E36; /* Main color for download buttons */
  color: #FFFFFF; /* White text on main color background */
  border-color: #0A2E36;
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-resources-mobile-gambling-apps__btn--download:hover {
  background-color: #1a4d5a;
}

.page-resources-mobile-gambling-apps__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-resources-mobile-gambling-apps__faq-item {
  background-color: #f0f4f7; /* Light grey background for FAQ items */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #0A2E36;
}

.page-resources-mobile-gambling-apps__faq-question {
  font-size: 1.2em;
  color: #0A2E36; /* Main color for FAQ questions */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-mobile-gambling-apps__faq-answer {
  font-size: 1em;
  color: #555555; /* Medium grey for FAQ answers */
}

.page-resources-mobile-gambling-apps__final-cta {
  text-align: center;
  background-color: #0A2E36; /* Main color background for final CTA */
  color: #FFFFFF; /* White text on main color background */
  padding: 80px 0;
  border-radius: 10px;
}

.page-resources-mobile-gambling-apps__final-cta .page-resources-mobile-gambling-apps__section-title {
  color: #E0B34C; /* Auxiliary color for title in final CTA */
}

.page-resources-mobile-gambling-apps__final-cta .page-resources-mobile-gambling-apps__text-content {
  color: #E0E0E0; /* Light grey for text in final CTA */
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-mobile-gambling-apps__btn--large {
  padding: 18px 40px;
  font-size: 1.3em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-mobile-gambling-apps__hero-title {
    font-size: 2.5em;
  }

  .page-resources-mobile-gambling-apps__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-mobile-gambling-apps__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-mobile-gambling-apps__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-mobile-gambling-apps__section-title {
    font-size: 2em;
  }

  .page-resources-mobile-gambling-apps__subsection-title {
    font-size: 1.5em;
  }

  .page-resources-mobile-gambling-apps__grid {
    grid-template-columns: 1fr;
  }

  .page-resources-mobile-gambling-apps__text-content,
  .page-resources-mobile-gambling-apps__list li,
  .page-resources-mobile-gambling-apps__features-list li,
  .page-resources-mobile-gambling-apps__faq-question,
  .page-resources-mobile-gambling-apps__faq-answer {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-mobile-gambling-apps__hero-title {
    font-size: 2em;
  }

  .page-resources-mobile-gambling-apps__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-mobile-gambling-apps__btn {
    width: 90%;
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-mobile-gambling-apps__section-title {
    font-size: 1.8em;
  }

  .page-resources-mobile-gambling-apps__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-mobile-gambling-apps__grid-item {
    padding: 20px;
  }

  .page-resources-mobile-gambling-apps__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}