.page-beginner-guide-first-deposit-withdrawal {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F8F8F8; /* Light text on dark background */
  background-color: #0A192F; /* Main dark background */
}

.page-beginner-guide-first-deposit-withdrawal__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-beginner-guide-first-deposit-withdrawal__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3a61 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-beginner-guide-first-deposit-withdrawal__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
}

.page-beginner-guide-first-deposit-withdrawal__hero-subtitle {
  font-size: 1.4em;
  color: #E0E0E0;
  margin-bottom: 40px;
}

.page-beginner-guide-first-deposit-withdrawal__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-beginner-guide-first-deposit-withdrawal__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-beginner-guide-first-deposit-withdrawal__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-beginner-guide-first-deposit-withdrawal__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-beginner-guide-first-deposit-withdrawal__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-beginner-guide-first-deposit-withdrawal__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-3px);
}

.page-beginner-guide-first-deposit-withdrawal__btn--center {
  display: block;
  margin: 40px auto 20px auto;
  width: fit-content;
}

.page-beginner-guide-first-deposit-withdrawal__btn--large {
  padding: 18px 40px;
  font-size: 1.2em;
}

.page-beginner-guide-first-deposit-withdrawal__content-section,
.page-beginner-guide-first-deposit-withdrawal__guide-section,
.page-beginner-guide-first-deposit-withdrawal__tips-section,
.page-beginner-guide-first-deposit-withdrawal__faq-section {
  padding: 60px 0;
}

.page-beginner-guide-first-deposit-withdrawal__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-beginner-guide-first-deposit-withdrawal__subsection-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-beginner-guide-first-deposit-withdrawal__content-section p,
.page-beginner-guide-first-deposit-withdrawal__guide-section p,
.page-beginner-guide-first-deposit-withdrawal__tips-section p,
.page-beginner-guide-first-deposit-withdrawal__faq-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-beginner-guide-first-deposit-withdrawal__content-section a,
.page-beginner-guide-first-deposit-withdrawal__guide-section a,
.page-beginner-guide-first-deposit-withdrawal__tips-section a,
.page-beginner-guide-first-deposit-withdrawal__faq-section a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-beginner-guide-first-deposit-withdrawal__content-section a:hover,
.page-beginner-guide-first-deposit-withdrawal__guide-section a:hover,
.page-beginner-guide-first-deposit-withdrawal__tips-section a:hover,
.page-beginner-guide-first-deposit-withdrawal__faq-section a:hover {
  color: #e6c200;
}

.page-beginner-guide-first-deposit-withdrawal__feature-grid,
.page-beginner-guide-first-deposit-withdrawal__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-beginner-guide-first-deposit-withdrawal__feature-item,
.page-beginner-guide-first-deposit-withdrawal__tip-item {
  background-color: #1A2E47;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-beginner-guide-first-deposit-withdrawal__feature-item:hover,
.page-beginner-guide-first-deposit-withdrawal__tip-item:hover {
  transform: translateY(-5px);
}

.page-beginner-guide-first-deposit-withdrawal__feature-icon,
.page-beginner-guide-first-deposit-withdrawal__tip-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.7));
}

.page-beginner-guide-first-deposit-withdrawal__feature-item h3,
.page-beginner-guide-first-deposit-withdrawal__tip-item h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-beginner-guide-first-deposit-withdrawal__feature-item p,
.page-beginner-guide-first-deposit-withdrawal__tip-item p {
  font-size: 1em;
  color: #C0C0C0;
}

.page-beginner-guide-first-deposit-withdrawal__step-by-step {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}

.page-beginner-guide-first-deposit-withdrawal__step-item {
  background-color: #1A2E47;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-left: 80px;
}

.page-beginner-guide-first-deposit-withdrawal__step-number {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 40px;
  height: 40px;
  background-color: #FFD700;
  color: #0A192F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
}

.page-beginner-guide-first-deposit-withdrawal__step-item h3 {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-beginner-guide-first-deposit-withdrawal__step-item p {
  color: #E0E0E0;
}

.page-beginner-guide-first-deposit-withdrawal__guide-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-beginner-guide-first-deposit-withdrawal__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-beginner-guide-first-deposit-withdrawal__list li {
  background-color: #1A2E47;
  padding: 15px 25px;
  margin-bottom: 10px;
  border-left: 5px solid #FFD700;
  border-radius: 8px;
  font-size: 1.1em;
  color: #E0E0E0;
}

.page-beginner-guide-first-deposit-withdrawal__list li strong {
  color: #FFD700;
}

.page-beginner-guide-first-deposit-withdrawal__guide-section--withdrawal {
  background-color: #10243B;
}

.page-beginner-guide-first-deposit-withdrawal__responsible-text {
  text-align: center;
  font-style: italic;
  margin-top: 40px;
  color: #A0A0A0;
}

.page-beginner-guide-first-deposit-withdrawal__faq-list {
  margin-top: 40px;
}

.page-beginner-guide-first-deposit-withdrawal__faq-item {
  background-color: #1A2E47;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-beginner-guide-first-deposit-withdrawal__faq-question {
  padding: 20px 25px;
  font-size: 1.3em;
  color: #FFD700;
  cursor: pointer;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-beginner-guide-first-deposit-withdrawal__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-beginner-guide-first-deposit-withdrawal__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-beginner-guide-first-deposit-withdrawal__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
}

.page-beginner-guide-first-deposit-withdrawal__faq-answer p {
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #E0E0E0;
}

.page-beginner-guide-first-deposit-withdrawal__faq-item.active .page-beginner-guide-first-deposit-withdrawal__faq-answer {
  max-height: 200px; /* Adjust based on content */
  padding-top: 10px;
}

.page-beginner-guide-first-deposit-withdrawal__cta-banner {
  background: linear-gradient(90deg, #FFD700, #e6c200);
  padding: 80px 0;
  text-align: center;
  color: #0A192F;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-beginner-guide-first-deposit-withdrawal__cta-content {
  max-width: 600px;
}

.page-beginner-guide-first-deposit-withdrawal__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #0A192F;
}

.page-beginner-guide-first-deposit-withdrawal__cta-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #333;
}

.page-beginner-guide-first-deposit-withdrawal__cta-image {
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-beginner-guide-first-deposit-withdrawal .highlight {
  color: #FFD700;
}

.page-beginner-guide-first-deposit-withdrawal__cta-banner .highlight {
  color: #0A192F;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-beginner-guide-first-deposit-withdrawal__hero-title {
    font-size: 3em;
  }
  .page-beginner-guide-first-deposit-withdrawal__section-title {
    font-size: 2.2em;
  }
  .page-beginner-guide-first-deposit-withdrawal__cta-banner {
    flex-direction: column;
    gap: 30px;
    padding: 60px 0;
  }
  .page-beginner-guide-first-deposit-withdrawal__cta-image {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .page-beginner-guide-first-deposit-withdrawal__hero-title {
    font-size: 2.5em;
  }
  .page-beginner-guide-first-deposit-withdrawal__hero-subtitle {
    font-size: 1.2em;
  }
  .page-beginner-guide-first-deposit-withdrawal__hero-cta {
    flex-direction: column;
    gap: 15px;
  }
  .page-beginner-guide-first-deposit-withdrawal__btn {
    width: 80%;
    margin: 0 auto;
  }
  .page-beginner-guide-first-deposit-withdrawal__section-title {
    font-size: 2em;
  }
  .page-beginner-guide-first-deposit-withdrawal__subsection-title {
    font-size: 1.6em;
  }
  .page-beginner-guide-first-deposit-withdrawal__feature-grid,
  .page-beginner-guide-first-deposit-withdrawal__tips-grid {
    grid-template-columns: 1fr;
  }
  .page-beginner-guide-first-deposit-withdrawal__step-item {
    padding-left: 25px;
    padding-top: 70px;
    text-align: center;
  }
  .page-beginner-guide-first-deposit-withdrawal__step-number {
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  }
  .page-beginner-guide-first-deposit-withdrawal__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-beginner-guide-first-deposit-withdrawal__cta-title {
    font-size: 2.2em;
  }
  .page-beginner-guide-first-deposit-withdrawal__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-beginner-guide-first-deposit-withdrawal__hero-title {
    font-size: 2em;
  }
  .page-beginner-guide-first-deposit-withdrawal__section-title {
    font-size: 1.8em;
  }
  .page-beginner-guide-first-deposit-withdrawal__btn {
    width: 90%;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-beginner-guide-first-deposit-withdrawal__cta-title {
    font-size: 1.8em;
  }
}