.page-resources-sunwin-fast-deposit-tips {
  --primary-color: #007bff;
  --secondary-color: #ffc107;
  --text-color: #333333;
  --heading-color: #222222;
  --background-light: #f8f9fa;
  --background-dark: #e9ecef;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color);
}

.page-resources-sunwin-fast-deposit-tips__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-sunwin-fast-deposit-tips__hero {
  background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page-resources-sunwin-fast-deposit-tips__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 40px;
}

.page-resources-sunwin-fast-deposit-tips__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-resources-sunwin-fast-deposit-tips__hero-title .highlight {
  color: var(--secondary-color);
}

.page-resources-sunwin-fast-deposit-tips__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-sunwin-fast-deposit-tips__hero-image {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.page-resources-sunwin-fast-deposit-tips__hero-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-resources-sunwin-fast-deposit-tips__cta-button {
  display: inline-block;
  background: var(--secondary-color);
  color: var(--heading-color);
  padding: 15px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-sunwin-fast-deposit-tips__cta-button:hover {
  background: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-sunwin-fast-deposit-tips__cta-button--small {
  padding: 12px 30px;
  font-size: 1em;
}

.page-resources-sunwin-fast-deposit-tips__cta-button--large {
  padding: 18px 50px;
  font-size: 1.4em;
}

.page-resources-sunwin-fast-deposit-tips__section {
  padding: 60px 0;
}

.page-resources-sunwin-fast-deposit-tips__section--alt {
  background-color: var(--background-light);
}

.page-resources-sunwin-fast-deposit-tips__section--conclusion {
  background: linear-gradient(135deg, #0056b3 0%, var(--primary-color) 100%);
  color: #ffffff;
  text-align: center;
}

.page-resources-sunwin-fast-deposit-tips__section-title {
  font-size: 2.5em;
  color: var(--heading-color);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sunwin-fast-deposit-tips__section--conclusion .page-resources-sunwin-fast-deposit-tips__section-title {
  color: #ffffff;
}

.page-resources-sunwin-fast-deposit-tips__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color);
  border-radius: 2px;
}

.page-resources-sunwin-fast-deposit-tips__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-sunwin-fast-deposit-tips__section--conclusion p {
  color: #e0e0e0;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-resources-sunwin-fast-deposit-tips__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-sunwin-fast-deposit-tips__list li {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sunwin-fast-deposit-tips__list li:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-sunwin-fast-deposit-tips__list li img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-resources-sunwin-fast-deposit-tips__list li h3 {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-resources-sunwin-fast-deposit-tips__list li p {
  font-size: 1em;
  color: #555555;
  text-align: center;
}

.page-resources-sunwin-fast-deposit-tips__step-guide {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.page-resources-sunwin-fast-deposit-tips__step {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.page-resources-sunwin-fast-deposit-tips__step-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-sunwin-fast-deposit-tips__step h3 {
  font-size: 1.6em;
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-sunwin-fast-deposit-tips__step p {
  font-size: 1.05em;
  margin-bottom: 10px;
}

.page-resources-sunwin-fast-deposit-tips__step a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
}

.page-resources-sunwin-fast-deposit-tips__step a:hover {
  text-decoration: underline;
}

.page-resources-sunwin-fast-deposit-tips__sub-steps {
  background-color: #f0f8ff;
  border-left: 4px solid var(--primary-color);
  padding: 20px;
  margin-top: 20px;
  border-radius: 0 8px 8px 0;
}

.page-resources-sunwin-fast-deposit-tips__sub-steps h4 {
  font-size: 1.3em;
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-sunwin-fast-deposit-tips__sub-steps ol {
  list-style-type: decimal;
  padding-left: 25px;
  margin: 0;
}

.page-resources-sunwin-fast-deposit-tips__sub-steps li {
  margin-bottom: 10px;
  color: #444444;
}

.page-resources-sunwin-fast-deposit-tips__image-full-width {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-sunwin-fast-deposit-tips__tips-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.page-resources-sunwin-fast-deposit-tips__tips-list li {
  background-color: #ffffff;
  border-left: 5px solid var(--secondary-color);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.page-resources-sunwin-fast-deposit-tips__tips-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-sunwin-fast-deposit-tips__tips-list li strong {
  color: var(--primary-color);
  font-size: 1.1em;
}

.page-resources-sunwin-fast-deposit-tips__issue-solution {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 30px;
}

.page-resources-sunwin-fast-deposit-tips__issue {
  background-color: #ffffff;
  border-left: 6px solid var(--secondary-color);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-sunwin-fast-deposit-tips__issue h3 {
  color: var(--primary-color);
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-resources-sunwin-fast-deposit-tips__issue p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 10px;
}

.page-resources-sunwin-fast-deposit-tips__benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-sunwin-fast-deposit-tips__benefits-list li {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sunwin-fast-deposit-tips__benefits-list li:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-sunwin-fast-deposit-tips__benefits-list li img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-resources-sunwin-fast-deposit-tips__benefits-list li h3 {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-resources-sunwin-fast-deposit-tips__benefits-list li p {
  font-size: 1em;
  color: #555555;
  text-align: center;
}

.page-resources-sunwin-fast-deposit-tips__faq-list {
  margin-top: 30px;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: var(--heading-color);
}

.faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: var(--background-light);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 20px 25px;
}

.faq-answer p {
  margin: 0;
  font-size: 1.05em;
  color: #444444;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-sunwin-fast-deposit-tips__hero-title {
    font-size: 2.5em;
  }
  .page-resources-sunwin-fast-deposit-tips__hero-description {
    font-size: 1.1em;
  }
  .page-resources-sunwin-fast-deposit-tips__section-title {
    font-size: 2em;
  }
  .page-resources-sunwin-fast-deposit-tips__list, .page-resources-sunwin-fast-deposit-tips__benefits-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-resources-sunwin-fast-deposit-tips__step {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .page-resources-sunwin-fast-deposit-tips__step-number {
    margin-bottom: 15px;
  }
  .page-resources-sunwin-fast-deposit-tips__sub-steps {
    margin-left: 0;
    border-left: none;
    border-top: 4px solid var(--primary-color);
    border-radius: 8px 8px 0 0;
  }
  .page-resources-sunwin-fast-deposit-tips__issue-solution {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-resources-sunwin-fast-deposit-tips__hero {
    padding: 60px 15px;
  }
  .page-resources-sunwin-fast-deposit-tips__hero-title {
    font-size: 2em;
  }
  .page-resources-sunwin-fast-deposit-tips__hero-description {
    font-size: 1em;
  }
  .page-resources-sunwin-fast-deposit-tips__cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-resources-sunwin-fast-deposit-tips__section {
    padding: 40px 0;
  }
  .page-resources-sunwin-fast-deposit-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-sunwin-fast-deposit-tips__container {
    padding: 15px;
  }
  .page-resources-sunwin-fast-deposit-tips__list, .page-resources-sunwin-fast-deposit-tips__benefits-list {
    grid-template-columns: 1fr;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 1.5em;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
  .page-resources-sunwin-fast-deposit-tips__section--conclusion p {
    font-size: 0.95em;
  }
  .page-resources-sunwin-fast-deposit-tips__cta-button--large {
    padding: 15px 40px;
    font-size: 1.2em;
  }
}