.page-resources-one88-login-entry-steps {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-one88-login-entry-steps__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-one88-login-entry-steps__hero {
  background: linear-gradient(135deg, #0A2463 0%, #E3B505 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-one88-login-entry-steps__hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.page-resources-one88-login-entry-steps__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-one88-login-entry-steps__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-one88-login-entry-steps__hero-button {
  display: inline-block;
  background-color: #E3B505;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-one88-login-entry-steps__hero-button:hover {
  background-color: #f5cb42;
  transform: translateY(-2px);
}

.page-resources-one88-login-entry-steps__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 1;
}

.page-resources-one88-login-entry-steps__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-one88-login-entry-steps__section:last-of-type {
  border-bottom: none;
}

.page-resources-one88-login-entry-steps__section-title {
  font-size: 2em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-one88-login-entry-steps__section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #E3B505;
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-resources-one88-login-entry-steps__introduction p {
  margin-bottom: 20px;
  text-align: justify;
}

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

.page-resources-one88-login-entry-steps__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-resources-one88-login-entry-steps__feature-item:hover {
  transform: translateY(-5px);
}

.page-resources-one88-login-entry-steps__feature-item h3 {
  color: #0A2463;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.page-resources-one88-login-entry-steps__feature-item p {
  font-size: 0.95em;
  color: #555;
}

.page-resources-one88-login-entry-steps__feature-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

.page-resources-one88-login-entry-steps__link-info {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-one88-login-entry-steps__link-info h3 {
  color: #0A2463;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-one88-login-entry-steps__link-info p {
  margin-bottom: 20px;
  color: #555;
}

.page-resources-one88-login-entry-steps__button {
  display: inline-block;
  background-color: #0A2463;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-one88-login-entry-steps__button:hover {
  background-color: #1a3c7a;
}

.page-resources-one88-login-entry-steps__button--secondary {
  background-color: #E3B505;
  color: #0A2463;
}

.page-resources-one88-login-entry-steps__button--secondary:hover {
  background-color: #f5cb42;
}

.page-resources-one88-login-entry-steps__button--small {
  padding: 8px 15px;
  font-size: 0.9em;
}

.page-resources-one88-login-entry-steps__button--primary {
  background-color: #0A2463;
  color: #ffffff;
}

.page-resources-one88-login-entry-steps__button--primary:hover {
  background-color: #1a3c7a;
}

.page-resources-one88-login-entry-steps__step-by-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-one88-login-entry-steps__step-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-left: 70px;
}

.page-resources-one88-login-entry-steps__step-number {
  position: absolute;
  left: 20px;
  top: 30px;
  background-color: #E3B505;
  color: #0A2463;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.3em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-one88-login-entry-steps__step-item h3 {
  color: #0A2463;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-resources-one88-login-entry-steps__step-item p {
  color: #555;
}

.page-resources-one88-login-entry-steps__illustration-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-one88-login-entry-steps__sub-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
}

.page-resources-one88-login-entry-steps__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-one88-login-entry-steps__list li {
  margin-bottom: 10px;
}

.page-resources-one88-login-entry-steps__numbered-list {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-one88-login-entry-steps__numbered-list li {
  margin-bottom: 10px;
}

.page-resources-one88-login-entry-steps__mobile-app-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-resources-one88-login-entry-steps__mobile-app-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-one88-login-entry-steps__contact-list {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-top: 30px;
}

.page-resources-one88-login-entry-steps__contact-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #0A2463;
  font-weight: bold;
}

.page-resources-one88-login-entry-steps__faq-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.page-resources-one88-login-entry-steps__faq-item h3 {
  color: #0A2463;
  font-size: 1.25em;
  margin-bottom: 10px;
}

.page-resources-one88-login-entry-steps__faq-item p {
  color: #555;
}

.page-resources-one88-login-entry-steps__conclusion-content {
  text-align: center;
}

.page-resources-one88-login-entry-steps__button--cta {
  font-size: 1.3em;
  padding: 18px 35px;
  background-color: #E3B505;
  color: #0A2463;
  margin-top: 30px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-one88-login-entry-steps__button--cta:hover {
  background-color: #f5cb42;
  transform: translateY(-3px);
}

.page-resources-one88-login-entry-steps__back-link {
  margin-top: 30px;
  font-size: 1.1em;
}

.page-resources-one88-login-entry-steps__back-link a {
  color: #0A2463;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-one88-login-entry-steps__back-link a:hover {
  text-decoration: underline;
  color: #E3B505;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-resources-one88-login-entry-steps__hero-title {
    font-size: 3.5em;
  }

  .page-resources-one88-login-entry-steps__mobile-app-flex {
    flex-direction: row;
    text-align: left;
  }

  .page-resources-one88-login-entry-steps__mobile-app-content {
    flex: 1;
  }

  .page-resources-one88-login-entry-steps__mobile-app-image {
    flex: 1;
    max-width: 45%;
  }

  .page-resources-one88-login-entry-steps__step-by-step {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 767px) {
  .page-resources-one88-login-entry-steps__hero-title {
    font-size: 2em;
  }

  .page-resources-one88-login-entry-steps__hero-description {
    font-size: 1em;
  }

  .page-resources-one88-login-entry-steps__section-title {
    font-size: 1.6em;
  }

  .page-resources-one88-login-entry-steps__step-item {
    padding-left: 20px;
    padding-top: 60px;
    text-align: center;
  }

  .page-resources-one88-login-entry-steps__step-number {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}