.page-resources-sunwin-deposit-guide {
  --primary-color: #007bff;
  --secondary-color: #ffc107;
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
  --bg-light: #f8f9fa;
  --bg-dark: #0056b3;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark);
}

.page-resources-sunwin-deposit-guide__hero {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: var(--bg-dark);
  color: var(--text-color-light);
  overflow: hidden;
}

.page-resources-sunwin-deposit-guide__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-sunwin-deposit-guide__hero-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-sunwin-deposit-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-resources-sunwin-deposit-guide__hero h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sunwin-deposit-guide__hero p {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-color-light);
}

.page-resources-sunwin-deposit-guide__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: var(--secondary-color);
  color: var(--text-color-dark);
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

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

.page-resources-sunwin-deposit-guide__section:nth-of-type(odd) {
  background-color: var(--bg-light);
}

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

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

.page-resources-sunwin-deposit-guide h2::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-deposit-guide h3 {
  font-size: 1.8em;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-sunwin-deposit-guide p {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: var(--text-color-dark);
}

.page-resources-sunwin-deposit-guide__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-sunwin-deposit-guide__list li {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-resources-sunwin-deposit-guide__method-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sunwin-deposit-guide__method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-sunwin-deposit-guide__method-image {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 20px;
}

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

.page-resources-sunwin-deposit-guide__steps {
  list-style: decimal inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-sunwin-deposit-guide__steps li {
  font-size: 1em;
  margin-bottom: 8px;
  color: #555555;
}

.page-resources-sunwin-deposit-guide__note {
  font-style: italic;
  color: #777777;
  margin-top: 15px;
  padding-left: 10px;
  border-left: 3px solid var(--secondary-color);
}

.page-resources-sunwin-deposit-guide__step-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-sunwin-deposit-guide__step-number {
  background-color: var(--primary-color);
  color: var(--text-color-light);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

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

.page-resources-sunwin-deposit-guide__step-item p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.05em;
}

.page-resources-sunwin-deposit-guide__step-image {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-sunwin-deposit-guide__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-sunwin-deposit-guide__promo-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sunwin-deposit-guide__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-sunwin-deposit-guide__promo-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-sunwin-deposit-guide__promo-card h3 {
  color: var(--primary-color);
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-sunwin-deposit-guide__promo-card p {
  font-size: 1em;
  color: #555555;
  margin-bottom: 20px;
}

.page-resources-sunwin-deposit-guide__button {
  display: inline-block;
  padding: 12px 25px;
  background: var(--primary-color);
  color: var(--text-color-light);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-sunwin-deposit-guide__button:hover {
  background: var(--secondary-color);
  color: var(--text-color-dark);
}

.page-resources-sunwin-deposit-guide__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: var(--bg-light);
}

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

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

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

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 25px;
  background: #f9f9f9;
  color: #555555;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding: 15px 25px;
  border-top: 1px solid #e9e9e9;
}

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

.page-resources-sunwin-deposit-guide__conclusion {
  text-align: center;
  background-color: var(--bg-dark);
  color: var(--text-color-light);
}

.page-resources-sunwin-deposit-guide__conclusion h2 {
  color: var(--secondary-color);
}

.page-resources-sunwin-deposit-guide__conclusion p {
  color: var(--text-color-light);
  font-size: 1.15em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-sunwin-deposit-guide__hero h1 {
    font-size: 2.5em;
  }
  .page-resources-sunwin-deposit-guide__hero p {
    font-size: 1.1em;
  }
  .page-resources-sunwin-deposit-guide h2 {
    font-size: 2em;
  }
  .page-resources-sunwin-deposit-guide h3 {
    font-size: 1.5em;
  }
  .page-resources-sunwin-deposit-guide__promo-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-sunwin-deposit-guide__hero {
    padding: 40px 15px;
  }
  .page-resources-sunwin-deposit-guide__hero h1 {
    font-size: 2em;
  }
  .page-resources-sunwin-deposit-guide__hero p {
    font-size: 1em;
  }
  .page-resources-sunwin-deposit-guide__cta-button {
    padding: 15px 30px;
    font-size: 1em;
  }
  .page-resources-sunwin-deposit-guide__section {
    padding: 40px 0;
  }
  .page-resources-sunwin-deposit-guide__container {
    padding: 0 15px;
  }
  .page-resources-sunwin-deposit-guide h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-sunwin-deposit-guide h3 {
    font-size: 1.3em;
  }
  .page-resources-sunwin-deposit-guide p,
  .page-resources-sunwin-deposit-guide__list li,
  .page-resources-sunwin-deposit-guide__steps li {
    font-size: 0.95em;
  }
  .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: 12px 20px;
  }
}

@media (max-width: 480px) {
  .page-resources-sunwin-deposit-guide__hero h1 {
    font-size: 1.8em;
  }
  .page-resources-sunwin-deposit-guide__hero p {
    font-size: 0.9em;
  }
  .page-resources-sunwin-deposit-guide h2 {
    font-size: 1.6em;
  }
  .page-resources-sunwin-deposit-guide__step-number {
    width: 40px;
    height: 40px;
    font-size: 1.5em;
  }
  .page-resources-sunwin-deposit-guide__promo-card {
    padding: 20px;
  }
  .page-resources-sunwin-deposit-guide__promo-card h3 {
    font-size: 1.3em;
  }
  .page-resources-sunwin-deposit-guide__promo-card p {
    font-size: 0.9em;
  }
}