.page-index-mobile-app {
  font-family: 'Arial', sans-serif;
  color: #c9d6e5; /* Light text on dark background */
  background-color: #0A1931;
}

.page-index-mobile-app__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-mobile-app__container--center-text {
    text-align: center;
}

.page-index-mobile-app__section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.page-index-mobile-app__section--dark {
  background-color: #0A1931;
  color: #e0e0e0;
}

.page-index-mobile-app__section--cta-bg {
    background: linear-gradient(135deg, #0A1931 0%, #1a3a61 100%);
    text-align: center;
}

.page-index-mobile-app__section-title {
  font-size: 2.8em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-index-mobile-app__section-title--light {
  color: #FFD700;
}

.page-index-mobile-app__section-subtitle {
  font-size: 1.2em;
  color: #e0e0e0;
  text-align: center;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Hero Section */
.page-index-mobile-app__hero-section {
  background: linear-gradient(135deg, #0A1931 0%, #1a3a61 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  min-height: 70vh;
  position: relative;
}

.page-index-mobile-app__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract_geometric,dark_blue_pattern,subtle_texture]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-index-mobile-app__hero-section > .page-index-mobile-app__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  z-index: 1;
  position: relative;
}

.page-index-mobile-app__hero-content {
  flex: 1;
  max-width: 600px;
  text-align: left;
}

.page-index-mobile-app__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: bold;
}

.page-index-mobile-app__hero-description {
  font-size: 1.3em;
  color: #e0e0e0;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-index-mobile-app__hero-image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.page-index-mobile-app__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  transform: rotateY(10deg) rotateX(5deg);
  transition: transform 0.3s ease-in-out;
}

.page-index-mobile-app__hero-image:hover {
    transform: rotateY(0deg) rotateX(0deg) scale(1.02);
}

/* Buttons */
.page-index-mobile-app__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 15px;
}

.page-index-mobile-app__button--primary {
  background-color: #FFD700;
  color: #0A1931;
  border: 2px solid #FFD700;
}

.page-index-mobile-app__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-index-mobile-app__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-mobile-app__button--secondary:hover {
  background-color: #FFD700;
  color: #0A1931;
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(255, 215, 0, 0.4);
}

.page-index-mobile-app__button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

/* Benefits Section */
.page-index-mobile-app__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-mobile-app__benefit-item {
  background-color: #1a3a61;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-index-mobile-app__benefit-item:hover {
  transform: translateY(-10px);
  background-color: #2a4a71;
}

.page-index-mobile-app__benefit-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px #FFD700);
}

.page-index-mobile-app__benefit-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-mobile-app__benefit-description {
  font-size: 1em;
  color: #c9d6e5;
  line-height: 1.6;
}

/* Download Guide Section */
.page-index-mobile-app__download-guide-section {
    background-color: #0A1931;
    background-image: url('[GALLERY:bg:tech_pattern,subtle_dark_background,geometric_lines]');
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-index-mobile-app__download-guide-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.page-index-mobile-app__download-guide-section > .page-index-mobile-app__container {
    position: relative;
    z-index: 1;
}

.page-index-mobile-app__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.page-index-mobile-app__guide-item {
  background-color: #1a3a61;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-index-mobile-app__guide-item:hover {
    transform: translateY(-10px);
}

.page-index-mobile-app__step-number {
  width: 60px;
  height: 60px;
  background-color: #FFD700;
  color: #0A1931;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 25px auto;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.page-index-mobile-app__step-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-mobile-app__step-description {
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-index-mobile-app__step-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    margin-top: 15px;
}

.page-index-mobile-app__cta-wrapper {
    text-align: center;
    margin-top: 60px;
}

/* Features Section */
.page-index-mobile-app__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-mobile-app__feature-item {
  background-color: #1a3a61;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-index-mobile-app__feature-item:hover {
  transform: translateY(-10px);
  background-color: #2a4a71;
}

.page-index-mobile-app__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.8));
}

.page-index-mobile-app__feature-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-mobile-app__feature-description {
  font-size: 1em;
  color: #c9d6e5;
  line-height: 1.6;
}

/* Exclusive Offers Section */
.page-index-mobile-app__exclusive-offers-section {
    background-color: #0A1931;
    background-image: url('[GALLERY:bg:gold_sparkles,luxury_pattern,dark_background]');
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-index-mobile-app__exclusive-offers-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.page-index-mobile-app__exclusive-offers-section > .page-index-mobile-app__container {
    position: relative;
    z-index: 1;
}

.page-index-mobile-app__offers-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-mobile-app__offer-card {
  background-color: #1a3a61;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 215, 0, 0.3);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.page-index-mobile-app__offer-card:hover {
    transform: translateY(-10px);
    background-color: #2a4a71;
}

.page-index-mobile-app__offer-image {
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.7));
}

.page-index-mobile-app__offer-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-index-mobile-app__offer-description {
  font-size: 1em;
  color: #e0e0e0;
  line-height: 1.6;
}

/* FAQ Section */
.page-index-mobile-app__faq-list {
  margin-top: 50px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-mobile-app__faq-item {
  background-color: #1a3a61;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.page-index-mobile-app__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  padding: 20px 30px;
  cursor: pointer;
  position: relative;
  margin: 0;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-index-mobile-app__faq-question::after {
  content: '+';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-index-mobile-app__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-index-mobile-app__faq-question:hover {
  background-color: #2a4a71;
}

.page-index-mobile-app__faq-answer {
  font-size: 1em;
  color: #e0e0e0;
  padding: 0 30px 20px 30px;
  line-height: 1.6;
  display: none;
}

/* Final CTA Section */
.page-index-mobile-app__final-cta-section {
    background-color: #0A1931;
    padding: 100px 0;
    background-image: url('[GALLERY:bg:abstract_light_pattern,dark_blue_gradient,futuristic_lines]');
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-index-mobile-app__final-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.page-index-mobile-app__final-cta-section > .page-index-mobile-app__container {
    position: relative;
    z-index: 1;
}

/* Floating CTA */
.page-index-mobile-app__floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none; /* Hidden by default, shown by JS on scroll */
}

.page-index-mobile-app__floating-button {
    background-color: #FFD700;
    color: #0A1931;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.5);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.page-index-mobile-app__floating-button:hover {
    background-color: #e6c200;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.7);
}

.page-index-mobile-app__floating-icon {
    width: 28px;
    height: 28px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-mobile-app__hero-section > .page-index-mobile-app__container {
    flex-direction: column;
    text-align: center;
  }

  .page-index-mobile-app__hero-content {
    max-width: 100%;
    text-align: center;
  }

  .page-index-mobile-app__hero-image-wrapper {
    margin-top: 40px;
  }

  .page-index-mobile-app__hero-title {
    font-size: 2.8em;
  }

  .page-index-mobile-app__hero-description {
    font-size: 1.1em;
  }

  .page-index-mobile-app__section-title {
    font-size: 2.2em;
  }

  .page-index-mobile-app__section-subtitle {
    font-size: 1em;
  }

  .page-index-mobile-app__button {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .page-index-mobile-app__section {
    padding: 60px 0;
  }

  .page-index-mobile-app__hero-section {
    padding: 80px 0;
    min-height: auto;
  }

  .page-index-mobile-app__hero-title {
    font-size: 2.2em;
  }

  .page-index-mobile-app__hero-description {
    font-size: 1em;
  }

  .page-index-mobile-app__button {
    width: 100%;
    margin-right: 0;
  }

  .page-index-mobile-app__benefits-grid, 
  .page-index-mobile-app__guide-steps, 
  .page-index-mobile-app__features-grid, 
  .page-index-mobile-app__offers-content {
    grid-template-columns: 1fr;
  }

  .page-index-mobile-app__step-number {
    width: 50px;
    height: 50px;
    font-size: 1.8em;
  }

  .page-index-mobile-app__faq-question {
    font-size: 1.1em;
    padding: 15px 25px;
  }

  .page-index-mobile-app__faq-question::after {
    right: 25px;
    font-size: 1.3em;
  }

  .page-index-mobile-app__faq-answer {
    padding: 0 25px 15px 25px;
  }

  .page-index-mobile-app__floating-cta {
      bottom: 10px;
      right: 10px;
  }

  .page-index-mobile-app__floating-button {
      padding: 10px 20px;
      font-size: 1em;
  }

  .page-index-mobile-app__floating-icon {
      width: 24px;
      height: 24px;
  }
}

@media (max-width: 480px) {
    .page-index-mobile-app__hero-title {
        font-size: 1.8em;
    }
    .page-index-mobile-app__section-title {
        font-size: 1.8em;
    }
    .page-index-mobile-app__button {
        font-size: 1em;
        padding: 12px 20px;
    }
    .page-index-mobile-app__button--large {
        font-size: 1.1em;
        padding: 15px 25px;
    }
    .page-index-mobile-app__hero-content .page-index-mobile-app__button {
        margin-right: 0;
    }
}