.page-resources-sbotop-deposit-withdrawal-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-sbotop-deposit-withdrawal-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sbotop-deposit-withdrawal-guide__hero {
  background: linear-gradient(135deg, #003366 0%, #004080 70%, #FFD700 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-resources-sbotop-deposit-withdrawal-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-bottom: 30px;
}

.page-resources-sbotop-deposit-withdrawal-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-sbotop-deposit-withdrawal-guide__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-sbotop-deposit-withdrawal-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.2;
}

.page-resources-sbotop-deposit-withdrawal-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-sbotop-deposit-withdrawal-guide__section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.page-resources-sbotop-deposit-withdrawal-guide__section--intro {
  background-color: #f0f5fa;
}

.page-resources-sbotop-deposit-withdrawal-guide__section:nth-child(even) {
  background-color: #f0f5fa;
}

.page-resources-sbotop-deposit-withdrawal-guide__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-sbotop-deposit-withdrawal-guide__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0 auto;
  border-radius: 2px;
}

.page-resources-sbotop-deposit-withdrawal-guide__subsection-title {
  font-size: 1.8em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 25px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

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

.page-resources-sbotop-deposit-withdrawal-guide__card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sbotop-deposit-withdrawal-guide__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-resources-sbotop-deposit-withdrawal-guide__card-title {
  font-size: 1.6em;
  color: #003366;
  margin-bottom: 20px;
  text-align: center;
}

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

.page-resources-sbotop-deposit-withdrawal-guide__step-title {
  font-size: 1.2em;
  color: #003366;
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-resources-sbotop-deposit-withdrawal-guide__card ol,
.page-resources-sbotop-deposit-withdrawal-guide__card ul {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-resources-sbotop-deposit-withdrawal-guide__card ul {
  list-style-type: disc;
}

.page-resources-sbotop-deposit-withdrawal-guide__card li {
  margin-bottom: 8px;
}

.page-resources-sbotop-deposit-withdrawal-guide__btn {
  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, transform 0.2s ease;
  margin: 10px;
  text-align: center;
}

.page-resources-sbotop-deposit-withdrawal-guide__btn--primary {
  background-color: #FFD700;
  color: #003366;
  border: 2px solid #FFD700;
}

.page-resources-sbotop-deposit-withdrawal-guide__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-sbotop-deposit-withdrawal-guide__btn--secondary {
  background-color: #003366;
  color: #ffffff;
  border: 2px solid #003366;
}

.page-resources-sbotop-deposit-withdrawal-guide__btn--secondary:hover {
  background-color: #004080;
  transform: translateY(-2px);
}

.page-resources-sbotop-deposit-withdrawal-guide__btn--tertiary {
  background-color: transparent;
  color: #003366;
  border: 2px solid #003366;
}

.page-resources-sbotop-deposit-withdrawal-guide__btn--tertiary:hover {
  background-color: #003366;
  color: #FFD700;
  transform: translateY(-2px);
}

.page-resources-sbotop-deposit-withdrawal-guide__cta-group {
  text-align: center;
  margin-top: 40px;
}

.page-resources-sbotop-deposit-withdrawal-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sbotop-deposit-withdrawal-guide__feature-item {
  text-align: center;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-sbotop-deposit-withdrawal-guide__feature-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-resources-sbotop-deposit-withdrawal-guide__feature-item h3 {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 15px;
}

.page-resources-sbotop-deposit-withdrawal-guide__faq-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-sbotop-deposit-withdrawal-guide__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-sbotop-deposit-withdrawal-guide__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-resources-sbotop-deposit-withdrawal-guide__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-sbotop-deposit-withdrawal-guide__faq-answer {
  color: #555;
  font-size: 1.1em;
  display: none;
  padding-top: 10px;
  border-top: 1px dashed #eee;
  margin-top: 15px;
}

.page-resources-sbotop-deposit-withdrawal-guide__faq-answer.active {
  display: block;
}

.page-resources-sbotop-deposit-withdrawal-guide__section--conclusion {
  text-align: center;
  background-color: #003366;
  color: #ffffff;
  padding: 80px 0;
}

.page-resources-sbotop-deposit-withdrawal-guide__section--conclusion .page-resources-sbotop-deposit-withdrawal-guide__section-title {
  color: #FFD700;
}

.page-resources-sbotop-deposit-withdrawal-guide__section--conclusion .page-resources-sbotop-deposit-withdrawal-guide__section-title::after {
  background-color: #ffffff;
}

.page-resources-sbotop-deposit-withdrawal-guide__section--conclusion p {
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-size: 1.1em;
  color: #e0e0e0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-sbotop-deposit-withdrawal-guide__hero {
    padding: 60px 0;
  }
  .page-resources-sbotop-deposit-withdrawal-guide__hero-title {
    font-size: 2.5em;
  }
  .page-resources-sbotop-deposit-withdrawal-guide__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-sbotop-deposit-withdrawal-guide__section-title {
    font-size: 2em;
  }
  .page-resources-sbotop-deposit-withdrawal-guide__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-sbotop-deposit-withdrawal-guide__card-grid,
  .page-resources-sbotop-deposit-withdrawal-guide__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-sbotop-deposit-withdrawal-guide__btn {
    width: 100%;
    margin: 10px 0;
  }
  .page-resources-sbotop-deposit-withdrawal-guide__cta-group {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .page-resources-sbotop-deposit-withdrawal-guide__hero-title {
    font-size: 2em;
  }
  .page-resources-sbotop-deposit-withdrawal-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-sbotop-deposit-withdrawal-guide__card,
  .page-resources-sbotop-deposit-withdrawal-guide__feature-item,
  .page-resources-sbotop-deposit-withdrawal-guide__faq-item {
    padding: 20px;
  }
}