/* style/resources-exploring-swerte99-app-features.css */

.page-resources-exploring-swerte99-app-features {
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF; /* Explicitly set page background to white */
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-exploring-swerte99-app-features__hero-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF; /* White text on dark background */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.page-resources-exploring-swerte99-app-features__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-exploring-swerte99-app-features__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Highlight title with login button color for contrast */
}

.page-resources-exploring-swerte99-app-features__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-exploring-swerte99-app-features__hero-image {
  max-width: 1000px; /* Adjust max-width for visual impact */
  margin: 20px auto 0;
}

.page-resources-exploring-swerte99-app-features__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-resources-exploring-swerte99-app-features__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-resources-exploring-swerte99-app-features__button--register {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Dark text for contrast */
}

.page-resources-exploring-swerte99-app-features__button--register:hover {
  background-color: #e0a53b;
  transform: translateY(-2px);
}

.page-resources-exploring-swerte99-app-features__button--download {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #FCBC45; /* Border for download button */
}

.page-resources-exploring-swerte99-app-features__button--download:hover {
  background-color: #333333;
  border-color: #FFFFFF;
  transform: translateY(-2px);
}

.page-resources-exploring-swerte99-app-features__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-exploring-swerte99-app-features__article-nav {
  margin-bottom: 30px;
}

.page-resources-exploring-swerte99-app-features__article-nav--bottom {
  margin-top: 50px;
  text-align: center;
}

.page-resources-exploring-swerte99-app-features__back-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-exploring-swerte99-app-features__back-link:hover {
  color: #FCBC45;
}

.page-resources-exploring-swerte99-app-features__article-heading {
  font-size: 2.5em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 1.3;
}

.page-resources-exploring-swerte99-app-features__article-subheading {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-exploring-swerte99-app-features__article p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-exploring-swerte99-app-features__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-resources-exploring-swerte99-app-features__image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-exploring-swerte99-app-features__list--ordered {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-resources-exploring-swerte99-app-features__list--ordered li {
  margin-bottom: 10px;
}

.page-resources-exploring-swerte99-app-features__call-to-action {
  text-align: center;
  margin-top: 50px;
  padding: 40px;
  background-color: #000000; /* Dark background for CTA */
  color: #FFFFFF;
  border-radius: 10px;
}

.page-resources-exploring-swerte99-app-features__call-to-action p {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}

/* Media Queries for responsiveness */
@media (max-width: 1024px) {
  .page-resources-exploring-swerte99-app-features__hero-title {
    font-size: 2.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-exploring-swerte99-app-features__hero-section {
    padding: 40px 15px;
  }

  .page-resources-exploring-swerte99-app-features__hero-title {
    font-size: 2.2em;
  }

  .page-resources-exploring-swerte99-app-features__hero-description {
    font-size: 1em;
  }

  .page-resources-exploring-swerte99-app-features__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-exploring-swerte99-app-features__content-area {
    padding: 30px 15px;
  }

  .page-resources-exploring-swerte99-app-features__article-heading {
    font-size: 2em;
  }

  .page-resources-exploring-swerte99-app-features__article-subheading {
    font-size: 1.5em;
  }

  .page-resources-exploring-swerte99-app-features__article p,
  .page-resources-exploring-swerte99-app-features__list--ordered {
    font-size: 1em;
  }

  .page-resources-exploring-swerte99-app-features__image-wrapper img {
    max-width: 100%;
    height: auto;
  }

  .page-resources-exploring-swerte99-app-features__call-to-action p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-exploring-swerte99-app-features__hero-title {
    font-size: 1.8em;
  }

  .page-resources-exploring-swerte99-app-features__hero-section {
    gap: 20px;
  }

  .page-resources-exploring-swerte99-app-features__hero-description {
    font-size: 0.9em;
  }

  .page-resources-exploring-swerte99-app-features__article-heading {
    font-size: 1.8em;
  }

  .page-resources-exploring-swerte99-app-features__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-exploring-swerte99-app-features__button {
    width: 100%;
    box-sizing: border-box;
  }
}