/* Donate Page Styles */

/* Hero Section - Center text and constrain subtitle width */
.home-page-update .hero-section .hero-div .hero-frame .header-text {
  text-align: center;
}

.home-page-update .hero-section .hero-div .hero-frame .header-text .font-18px.home {
  max-width: 680px;
  margin: 0 auto;
}

/* Hero Section - Donate Prompt & Buttons */
.donate-prompt {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 16px;
}

.donate-prompt-text {
  font-family: Satoshi, sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #131313;
  line-height: 1.5;
}

.donate-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.donate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 8px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.donate-btn-outline {
  background-color: transparent;
  border: 2px solid #53389e;
  color: #53389e;
}

.donate-btn-outline:hover {
  background-color: #53389e;
  color: white;
}

.donate-btn-filled {
  background-color: #53389e;
  border: 2px solid #53389e;
  color: white;
}

.donate-btn-filled:hover {
  background-color: #42307d;
  border-color: #42307d;
}

.donate-btn-text,
.donate-btn-text-white {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.donate-btn-text {
  color: #53389e;
}

.donate-btn-outline:hover .donate-btn-text {
  color: white;
}

.donate-btn-text-white {
  color: white;
}

/* Challenge Section - Full dark purple background */
.donate-challenge-wrapper {
  background-color: #2C003C;
  padding: 80px 0;
}

.donate-challenge-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.donate-challenge-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.donate-challenge-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Challenge title - white text on purple bg */
.challenge-title-box {
  margin-bottom: 16px;
}

.challenge-title-the {
  display: block;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.challenge-title-main {
  display: block;
  font-family: Satoshi, sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.88px;
  line-height: 51.24px;
}

.challenge-intro {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.challenge-subsection {
  margin-top: 16px;
}

.challenge-subsection .subtitle {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.challenge-subsection .body-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.challenge-highlight {
  font-weight: 600;
  font-style: italic;
  color: rgba(255, 255, 255, 0.95);
}

.challenge-subsection-title {
  margin-top: 32px;
  margin-bottom: 16px;
}

.challenge-subsection-title .subtitle {
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.challenge-bullet-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.challenge-bullet {
  padding-left: 0;
}

.challenge-bullet .subtitle {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.challenge-bullet .body-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.donate-challenge-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.challenge-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* Impact Section (Why Your Donation Matters) */
.donate-impact-section {
  background-color: #ffffff;
  padding: 80px 24px;
}

.donate-impact-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.donate-impact-image {
  display: flex;
  justify-content: center;
}

.impact-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.donate-impact-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.donate-impact-text .section-title-2 {
  text-align: left;
  margin-bottom: 8px;
}

.donate-impact-text .body-text {
  margin-bottom: 16px;
}

.donate-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 8px;
}

.donate-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.donate-stat-number {
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #131313;
  line-height: 1.2;
}

.donate-stat-label {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #475467;
  line-height: 1.5;
}

/* Testimonials Section */
.donate-testimonials-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
}

.donate-testimonials-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.donate-testimonials-header .section-title-2 {
  margin-bottom: 0;
  text-align: left;
}

.testimonials-nav {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.testimonial-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d0d5dd;
  background-color: white;
  color: #344054;
  cursor: pointer;
  transition: all 0.2s ease;
}

.testimonial-nav-btn:hover {
  border-color: #7f56d9;
  color: #7f56d9;
}

.donate-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.donate-testimonial-card {
  background-color: white;
  border: 1px solid #eaecf0;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  transition: box-shadow 0.2s ease;
}

.donate-testimonial-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-quote {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #344054;
  flex-grow: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-author-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-author-name {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #101828;
}

.testimonial-author-role {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  color: #667085;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .donate-challenge-content,
  .donate-impact-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .donate-challenge-image,
  .donate-impact-image {
    order: -1;
  }

  .donate-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .donate-stats-grid {
    gap: 24px;
  }

  .donate-stat-number {
    font-size: 28px;
  }

  .challenge-title-main {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .donate-challenge-wrapper {
    padding: 60px 0;
  }

  .donate-challenge-section,
  .donate-testimonials-section {
    padding: 0 16px;
  }

  .donate-impact-section {
    padding: 60px 16px;
  }

  .donate-buttons {
    flex-direction: column;
    align-items: center;
  }

  .donate-btn {
    width: 100%;
    max-width: 280px;
  }

  .donate-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .donate-testimonials-header {
    text-align: center;
  }

  .donate-testimonials-header .section-title-2 {
    text-align: center;
  }

  .testimonials-nav {
    justify-content: center;
  }

  .challenge-title-main {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .donate-prompt-text {
    font-size: 18px;
  }

  .donate-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .donate-stat-number {
    font-size: 26px;
  }

  .donate-stat-label {
    font-size: 13px;
  }

  .donate-testimonial-card {
    padding: 20px;
  }

  .testimonial-quote {
    font-size: 14px;
  }

  .challenge-intro {
    font-size: 16px;
  }

  .challenge-subsection .subtitle {
    font-size: 15px;
  }

  .challenge-subsection .body-text {
    font-size: 14px;
  }

  .challenge-subsection-title .subtitle {
    font-size: 18px;
  }

  .challenge-bullet .subtitle {
    font-size: 15px;
  }

  .challenge-bullet .body-text {
    font-size: 14px;
  }
}

/* FAQ Section */
.donate-faq-section {
  background-color: #f9fafb;
  padding: 80px 24px;
}

.donate-faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.donate-faq-section .section-title-2 {
  text-align: center;
  margin-bottom: 48px;
}

.donate-faq-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.faq-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.faq-item.active {
  border-color: #53389e;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 16px;
}

.faq-question-text {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #131313;
  line-height: 1.5;
}

.faq-chevron {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #667085;
  transition: transform 0.3s ease, color 0.2s ease;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
  color: #53389e;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #475467;
  line-height: 1.7;
  margin: 0;
  padding: 0 24px 20px 24px;
}

.faq-link {
  color: #53389e;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.faq-link:hover {
  color: #42307d;
}

/* FAQ Responsive */
@media (max-width: 767px) {
  .donate-faq-section {
    padding: 60px 16px;
  }

  .donate-faq-section .section-title-2 {
    margin-bottom: 32px;
  }

  .faq-question {
    padding: 16px 20px;
  }

  .faq-question-text {
    font-size: 15px;
  }

  .faq-answer p {
    font-size: 14px;
    padding: 0 20px 16px 20px;
  }
}

@media (max-width: 479px) {
  .faq-question {
    padding: 14px 16px;
  }

  .faq-question-text {
    font-size: 14px;
  }

  .faq-chevron {
    width: 20px;
    height: 20px;
  }

  .faq-answer p {
    padding: 0 16px 14px 16px;
  }
}
