/* Scoped styles for /support-neurocub/ */

.nc-support-contribute-section .pp-benefit-header {
  text-align: left;
  margin-bottom: 1.2rem;
}

.nc-support-contribute-section .pp-benefit-header h2 {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .nc-support-contribute-section .pp-benefit-header h2 {
    font-size: 3.2rem;
  }
}

.nc-support-contribute-card {
  max-width: 52rem;
  margin: 0 auto;
  padding: 2.4rem 0 0;
}

.nc-support-contribute-intro {
  margin: 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.45;
  color: rgba(23, 23, 23, 0.75);
}

.nc-support-amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.nc-support-amount-btn {
  flex: 1 1 calc(33.333% - 0.8rem);
  min-width: 7rem;
  padding: 1rem 0.8rem;
  border: 1px solid rgba(23, 23, 23, 0.15);
  border-radius: 0.6rem;
  background: #fff;
  font: inherit;
  font-size: 1.5rem;
  font-weight: 600;
  color: #171717;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

@media (min-width: 768px) {
  .nc-support-amount-btn {
    flex: 0 1 auto;
    min-width: 8.5rem;
    padding: 1rem 1.4rem;
    font-size: 1.6rem;
  }
}

.nc-support-amount-btn:hover {
  border-color: #1e1ae0;
}

.nc-support-amount-btn.-active {
  border-color: #1e1ae0;
  background: #1e1ae0;
  color: #fff;
}

.nc-support-custom-wrap {
  margin-bottom: 1.6rem;
}

.nc-support-custom-label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.nc-support-custom-input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(23, 23, 23, 0.2);
  border-radius: 0.6rem;
  font: inherit;
  font-size: 1.6rem;
}

.nc-support-selected {
  margin: 0 0 1.6rem;
  font-size: 1.6rem;
}

.nc-support-pay-btn {
  width: 100%;
  max-width: 100%;
}

.nc-support-placeholder-msg {
  margin: 1.2rem 0 0;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #171717;
  background: rgba(30, 26, 224, 0.08);
  border-radius: 0.5rem;
}

.nc-support-disclaimer {
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(23, 23, 23, 0.08);
  font-size: 1.3rem;
  line-height: 1.45;
  color: rgba(23, 23, 23, 0.55);
}

.nc-support-disclaimer p {
  margin: 0 0 0.6rem;
}

.nc-support-gray .pp-headcap-caption1 p + p {
  margin-top: 1.6rem;
}

.nc-support-video-caption {
  margin: 1rem 0 0;
  font-size: 1.3rem;
  line-height: 1.4;
  color: rgba(23, 23, 23, 0.5);
  text-align: center;
}

@media (min-width: 768px) {
  .nc-support-video-caption {
    text-align: left;
  }
}

.nc-support-placeholder-msg.nc-support-status-error {
  background: rgba(180, 40, 40, 0.08);
  color: #171717;
}

.nc-support-thank-page {
  max-width: 52rem;
  margin: 0 auto;
  padding: 4rem 0 6rem;
}

.nc-support-thank-page h1 {
  font-size: 2.8rem;
}

.nc-support-cancel-msg {
  max-width: 52rem;
  margin: 0 auto 2rem;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  line-height: 1.45;
  color: rgba(23, 23, 23, 0.7);
  background: rgba(23, 23, 23, 0.04);
  border-radius: 0.5rem;
}

.nc-support-session-video .pp-feature-img video {
  max-width: 100%;
  height: auto;
  display: block;
}
