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

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

body.no-scroll {
  overflow: hidden;
}

.hamburger {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.hamburger:hover,
.hamburger:active,
.hamburger:focus,
.hamburger:focus-visible {
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.hamburger:focus-visible span {
  background-color: var(--primary-color);
}

.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__context {
  margin: 0;
  max-width: 100ch;
  margin-inline: auto;
  font-size: clamp(1rem, 0.96rem + 0.3vw, 1.08rem);
  line-height: 1.8;
  color: var(--gray-800);
  text-align: center;
  text-wrap: pretty;
}

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

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

.support-call__cards {
  grid-column: 1;
  grid-row: 1;
}

.support-call__video-card {
  grid-column: 2;
  grid-row: 1;
}

.support-call__closing {
  grid-column: 1;
  grid-row: 2;
}

.support-call__actions {
  grid-column: 2;
  grid-row: 2;
}

.support-call__section-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 0.875rem;
  margin-bottom: 0;
}

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

.support-call__section-heading h3 {
  min-width: 0;
  line-height: 1.15;
}

.support-call__video-card h3 {
  font-size: 1.5rem;
}

.support-call__rule {
  flex: 0 0 clamp(2.25rem, 8vw, 3rem);
  width: clamp(2.25rem, 8vw, 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;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.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 {
  margin-bottom: 0;
  color: var(--gray-600);
}

.support-call__video-card {
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(69, 69, 238, 0.05), var(--white));
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.support-call__tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  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__video-card .support-call__btn,
.support-call__note {
  margin-top: auto;
}

.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;
}

@media (max-width: 1080px) {
  .support-call .container {
    padding: 2.5rem 2rem;
  }

  .support-call__panel {
    gap: 2.25rem;
  }

  .support-call__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2rem;
  }

  .support-call__cards {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .support-call__video-card {
    grid-column: auto;
    grid-row: auto;
  }

  .support-call__closing {
    grid-column: auto;
    grid-row: auto;
  }

  .support-call__actions {
    grid-column: auto;
    grid-row: auto;
    align-content: stretch;
  }
}

.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) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .notification {
    right: 1rem;
    left: 1rem;
    max-width: none;
  }

  .hero {
    height: auto;
    min-height: clamp(520px, 74svh, 640px);
    padding: 5.5rem 0 3.5rem;
    background-attachment: scroll;
  }

  .hero-content {
    width: 100%;
    max-width: min(100%, 30rem);
    padding: 0 1.25rem;
  }

  .hero-title {
    font-size: clamp(2rem, 9vw, 2.5rem);
    margin-bottom: 1rem;
  }

  .title-highlight {
    font-size: clamp(2.35rem, 11.5vw, 3.35rem);
    line-height: 1.05;
  }

  .title-subtitle {
    font-size: clamp(1.05rem, 5.2vw, 1.35rem);
    line-height: 1.25;
    max-width: 18rem;
    margin-inline: auto;
    white-space: normal;
    text-wrap: balance;
  }

  .hero-description {
    max-width: 28rem;
    margin-bottom: 1.5rem;
    line-height: 1.55;
  }

  .hero-buttons .btn {
    width: min(100%, 15rem);
    justify-content: center;
  }

  .scroll-indicator {
    bottom: 1rem;
  }

  .title-highlight,
  .title-subtitle,
  .support-call__title,
  .support-call__section-heading h3,
  .support-call__video-card h3 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: balance;
  }

  .support-call__panel {
    gap: 2rem;
  }

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

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

  .support-call__section-heading {
    column-gap: 0.75rem;
  }

  .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;
  }
}

@media (max-width: 640px) {
  .support-call__section-heading {
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
    margin-bottom: 0.5rem;
  }

  .support-call__rule {
    display: none;
  }

  .support-call__card,
  .support-call__video-card {
    padding: 1.25rem;
  }

  .support-call__context,
  .support-call__closing {
    font-size: 1rem;
    line-height: 1.7;
  }

  .support-call__context {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .hero,
  .hero-content,
  .hero-title,
  .hero-description,
  .support-call,
  .support-call .container,
  .support-call__panel,
  .support-call__layout,
  .support-call__cards,
  .support-call__card,
  .support-call__video-card,
  .support-call__closing,
  .support-call__actions {
    max-width: 100%;
    min-width: 0;
  }

  .hero {
    min-height: clamp(500px, 72svh, 600px);
    padding-top: 5rem;
  }

  .title-highlight {
    font-size: clamp(2.25rem, 11vw, 2.75rem);
  }

  .title-subtitle {
    font-size: clamp(1rem, 4.8vw, 1.2rem);
  }

  .support-call .container {
    width: 100%;
    overflow: hidden;
    padding: 1.5rem 1rem;
  }

  .support-call__title {
    max-width: 18rem;
    margin-inline: auto;
    font-size: clamp(1.8rem, 7.4vw, 2rem);
  }

  .support-call__section-heading h3 {
    max-width: calc(100vw - 2rem);
    font-size: clamp(1.65rem, 7vw, 1.85rem);
    text-align: center;
    white-space: normal;
  }

  .support-call__card p,
  .support-call__video-card p,
  .support-call__context,
  .support-call__closing {
    overflow-wrap: break-word;
  }
}
