.page-resources-deposit-withdrawal-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #e0e0e0; /* Light gray for text on dark background */
  background-color: #0A192F; /* Deep blue main background */
}

.page-resources-deposit-withdrawal-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-deposit-withdrawal-strategy__article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #1a2b41; /* Slightly lighter blue for article background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-deposit-withdrawal-strategy__hero {
  background: linear-gradient(135deg, #0A192F, #001f3f);
  padding: 80px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero text */
  border-bottom: 3px solid #FFD700;
}

.page-resources-deposit-withdrawal-strategy__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-deposit-withdrawal-strategy__hero-description {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-resources-deposit-withdrawal-strategy__hero-cta-button {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #0A192F; /* Deep blue text on gold */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-deposit-withdrawal-strategy__hero-cta-button:hover {
  background-color: #e6c200; /* Darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-deposit-withdrawal-strategy__section-title {
  font-size: 2em;
  color: #FFD700; /* Gold for main section titles */
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #334a66;
  padding-bottom: 10px;
}

.page-resources-deposit-withdrawal-strategy__subsection-title {
  font-size: 1.5em;
  color: #FFD700; /* Gold for sub-section titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-deposit-withdrawal-strategy p {
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-resources-deposit-withdrawal-strategy ul,
.page-resources-deposit-withdrawal-strategy ol {
  margin-bottom: 15px;
  padding-left: 25px;
  color: #e0e0e0;
}

.page-resources-deposit-withdrawal-strategy ul li,
.page-resources-deposit-withdrawal-strategy ol li {
  margin-bottom: 8px;
}

.page-resources-deposit-withdrawal-strategy a {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-deposit-withdrawal-strategy a:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-deposit-withdrawal-strategy__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-resources-deposit-withdrawal-strategy__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-deposit-withdrawal-strategy__cta-button--primary {
  background-color: #FFD700;
  color: #0A192F;
}

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

.page-resources-deposit-withdrawal-strategy__cta-button--secondary {
  background-color: #334a66; /* Darker blue */
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-resources-deposit-withdrawal-strategy__cta-button--secondary:hover {
  background-color: #4a678a;
  transform: translateY(-2px);
}

.page-resources-deposit-withdrawal-strategy__cta-group {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #334a66;
}

.page-resources-deposit-withdrawal-strategy__cta-group .page-resources-deposit-withdrawal-strategy__cta-button {
  margin: 0 10px 20px;
}

.page-resources-deposit-withdrawal-strategy__back-link {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #FFD700;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-deposit-withdrawal-strategy__back-link:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-resources-deposit-withdrawal-strategy__faq-section {
  margin-top: 40px;
}

.page-resources-deposit-withdrawal-strategy__faq-item {
  background-color: #2a3d53; /* Slightly lighter background for FAQ items */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-deposit-withdrawal-strategy__faq-question {
  color: #FFD700;
  font-size: 1.3em;
  margin-bottom: 10px;
}

.page-resources-deposit-withdrawal-strategy__faq-answer {
  color: #c0c0c0;
}

.page-resources-deposit-withdrawal-strategy__tips-list {
  list-style-type: disc;
  padding-left: 30px;
  color: #e0e0e0;
}

.page-resources-deposit-withdrawal-strategy__tips-list li {
  margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-deposit-withdrawal-strategy__hero-title {
    font-size: 2.2em;
  }
  .page-resources-deposit-withdrawal-strategy__section-title {
    font-size: 1.8em;
  }
  .page-resources-deposit-withdrawal-strategy__subsection-title {
    font-size: 1.3em;
  }
  .page-resources-deposit-withdrawal-strategy__article-container {
    padding: 20px 15px;
  }
  .page-resources-deposit-withdrawal-strategy__cta-group .page-resources-deposit-withdrawal-strategy__cta-button {
    display: block;
    margin: 15px auto;
  }
}

@media (max-width: 480px) {
  .page-resources-deposit-withdrawal-strategy__hero-title {
    font-size: 1.8em;
  }
  .page-resources-deposit-withdrawal-strategy__hero-description {
    font-size: 1em;
  }
  .page-resources-deposit-withdrawal-strategy__hero-cta-button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-deposit-withdrawal-strategy__section-title {
    font-size: 1.5em;
  }
  .page-resources-deposit-withdrawal-strategy__subsection-title {
    font-size: 1.2em;
  }
  .page-resources-deposit-withdrawal-strategy__faq-question {
    font-size: 1.1em;
  }
}