.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.is-hidden,
[hidden] {
  display: none !important;
}

body.no-scroll {
  overflow: hidden;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.progress-bar-native {
  width: 100%;
  height: 8px;
  margin: 1rem 0 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--gray-200);
}

.progress-bar-native::-webkit-progress-bar {
  background-color: var(--gray-200);
}

.progress-bar-native::-webkit-progress-value {
  background: linear-gradient(135deg, #feca2e, #1e6f43);
}

.progress-bar-native::-moz-progress-bar {
  background: linear-gradient(135deg, #feca2e, #1e6f43);
}

.custom-amount[hidden],
.legal-modal[hidden] {
  display: none !important;
}

.back-to-top {
  opacity: 0;
  visibility: hidden;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.support-call {
  background: white url("Background/Background-Bao-Main.png") fixed center/cover;
  backdrop-filter: blur(3px);
}

.support-call .container {
  background: var(--white);
  padding: 3rem;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
}

.support-call__panel {
  display: grid;
  gap: 2.5rem;
}

.support-call__header {
  margin-bottom: 0;
}

.support-call__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--primary-dark);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-call__title {
  color: var(--secondary-color);
}

.support-call__header .section-subtitle {
  max-width: 60ch;
  color: var(--gray-700);
}

.support-call__lead {
  font-size: 1.15rem;
  line-height: 1.7;
}

.support-call__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-height: 100%;
}

.support-call__context {
  margin: 0;
  max-width: 72ch;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--gray-900);
}

.support-call__closing {
  margin: 0;
  margin-top: auto;
  max-width: 72ch;
  color: var(--gray-700);
}

.support-call__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
  gap: 2.5rem;
  align-items: stretch;
}

.support-call__section-heading {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}

.support-call__section-heading h3,
.support-call__video-card h3 {
  margin: 0;
  color: var(--gray-900);
}

.support-call__rule {
  width: 3rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
}

.support-call__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.support-call__card,
.support-call__video-card {
  background: linear-gradient(180deg, #fffdf7, var(--white));
  border: 1px solid rgba(69, 69, 238, 0.08);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-sm);
}

.support-call__card {
  padding: 1.5rem;
}

.support-call__card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  padding: 0.4rem 0.75rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(254, 202, 46, 0.16);
  color: var(--secondary-color);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.support-call__card h4 {
  margin-bottom: 0.75rem;
  color: var(--gray-900);
  font-size: 1.2rem;
}

.support-call__card p,
.support-call__video-card p,
.support-call__note,
.support-call__signature span {
  color: var(--gray-600);
}

.support-call__aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
}

.support-call__video-card {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(69, 69, 238, 0.05), var(--white));
}

.support-call__tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(69, 69, 238, 0.08);
  color: var(--primary-dark);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.support-call__btn {
  width: 100%;
  justify-content: center;
}

.support-call__btn--secondary {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.support-call__btn--secondary:hover {
  background: var(--primary-color);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.support-call__actions {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
}

.support-call__signature {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-200);
}

.support-call__signature strong {
  color: var(--gray-900);
}

.donation-calculation {
  margin-top: 1rem;
  padding: 1rem;
  background: #ecfdf5;
  border: 1px solid #d1fae5;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.donation-calculation__title {
  color: #059669;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.donation-calculation__details {
  color: #374151;
}

.notification {
  position: fixed;
  top: 100px;
  right: 2rem;
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 4000;
  transform: translateX(120%);
  transition: transform 0.3s ease;
  max-width: 320px;
  font-weight: 500;
}

.notification.is-visible {
  transform: translateX(0);
}

.notification-success {
  background: #10b981;
}

.notification-error {
  background: #ef4444;
}

.notification-info {
  background: #3b82f6;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3500;
}

.lightbox.is-visible {
  opacity: 1;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  transform: scale(0.92);
  transition: transform 0.3s ease;
}

.lightbox.is-visible .lightbox-content {
  transform: scale(1);
}

.lightbox-content img {
  width: 100%;
  height: auto;
  max-width: 90vw;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 0.5rem;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
  background: transparent;
  border: none;
}

.lightbox-close:hover {
  opacity: 0.7;
}

.lightbox-info {
  background: white;
  padding: 1.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  text-align: center;
}

.lightbox-info h3 {
  margin: 0 0 0.5rem;
  color: var(--gray-900);
}

.lightbox-info p {
  margin: 0;
  color: var(--gray-600);
}

@media (max-width: 768px) {
  .notification {
    right: 1rem;
    left: 1rem;
    max-width: none;
  }

  .support-call__panel {
    gap: 2rem;
  }

  .support-call .container {
    padding: 2rem 1.25rem;
  }

  .support-call__layout,
  .support-call__cards {
    grid-template-columns: 1fr;
  }

  .support-call__lead {
    font-size: 1.05rem;
  }

  .lightbox {
    padding: 1rem;
  }

  .lightbox-content {
    max-width: 95vw;
  }

  .lightbox-close {
    top: -30px;
    font-size: 1.5rem;
  }

  .lightbox-info {
    padding: 1rem;
  }
}
