/* style/guides-withdrawal.css */
.page-guides-withdrawal {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f4f7f6;
}

.page-guides-withdrawal__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-guides-withdrawal__hero {
  background: linear-gradient(135deg, #0A2463, #FFD700);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-guides-withdrawal__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-guides-withdrawal__hero > .page-guides-withdrawal__container {
  position: relative;
  z-index: 2;
}

.page-guides-withdrawal__title {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-guides-withdrawal__subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #eee;
}

.page-guides-withdrawal__button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  border: none;
}

.page-guides-withdrawal__button--primary {
  background-color: #FFD700;
  color: #0A2463;
}

.page-guides-withdrawal__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-guides-withdrawal__button--secondary {
  background-color: #0A2463;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-guides-withdrawal__button--secondary:hover {
  background-color: #1a3a7a;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-guides-withdrawal__section {
  padding: 60px 0;
}

.page-guides-withdrawal__section:nth-of-type(even) {
  background-color: #e8eceb;
}

.page-guides-withdrawal__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-guides-withdrawal__section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-guides-withdrawal__grid-two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-guides-withdrawal__text-content p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: #444;
}

.page-guides-withdrawal__image-wrapper {
  text-align: center;
}

.page-guides-withdrawal__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-guides-withdrawal__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-guides-withdrawal__step-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-guides-withdrawal__step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-guides-withdrawal__step-icon {
  background-color: #0A2463;
  color: #FFD700;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-guides-withdrawal__step-title {
  font-size: 1.6em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-guides-withdrawal__step-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.page-guides-withdrawal__step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-guides-withdrawal__step-list {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  text-align: left;
  font-size: 0.95em;
  color: #666;
}

.page-guides-withdrawal__step-list li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}

.page-guides-withdrawal__step-list li::before {
  content: '✓';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-guides-withdrawal__method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.page-guides-withdrawal__method-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-guides-withdrawal__method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-guides-withdrawal__method-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

.page-guides-withdrawal__method-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-bottom: 15px;
}

.page-guides-withdrawal__method-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.page-guides-withdrawal__method-details {
  list-style: none;
  padding: 0;
  text-align: left;
  font-size: 0.95em;
  color: #666;
  margin-top: 20px;
}

.page-guides-withdrawal__method-details li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-guides-withdrawal__method-details li::before {
  content: '•';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.2em;
  top: -2px;
}

.page-guides-withdrawal__important-notes .page-guides-withdrawal__notes-list {
  list-style: none;
  padding: 0;
}

.page-guides-withdrawal__important-notes .page-guides-withdrawal__notes-list li {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  font-size: 1.05em;
  color: #444;
}

.page-guides-withdrawal__important-notes .page-guides-withdrawal__notes-list li strong {
  color: #0A2463;
}

.page-guides-withdrawal__important-notes .page-guides-withdrawal__notes-list li::before {
  content: '⚠️';
  position: absolute;
  left: 0;
  font-size: 1.5em;
  line-height: 1;
  top: 0px;
}

.page-guides-withdrawal__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-guides-withdrawal__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.page-guides-withdrawal__faq-item:hover {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.page-guides-withdrawal__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-guides-withdrawal__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.page-guides-withdrawal__faq-item.active .page-guides-withdrawal__faq-question::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-guides-withdrawal__faq-answer {
  font-size: 1em;
  color: #555;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
  opacity: 0;
}

.page-guides-withdrawal__faq-item.active .page-guides-withdrawal__faq-answer {
  max-height: 500px; /* Arbitrary large value */
  opacity: 1;
  margin-top: 10px;
}

.page-guides-withdrawal__cta {
  background-color: #0A2463;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-guides-withdrawal__cta .page-guides-withdrawal__section-title,
.page-guides-withdrawal__cta .page-guides-withdrawal__section-description {
  color: #fff;
}

.page-guides-withdrawal__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-guides-withdrawal__grid-two-cols {
    grid-template-columns: 1fr;
  }

  .page-guides-withdrawal__image-wrapper:first-child {
    order: 2;
  }

  .page-guides-withdrawal__title {
    font-size: 2.5em;
  }

  .page-guides-withdrawal__section-title {
    font-size: 2em;
  }

  .page-guides-withdrawal__steps-grid,
  .page-guides-withdrawal__method-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-guides-withdrawal__hero {
    padding: 60px 0;
  }

  .page-guides-withdrawal__title {
    font-size: 2em;
  }

  .page-guides-withdrawal__subtitle {
    font-size: 1em;
  }

  .page-guides-withdrawal__section {
    padding: 40px 0;
  }

  .page-guides-withdrawal__section-title {
    font-size: 1.8em;
  }

  .page-guides-withdrawal__section-description {
    font-size: 0.95em;
  }

  .page-guides-withdrawal__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-guides-withdrawal__step-card, .page-guides-withdrawal__method-card {
    padding: 25px;
  }

  .page-guides-withdrawal__method-title {
    font-size: 1.5em;
  }

  .page-guides-withdrawal__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-guides-withdrawal__title {
    font-size: 1.8em;
  }

  .page-guides-withdrawal__section-title {
    font-size: 1.6em;
  }

  .page-guides-withdrawal__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-guides-withdrawal__button {
    width: 100%;
    max-width: 280px;
  }
}