.page-index-fast-withdrawal-process {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --dark-background: #121212;
  --light-text: #ffffff;
  --dark-text: #333333;
  --register-button-bg: #C30808;
  --login-button-bg: #C30808;
  --button-font-color: #FFFF00;
  --card-background: rgba(255, 255, 255, 0.1);
  --card-border: rgba(255, 255, 255, 0.2);
}

.page-index-fast-withdrawal-process__dark-bg {
  background-color: var(--dark-background);
  color: var(--light-text);
}

.page-index-fast-withdrawal-process__light-bg {
  background-color: var(--secondary-color);
  color: var(--dark-text);
}

.page-index-fast-withdrawal-process__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  overflow: hidden;
}

.page-index-fast-withdrawal-process__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 40px 20px;
  margin-bottom: 30px;
}

.page-index-fast-withdrawal-process__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--light-text);
}

.page-index-fast-withdrawal-process__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: var(--light-text);
}

.page-index-fast-withdrawal-process__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-index-fast-withdrawal-process__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: brightness(0.6);
}

.page-index-fast-withdrawal-process__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-fast-withdrawal-process__btn-primary,
.page-index-fast-withdrawal-process__btn-secondary {
  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, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-fast-withdrawal-process__btn-primary {
  background-color: var(--register-button-bg);
  color: var(--button-font-color);
  border: 2px solid var(--register-button-bg);
}

.page-index-fast-withdrawal-process__btn-primary:hover {
  background-color: darken(var(--register-button-bg), 10%);
  border-color: darken(var(--register-button-bg), 10%);
}

.page-index-fast-withdrawal-process__btn-secondary {
  background-color: transparent;
  color: var(--button-font-color);
  border: 2px solid var(--login-button-bg);
}

.page-index-fast-withdrawal-process__btn-secondary:hover {
  background-color: var(--login-button-bg);
  color: var(--light-text);
}

.page-index-fast-withdrawal-process__section {
  padding: 80px 20px;
  text-align: center;
}

.page-index-fast-withdrawal-process__why-us {
  background-color: var(--secondary-color);
  color: var(--dark-text);
}

.page-index-fast-withdrawal-process__guide {
  background-color: var(--dark-background);
  color: var(--light-text);
}

.page-index-fast-withdrawal-process__methods {
  background-color: var(--primary-color);
  color: var(--light-text);
}

.page-index-fast-withdrawal-process__conditions {
  background-color: var(--secondary-color);
  color: var(--dark-text);
}

.page-index-fast-withdrawal-process__faq-section {
  background-color: var(--dark-background);
  color: var(--light-text);
}

.page-index-fast-withdrawal-process__cta-bottom .page-index-fast-withdrawal-process__container {
  background-color: var(--primary-color);
  color: var(--light-text);
  padding: 60px 30px;
  border-radius: 12px;
}

.page-index-fast-withdrawal-process__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-index-fast-withdrawal-process__section-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: inherit;
}

.page-index-fast-withdrawal-process__section-description {
  font-size: 1.1em;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6;
  color: inherit;
}

.page-index-fast-withdrawal-process__feature-grid,
.page-index-fast-withdrawal-process__method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-fast-withdrawal-process__card {
  background: var(--card-background);
  color: var(--light-text);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  border: 1px solid var(--card-border);
}

.page-index-fast-withdrawal-process__why-us .page-index-fast-withdrawal-process__card {
  background: var(--secondary-color);
  color: var(--dark-text);
  border: 1px solid #e0e0e0;
}

.page-index-fast-withdrawal-process__methods .page-index-fast-withdrawal-process__light-bg {
  background: var(--secondary-color);
  color: var(--dark-text);
  border: 1px solid #e0e0e0;
}

.page-index-fast-withdrawal-process__faq-section .page-index-fast-withdrawal-process__light-bg {
  background: var(--secondary-color);
  color: var(--dark-text);
  border: 1px solid #e0e0e0;
}

.page-index-fast-withdrawal-process__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-fast-withdrawal-process__feature-title,
.page-index-fast-withdrawal-process__method-title,
.page-index-fast-withdrawal-process__info-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: inherit;
}

.page-index-fast-withdrawal-process__feature-text,
.page-index-fast-withdrawal-process__method-text,
.page-index-fast-withdrawal-process__info-text {
  font-size: 1em;
  line-height: 1.6;
  color: inherit;
}

.page-index-fast-withdrawal-process__steps-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-fast-withdrawal-process__step-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.page-index-fast-withdrawal-process__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.page-index-fast-withdrawal-process__step-title {
  font-size: 1.6em;
  margin-bottom: 10px;
  color: var(--light-text);
}

.page-index-fast-withdrawal-process__step-text {
  font-size: 1em;
  line-height: 1.6;
  color: var(--light-text);
}

.page-index-fast-withdrawal-process__image-with-text {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-fast-withdrawal-process__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-index-fast-withdrawal-process__image-caption {
  margin-top: 20px;
  font-style: italic;
  color: var(--light-text);
  font-size: 0.95em;
}

.page-index-fast-withdrawal-process__info-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-fast-withdrawal-process__info-item {
  text-align: left;
  background: var(--secondary-color);
  color: var(--dark-text);
  border: 1px solid #e0e0e0;
}

.page-index-fast-withdrawal-process__faq-list {
  margin-top: 40px;
  text-align: left;
}

.page-index-fast-withdrawal-process__faq-item {
  margin-bottom: 15px;
  background: var(--secondary-color);
  color: var(--dark-text);
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.page-index-fast-withdrawal-process__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-index-fast-withdrawal-process__faq-question:hover {
  background-color: #f5f5f5;
}

.page-index-fast-withdrawal-process__faq-title {
  margin: 0;
  font-size: 1.1em;
  color: var(--dark-text);
}

.page-index-fast-withdrawal-process__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--primary-color);
}

.page-index-fast-withdrawal-process__faq-item.active .page-index-fast-withdrawal-process__faq-toggle {
  transform: rotate(45deg);
}

.page-index-fast-withdrawal-process__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--dark-text);
}

.page-index-fast-withdrawal-process__faq-item.active .page-index-fast-withdrawal-process__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 30px;
}

.page-index-fast-withdrawal-process__faq-answer p {
  margin-bottom: 0;
  color: var(--dark-text);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-index-fast-withdrawal-process__hero-title {
    font-size: 3em;
  }
  .page-index-fast-withdrawal-process__section-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-index-fast-withdrawal-process__hero-section {
    min-height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-index-fast-withdrawal-process__hero-title {
    font-size: 2.5em;
  }
  .page-index-fast-withdrawal-process__hero-description {
    font-size: 1em;
  }
  .page-index-fast-withdrawal-process__section {
    padding: 60px 15px;
  }
  .page-index-fast-withdrawal-process__section-title {
    font-size: 1.8em;
  }
  .page-index-fast-withdrawal-process__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-index-fast-withdrawal-process__feature-grid,
  .page-index-fast-withdrawal-process__steps-list,
  .page-index-fast-withdrawal-process__method-grid,
  .page-index-fast-withdrawal-process__info-list {
    grid-template-columns: 1fr;
  }
  .page-index-fast-withdrawal-process__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-fast-withdrawal-process__btn-primary,
  .page-index-fast-withdrawal-process__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-index-fast-withdrawal-process__image-with-text {
    margin-top: 40px;
  }
  .page-index-fast-withdrawal-process__card {
    padding: 20px;
  }
  .page-index-fast-withdrawal-process__faq-question {
    padding: 15px 20px;
  }
  .page-index-fast-withdrawal-process__faq-answer {
    padding: 0 20px;
  }
  .page-index-fast-withdrawal-process__faq-item.active .page-index-fast-withdrawal-process__faq-answer {
    padding: 10px 20px;
  }
  
  /* Mobile image responsiveness */
  .page-index-fast-withdrawal-process img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-index-fast-withdrawal-process__section,
  .page-index-fast-withdrawal-process__card,
  .page-index-fast-withdrawal-process__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  
  .page-index-fast-withdrawal-process__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}

@media (max-width: 480px) {
  .page-index-fast-withdrawal-process__hero-title {
    font-size: 2em;
  }
  .page-index-fast-withdrawal-process__section-title {
    font-size: 1.5em;
  }
  .page-index-fast-withdrawal-process__step-number {
    font-size: 2em;
  }
  .page-index-fast-withdrawal-process__feature-title,
  .page-index-fast-withdrawal-process__method-title,
  .page-index-fast-withdrawal-process__info-title {
    font-size: 1.3em;
  }
}