.page-resources-how-to-start-f168 {
  font-family: Arial, sans-serif;
  color: #333333;
  background-color: #f8f9fa;
  line-height: 1.6;
}

.page-resources-how-to-start-f168__hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
}

.page-resources-how-to-start-f168__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-how-to-start-f168__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.page-resources-how-to-start-f168__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-resources-how-to-start-f168__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-how-to-start-f168__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-start-f168__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-resources-how-to-start-f168__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-how-to-start-f168__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-start-f168__step-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-resources-how-to-start-f168__step-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-how-to-start-f168__step-description {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-how-to-start-f168__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-start-f168__btn-primary,
.page-resources-how-to-start-f168__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  margin: 10px 5px;
}

.page-resources-how-to-start-f168__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-start-f168__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-resources-how-to-start-f168__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-start-f168__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-start-f168__button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.page-resources-how-to-start-f168__tip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.page-resources-how-to-start-f168__tip-item {
  background-color: #f0f8ff;
  border-left: 5px solid #26A9E0;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 1.05em;
}

.page-resources-how-to-start-f168__support-image,
.page-resources-how-to-start-f168__app-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-start-f168__faq-list {
  margin-top: 30px;
}

.page-resources-how-to-start-f168__faq-item {
  background-color: #f0f8ff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-how-to-start-f168__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #e6f7ff;
  border-bottom: 1px solid #d0e9fa;
  list-style: none;
}

.page-resources-how-to-start-f168__faq-item[open] .page-resources-how-to-start-f168__faq-question {
  background-color: #d0efff;
  border-bottom-color: #a0d8ff;
}

.page-resources-how-to-start-f168__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-how-to-start-f168__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-resources-how-to-start-f168__faq-item[open] .page-resources-how-to-start-f168__faq-toggle {
  color: #007bff; /* Darker blue when open */
}

.page-resources-how-to-start-f168__faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  color: #555555;
  background-color: #fdfdfd;
  text-align: justify;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-start-f168__hero-title {
    font-size: 3em;
  }

  .page-resources-how-to-start-f168__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-start-f168__hero-section {
    height: 450px;
  }

  .page-resources-how-to-start-f168__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-start-f168__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-start-f168__content-area {
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  .page-resources-how-to-start-f168__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-resources-how-to-start-f168__text-block,
  .page-resources-how-to-start-f168__step-description,
  .page-resources-how-to-start-f168__tip-item,
  .page-resources-how-to-start-f168__faq-answer {
    font-size: 1em;
  }

  .page-resources-how-to-start-f168__step-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-start-f168__btn-primary,
  .page-resources-how-to-start-f168__btn-secondary,
  .page-resources-how-to-start-f168 a[class*="button"],
  .page-resources-how-to-start-f168 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 5px 0;
  }

  .page-resources-how-to-start-f168__button-group {
    flex-direction: column;
    gap: 10px;
  }

  /* Images responsiveness */
  .page-resources-how-to-start-f168 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-start-f168__step-card,
  .page-resources-how-to-start-f168__tip-item,
  .page-resources-how-to-start-f168__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-how-to-start-f168__hero-section {
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }

  .page-resources-how-to-start-f168__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-resources-how-to-start-f168__faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-start-f168__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-start-f168__section-title {
    font-size: 1.5em;
  }
}

/* Contrast Fixes */
.page-resources-how-to-start-f168__dark-bg {
  color: #ffffff;
  background: #26A9E0;
}

.page-resources-how-to-start-f168__light-bg {
  color: #333333;
  background: #ffffff;
}

.page-resources-how-to-start-f168__medium-bg {
  color: #000000;
  background: #FFFFFF;
}

.page-resources-how-to-start-f168__content-area,
.page-resources-how-to-start-f168__text-block {
  color: #333333;
  background: #ffffff;
}

.page-resources-how-to-start-f168 p,
.page-resources-how-to-start-f168 li {
  color: #333333;
}

.page-resources-how-to-start-f168__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}

.page-resources-how-to-start-f168__dark-section {
  background: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-start-f168__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid transparent;
}

.page-resources-how-to-start-f168__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}