/* style/registration-banking-tk88-account-registration.css */
.page-registration-banking-tk88-account-registration {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-registration-banking-tk88-account-registration__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-registration-banking-tk88-account-registration__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  background: linear-gradient(135deg, #003366 0%, #004488 100%);
  color: #fff;
  padding: 60px 20px;
  overflow: hidden;
  text-align: center;
}

.page-registration-banking-tk88-account-registration__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 1;
}

.page-registration-banking-tk88-account-registration__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-registration-banking-tk88-account-registration__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  font-weight: bold;
  line-height: 1.2;
}

.page-registration-banking-tk88-account-registration__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-registration-banking-tk88-account-registration__hero-btn {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #003366; /* Deep Blue */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-registration-banking-tk88-account-registration__hero-btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-registration-banking-tk88-account-registration__section {
  padding: 60px 0;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-registration-banking-tk88-account-registration__section--benefits {
  background-color: #f0f7ff; /* Light blue background */
}

.page-registration-banking-tk88-account-registration__section-title {
  font-size: 2.5em;
  color: #003366; /* Deep Blue */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-registration-banking-tk88-account-registration__section-intro {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  color: #555;
}

.page-registration-banking-tk88-account-registration__benefits-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.page-registration-banking-tk88-account-registration__benefits-list li {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  font-size: 1.05em;
  color: #333;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.page-registration-banking-tk88-account-registration__benefit-icon {
  color: #32CD32; /* Green for checkmark */
  font-size: 1.5em;
  margin-right: 15px;
  flex-shrink: 0;
}

.page-registration-banking-tk88-account-registration__section--guide {
  background-color: #fefdfb;
}

.page-registration-banking-tk88-account-registration__step {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.07);
}

.page-registration-banking-tk88-account-registration__step-title {
  font-size: 2em;
  color: #003366; /* Deep Blue */
  margin-bottom: 20px;
  border-bottom: 3px solid #FFD700; /* Gold underline */
  padding-bottom: 10px;
  display: inline-block;
}

.page-registration-banking-tk88-account-registration__step-subtitle {
  font-size: 1.4em;
  color: #004488;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-registration-banking-tk88-account-registration__step p {
  margin-bottom: 15px;
  color: #444;
}

.page-registration-banking-tk88-account-registration__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.page-registration-banking-tk88-account-registration__sub-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-registration-banking-tk88-account-registration__sub-list li {
  margin-bottom: 8px;
}

.page-registration-banking-tk88-account-registration__sub-list li strong {
  color: #003366;
}

.page-registration-banking-tk88-account-registration__section--tips {
  background-color: #eaf6ff;
}

.page-registration-banking-tk88-account-registration__tips-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.page-registration-banking-tk88-account-registration__tips-list li {
  background-color: #fff;
  padding: 20px;
  border-left: 5px solid #003366;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  font-size: 1.05em;
  color: #333;
}

.page-registration-banking-tk88-account-registration__tips-list li strong {
  color: #003366;
}

.page-registration-banking-tk88-account-registration__section--faq {
  background-color: #fefdfb;
}

.page-registration-banking-tk88-account-registration__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
}

.page-registration-banking-tk88-account-registration__faq-item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.page-registration-banking-tk88-account-registration__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-registration-banking-tk88-account-registration__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-registration-banking-tk88-account-registration__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-registration-banking-tk88-account-registration__faq-answer {
  font-size: 1.05em;
  color: #555;
  padding-top: 10px;
  border-top: 1px solid #eee;
  display: none;
}

.page-registration-banking-tk88-account-registration__faq-answer.active {
  display: block;
}

.page-registration-banking-tk88-account-registration__section--cta {
  background: linear-gradient(135deg, #003366, #004488);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.page-registration-banking-tk88-account-registration__cta-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px; /* Adjust size as needed */
  height: auto;
  opacity: 0.2;
  z-index: 1;
}

.page-registration-banking-tk88-account-registration__section--cta .page-registration-banking-tk88-account-registration__section-title {
  color: #FFD700;
  position: relative;
  z-index: 2;
}

.page-registration-banking-tk88-account-registration__section--cta .page-registration-banking-tk88-account-registration__section-intro {
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.page-registration-banking-tk88-account-registration__cta-btn {
  display: inline-block;
  background-color: #FFD700; /* Gold */
  color: #003366; /* Deep Blue */
  padding: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  position: relative;
  z-index: 2;
}

.page-registration-banking-tk88-account-registration__cta-btn:hover {
  background-color: #e6c200;
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .page-registration-banking-tk88-account-registration__hero-title {
    font-size: 2.5em;
  }
  .page-registration-banking-tk88-account-registration__section-title {
    font-size: 2em;
  }
  .page-registration-banking-tk88-account-registration__step-title {
    font-size: 1.8em;
  }
  .page-registration-banking-tk88-account-registration__benefits-list {
    grid-template-columns: 1fr;
  }
  .page-registration-banking-tk88-account-registration__tips-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-registration-banking-tk88-account-registration__hero-title {
    font-size: 2em;
  }
  .page-registration-banking-tk88-account-registration__hero-description {
    font-size: 1em;
  }
  .page-registration-banking-tk88-account-registration__section-title {
    font-size: 1.8em;
  }
  .page-registration-banking-tk88-account-registration__step-title {
    font-size: 1.5em;
  }
  .page-registration-banking-tk88-account-registration__hero-btn,
  .page-registration-banking-tk88-account-registration__cta-btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-registration-banking-tk88-account-registration__step {
    padding: 20px;
  }
  .page-registration-banking-tk88-account-registration__faq-item {
    padding: 15px;
  }
}