/* Donate Page Specific Styles */

/* Hero Section */
.donate-hero {
  margin-top: 70px;
  padding: 6rem 2rem 8rem;
  background: linear-gradient(135deg, #f5e6d3 0%, #fff9f0 100%);
  position: relative;
  overflow: hidden;
}

.donate-hero::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: var(--primary-gold);
  opacity: 0.1;
  border-radius: 50%;
}

.donate-hero::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: var(--primary-brown);
  opacity: 0.08;
  border-radius: 50%;
}

.hero-content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.donate-hero h1 {
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--primary-brown);
  line-height: 1.2;
}

.donate-hero p {
  font-size: 1.4rem;
  color: var(--text-dark);
  line-height: 1.8;
  font-style: italic;
}

/* Main Content */
.donate-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem;
  position: relative;
}

/* Volunteer Section - Modern Design */
.volunteer-section {
  background: var(--gradient-1);
  padding: 4rem;
  margin-bottom: 6rem;
  border-radius: 30px;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(200, 120, 85, 0.3);
}

.volunteer-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.volunteer-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.volunteer-hero h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: white;
  position: relative;
  z-index: 2;
  text-align: center;
}

.volunteer-intro {
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}

.volunteer-intro p {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
}

.volunteer-content {
  position: relative;
  z-index: 2;
}

.volunteer-content > p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.95);
}

/* Volunteer Fields - Simple Text */
.volunteer-fields-text {
  font-size: 1.15rem;
  color: white;
  line-height: 1.8;
  margin: 1.5rem 0 2rem;
  text-align: center;
  font-style: italic;
  font-weight: 500;
}

.volunteer-impact {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 2.5rem;
  border-radius: 20px;
  margin: 3rem 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.volunteer-impact p {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  color: white;
}

.volunteer-impact p:last-child {
  margin-bottom: 0;
}

.volunteer-invite {
  font-style: italic;
  font-weight: 600;
  font-size: 1.2rem !important;
}

.volunteer-contact {
  text-align: center;
  background: white;
  color: var(--primary-brown);
  padding: 2rem;
  border-radius: 20px;
  margin-top: 3rem;
}

.volunteer-contact h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--primary-brown);
}

.phone-number {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary-gold);
  letter-spacing: 0.5px;
}

/* Donate Reasons Section */
.donate-reasons-section {
  background: var(--bg-light);
  padding: 4rem;
  margin-bottom: 6rem;
  border-radius: 30px;
  position: relative;
}

.donate-header {
  text-align: center;
  margin-bottom: 3rem;
}

.donate-header h2 {
  font-size: 3rem;
  color: var(--primary-brown);
  font-weight: 700;
  margin-bottom: 1rem;
}

.donate-header h3 {
  font-size: 2rem;
  color: var(--primary-gold);
  font-weight: 600;
  margin-bottom: 1rem;
}

.donate-header .subtitle {
  font-size: 1.3rem;
  color: var(--text-dark);
  font-style: italic;
}

.donate-intro p {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.initiatives-intro {
  font-size: 1.2rem;
  color: var(--primary-brown);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.initiatives-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.initiatives-list li {
  font-size: 1.05rem;
  color: var(--text-dark);
  line-height: 1.8;
  margin-bottom: 1.2rem;
  padding-left: 1.8rem;
  position: relative;
}

.initiatives-list li::before {
  content: "→";
  color: var(--primary-gold);
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.initiatives-list li strong {
  color: var(--primary-brown);
  font-weight: 600;
}

/* Account Details Simple */
.account-details-simple {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  margin: 3rem auto;
  max-width: 700px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.account-details-simple h3 {
  font-size: 1.5rem;
  color: var(--primary-brown);
  margin-bottom: 2rem;
  font-weight: 600;
}

.account-details-simple p {
  font-size: 1.05rem;
  color: var(--text-dark);
  line-height: 1.9;
  margin-bottom: 1rem;
}

.account-details-simple strong {
  color: var(--primary-brown);
  font-weight: 600;
  display: inline-block;
  margin-right: 0.5rem;
}

.tax-note {
  margin-top: 1.5rem;
  font-size: 1.05rem;
  color: var(--primary-gold);
  font-weight: 600;
  font-style: italic;
}

/* CSR Section */
.csr-section {
  background: var(--gradient-1);
  padding: 4rem;
  margin-bottom: 6rem;
  border-radius: 30px;
  color: white;
  position: relative;
  overflow: hidden;
}

.csr-section::before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.csr-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}

.csr-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.csr-content p {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.95);
}

.csr-highlight {
  font-size: 1.3rem !important;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-top: 2rem !important;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
}

/* Volunteer Action Section */
.volunteer-action-section {
  background: var(--bg-light);
  padding: 4rem;
  margin-bottom: 3rem;
  border-radius: 30px;
}

.volunteer-action-section h2 {
  font-size: 2.5rem;
  color: var(--primary-brown);
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.action-content {
  max-width: 900px;
  margin: 0 auto;
}

.action-content > p {
  font-size: 1.15rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.action-list {
  background: white;
  padding: 2rem 2rem 2rem 3rem;
  border-radius: 20px;
  margin: 2rem 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.action-list li {
  font-size: 1.15rem;
  color: var(--text-dark);
  line-height: 2.2;
  padding-left: 0.5rem;
  position: relative;
}

.action-list li::marker {
  color: var(--primary-gold);
  font-weight: bold;
}

.action-philosophy {
  font-size: 1.2rem !important;
  font-style: italic;
  color: var(--primary-brown) !important;
  text-align: center;
  margin: 2.5rem 0 1.5rem !important;
}

.action-invite {
  font-size: 1.15rem !important;
  font-weight: 600;
  text-align: center;
  color: var(--primary-gold) !important;
}

/* Account Details Section */
.account-section {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 4rem;
  margin-bottom: 4rem;
  border-radius: 30px;
  color: white;
  position: relative;
  overflow: hidden;
}

.account-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.account-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}

.account-details {
  max-width: 700px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 3rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}

.account-name {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-gold);
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 0.5px;
}

.account-info {
  margin-bottom: 2rem;
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem;
  margin-bottom: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  border-left: 4px solid var(--primary-gold);
}

.info-row:last-child {
  margin-bottom: 0;
}

.info-row .label {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  min-width: 120px;
}

.info-row .value {
  font-size: 1.15rem;
  font-weight: 700;
  color: white;
  text-align: right;
  flex: 1;
  letter-spacing: 0.5px;
}

.tax-benefit {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 2rem;
  padding: 1.5rem;
  background: rgba(255, 215, 0, 0.15);
  border-radius: 12px;
  color: #ffd700;
  font-weight: 600;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

/* Quote Section */
.quote-section {
  background: var(--gradient-2);
  padding: 3rem 2.5rem;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 15px 50px rgba(200, 120, 85, 0.2);
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.quote-section::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  font-size: 150px;
  color: rgba(255, 255, 255, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
}

.quote-section p {
  font-size: 1.5rem;
  font-style: italic;
  color: white;
  line-height: 1.8;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 968px) {
}

@media (max-width: 768px) {
  .volunteer-section,
  .donate-reasons-section,
  .csr-section,
  .volunteer-action-section,
  .account-section {
    padding: 3rem 2rem;
  }

  .donate-hero {
    padding: 4rem 1.5rem 6rem;
  }

  .donate-header h2 {
    font-size: 2.2rem;
  }

  .donate-header h3 {
    font-size: 1.6rem;
  }

  .volunteer-hero h2 {
    font-size: 2rem;
  }

  .field-tag {
    font-size: 0.85rem;
    padding: 0.6rem 1.2rem;
  }

  .info-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .info-row .value {
    text-align: left;
  }

  .account-details {
    padding: 2rem 1.5rem;
  }

  .quote-section p {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .donate-hero {
    padding: 3rem 1rem 4rem;
  }

  .donate-hero h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .donate-hero p {
    font-size: 1.1rem;
  }

  .donate-content {
    padding: 2rem 1rem;
  }

  .volunteer-section {
    padding: 2rem 1rem;
    margin-bottom: 3rem;
    border-radius: 20px;
  }

  .volunteer-hero h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }

  .volunteer-intro p {
    font-size: 1.05rem;
  }

  .volunteer-content > p {
    font-size: 1rem;
  }

  .volunteer-fields-text {
    font-size: 1rem;
  }

  .volunteer-impact {
    padding: 1.5rem;
    margin: 2rem 0;
  }

  .volunteer-impact p {
    font-size: 1rem;
  }

  .volunteer-contact {
    padding: 1.5rem 1rem;
    margin-top: 2rem;
  }

  .volunteer-contact h3 {
    font-size: 1.1rem;
  }

  .phone-number {
    font-size: 1.2rem;
  }

  .donate-reasons-section {
    padding: 2rem 1rem;
    margin-bottom: 3rem;
    border-radius: 20px;
  }

  .donate-header h2 {
    font-size: 1.8rem;
  }

  .donate-header h3 {
    font-size: 1.4rem;
  }

  .donate-header .subtitle {
    font-size: 1.05rem;
  }

  .donate-intro p {
    font-size: 1rem;
  }

  .initiatives-intro {
    font-size: 1.05rem;
  }

  .initiatives-list li {
    font-size: 1rem;
  }

  .account-details-simple {
    padding: 2rem 1rem;
    margin: 2rem auto;
  }

  .account-details-simple h3 {
    font-size: 1.3rem;
  }

  .account-details-simple p {
    font-size: 1rem;
  }

  .tax-note {
    font-size: 0.95rem;
  }

  .csr-section {
    padding: 2rem 1rem;
    margin-bottom: 3rem;
    border-radius: 20px;
  }

  .csr-section h2 {
    font-size: 1.6rem;
  }

  .csr-content p {
    font-size: 1rem;
  }

  .csr-highlight {
    font-size: 1.1rem !important;
    padding: 1rem;
  }

  .volunteer-action-section {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: 20px;
  }

  .volunteer-action-section h2 {
    font-size: 1.6rem;
  }

  .action-content > p {
    font-size: 1rem;
  }

  .action-list {
    padding: 1.5rem;
  }

  .action-list li {
    font-size: 1rem;
  }

  .action-philosophy {
    font-size: 1.05rem !important;
  }

  .action-invite {
    font-size: 1rem !important;
  }

  .account-section {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: 20px;
  }

  .account-section h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .account-details {
    padding: 1.5rem 1rem;
  }

  .account-name {
    font-size: 1.4rem;
  }

  .info-row .label {
    font-size: 1rem;
  }

  .info-row .value {
    font-size: 1rem;
  }

  .tax-benefit {
    font-size: 1rem;
    padding: 1rem;
  }

  .quote-section {
    padding: 2rem 1.5rem;
    border-radius: 20px;
  }

  .quote-section p {
    font-size: 1.1rem;
  }
}
