/* ===== Support Texinterest - About Us Section ===== */
.support-section {
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
  border-radius: 16px;
  padding: 2.5rem;
  border: 1px solid #ffe0e0;
}

.support-card {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid #eee;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  height: 100%;
}

.support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.support-card-featured {
  border: 2px solid #e74c3c;
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}

.support-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #e74c3c;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.support-icon {
  font-size: 2.5rem;
  color: #e74c3c;
  margin-bottom: 1rem;
}

.support-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.support-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: #e74c3c;
  margin-bottom: 0.5rem;
}

.support-card p {
  font-size: 0.9rem;
  color: #666;
}

.btn-support {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  background: #fff;
  color: #e74c3c;
  border: 2px solid #e74c3c;
  transition: all 0.2s ease;
  text-decoration: none;
  margin-top: 0.5rem;
}

.btn-support:hover {
  background: #e74c3c;
  color: #fff;
  text-decoration: none;
}

.btn-support-featured {
  background: #e74c3c;
  color: #fff;
}

.btn-support-featured:hover {
  background: #c0392b;
  border-color: #c0392b;
  color: #fff;
}

.support-note {
  margin-top: 1.5rem;
}

.support-note p {
  font-size: 0.85rem;
}

/* ===== Dedicated Support Us Page ===== */
.support-page {
  max-width: 960px;
  margin: 0 auto;
}

.support-hero {
  padding: 3rem 1rem 2rem;
}

.support-hero h1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}

.support-hero h1 i {
  color: #e74c3c;
}

.support-hero .lead {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* Impact Section */
.support-impact h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.impact-item {
  padding: 1.5rem 1rem;
  border-radius: 12px;
  background: #f8f9fa;
  transition: background 0.2s;
}

.impact-item:hover {
  background: #fff5f5;
}

.impact-item i {
  font-size: 2rem;
  color: #e74c3c;
  margin-bottom: 0.75rem;
  display: block;
}

.impact-item p {
  margin: 0;
  font-weight: 500;
  color: #444;
  font-size: 0.9rem;
}

/* Tier Cards */
.donation-tiers h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.tier-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.tier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.tier-card-featured {
  border: 2px solid #e74c3c;
}

.tier-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #e74c3c;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

.tier-icon {
  font-size: 2rem;
  color: #e74c3c;
  margin-bottom: 0.75rem;
}

.tier-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.25rem;
}

.tier-amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e74c3c;
  margin-bottom: 0.25rem;
}

.tier-desc {
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 1rem;
}

.btn-tier {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.85rem;
  background: #fff;
  color: #e74c3c;
  border: 2px solid #e74c3c;
  transition: all 0.2s ease;
  text-decoration: none;
}

.btn-tier:hover {
  background: #e74c3c;
  color: #fff;
  text-decoration: none;
}

.btn-tier-featured {
  background: #e74c3c;
  color: #fff;
}

.btn-tier-featured:hover {
  background: #c0392b;
  border-color: #c0392b;
}

/* Custom Amount */
.custom-amount-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  max-width: 500px;
  margin: 0 auto;
}

.custom-amount-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.custom-input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.custom-input-group:focus-within {
  border-color: #e74c3c;
}

.currency-symbol {
  padding: 0 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #666;
}

.custom-input-group input {
  flex: 1;
  border: none;
  padding: 12px 8px;
  font-size: 1.1rem;
  outline: none;
  min-width: 0;
}

.btn-custom-donate {
  padding: 12px 24px;
  background: #e74c3c;
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.btn-custom-donate:hover {
  background: #c0392b;
}

/* Other Support */
.other-support h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}

.other-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
  transition: box-shadow 0.2s;
}

.other-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.other-card > i {
  font-size: 2rem;
  color: #e74c3c;
  margin-bottom: 1rem;
  display: block;
}

.other-card h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.other-card p {
  font-size: 0.85rem;
  color: #666;
}

.share-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0.75rem;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #333;
  font-size: 1rem;
  transition: all 0.2s;
  text-decoration: none;
}

.share-btn:hover {
  background: #e74c3c;
  color: #fff;
  text-decoration: none;
}

/* Trust Section */
.trust-section {
  padding: 1.5rem;
  border-top: 1px solid #eee;
}

.trust-section p {
  margin-bottom: 0.25rem;
}

/* Responsive */
@media (max-width: 768px) {
  .support-hero h1 {
    font-size: 1.6rem;
  }

  .support-section {
    padding: 1.5rem;
  }

  .custom-amount-card {
    padding: 1.5rem;
  }

  .custom-input-group {
    flex-wrap: wrap;
  }

  .btn-custom-donate {
    width: 100%;
    margin-top: 8px;
    border-radius: 0 0 6px 6px;
  }
}
