.page-nonprofit-event-management-software {
  --np-bg: #020617;
  --np-bg-soft: #080d1b;
  --np-surface: #101521;
  --np-surface-2: #171c29;
  --np-surface-3: #1d2331;
  --np-text: #f4f6fb;
  --np-text-soft: #d7dce6;
  --np-muted: #9ea6b5;
  --np-muted-2: #70798b;
  --np-line: rgba(255, 255, 255, .1);
  --np-line-strong: rgba(255, 255, 255, .16);
  --np-blue: #1b6dff;
  --np-blue-strong: #125de3;
  --np-blue-soft: #78a3f2;
}

.page-nonprofit-event-management-software .main {
  overflow: hidden;
  padding: 0;
  color: var(--np-text);
  background: var(--np-bg);
}

.page-nonprofit-event-management-software .main > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.page-nonprofit-event-management-software .main a:focus-visible,
.page-nonprofit-event-management-software .main summary:focus-visible {
  outline: 3px solid #8bc0ff;
  outline-offset: 4px;
}

.np-shell,
.np-hero__inner,
.np-hero__rail,
.np-final__inner {
  width: min(calc(100% - 3rem), 1240px);
  margin-inline: auto;
}

.np-kicker {
  display: flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 1.15rem;
  color: var(--np-blue-soft);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.np-kicker > span {
  width: .55rem;
  height: .55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
}

.np-kicker--dark {
  color: var(--np-blue-soft);
}

.np-hero h1,
.np-pricing h2,
.np-section-heading h2,
.np-journey h2,
.np-community h2,
.np-faq h2,
.np-final h2 {
  margin: 0;
  color: var(--np-text);
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -.052em;
  line-height: 1.02;
  text-wrap: balance;
}

.np-hero {
  position: relative;
  color: var(--np-text);
  background: linear-gradient(180deg, #070b16 0%, #020617 100%);
}

.np-hero::before {
  content: none;
}

.np-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: min(50rem, 100vh);
  grid-template-columns: minmax(0, 1.18fr) minmax(21rem, .82fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(7rem, 11vw, 10rem) clamp(5rem, 8vw, 7rem);
}

.np-hero__copy {
  min-width: 0;
}

.np-hero__visual {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.np-hero__app-picture {
  display: block;
  width: min(100%, 22rem);
  height: auto;
}

.np-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.np-hero h1 em {
  color: #b6c9ed;
  font-style: normal;
}

.np-hero__lede {
  max-width: 42rem;
  margin: 1.8rem 0 0;
  color: var(--np-text-soft);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.72;
}

.np-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  align-items: center;
  margin-top: 2rem;
}

.np-actions--center {
  justify-content: center;
}

.np-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .9rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .91rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.np-button:hover {
  transform: translateY(-2px);
}

.np-button--lime {
  color: #fff;
  background: linear-gradient(180deg, var(--np-blue), var(--np-blue-strong));
  box-shadow: 0 14px 30px rgba(27, 109, 255, .22);
}

.np-button--lime:hover {
  color: #fff;
  background: linear-gradient(180deg, #2b7aff, #1763ec);
  box-shadow: 0 16px 34px rgba(27, 109, 255, .32);
}

.np-button--ghost {
  color: var(--np-text);
  background: rgba(255, 255, 255, .055);
}

.np-button--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, .09);
}

.np-hero__note {
  margin: 1rem 0 0;
  color: var(--np-muted-2);
  font-size: .72rem;
  line-height: 1.5;
}

.np-hero__rail {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--np-muted);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.np-hero__rail i {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--np-blue);
}

.np-pricing {
  display: grid;
  grid-template-columns: minmax(18rem, .72fr) minmax(30rem, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  margin-top: clamp(5rem, 9vw, 9rem);
  padding: clamp(2.5rem, 5vw, 4.75rem);
  border-radius: 28px;
  background: linear-gradient(180deg, #121722, #0a0e17);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.np-pricing h2,
.np-section-heading h2,
.np-community h2,
.np-faq h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
}

.np-pricing__details > p {
  max-width: 39rem;
  margin: 0;
  color: var(--np-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.np-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .7rem;
  margin-top: 2.4rem;
}

.np-pricing__grid article {
  min-width: 0;
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
}

.np-pricing__grid svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: none;
  stroke: var(--np-blue-soft);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.np-pricing__grid h3 {
  margin: 2.3rem 0 .7rem;
  color: var(--np-text);
  font-size: .95rem;
  line-height: 1.35;
}

.np-pricing__grid p {
  margin: 0;
  color: var(--np-muted);
  font-size: .75rem;
  line-height: 1.65;
}

.np-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-block: .65rem;
  color: #b9d4ff;
  font-size: .82rem;
  font-weight: 800;
}

.np-text-link:hover {
  color: #fff;
}

.np-events {
  display: grid;
  grid-template-columns: minmax(19rem, .72fr) minmax(30rem, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  margin-top: clamp(6rem, 11vw, 11rem);
  align-items: start;
}

.np-section-heading > p:last-child,
.np-faq__header > p:last-child {
  max-width: 35rem;
  margin: 1.4rem 0 0;
  color: var(--np-muted);
  font-size: .96rem;
  line-height: 1.7;
}

.np-events__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.np-events__list li {
  display: flex;
  min-height: 5.25rem;
  align-items: center;
  gap: .9rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  color: var(--np-text-soft);
  background: rgba(255, 255, 255, .04);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.35;
}

.np-events__list li::before {
  width: .55rem;
  height: .55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--np-blue);
  content: "";
}

.np-journey {
  margin-top: clamp(6rem, 11vw, 11rem);
  padding: clamp(2.5rem, 5vw, 5rem);
  border-radius: 28px;
  color: var(--np-text);
  background: linear-gradient(180deg, #0d121d, #070b13);
}

.np-journey__header {
  display: grid;
  grid-template-columns: minmax(12rem, .55fr) minmax(24rem, 1.45fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  padding-bottom: clamp(2.25rem, 3.5vw, 3.5rem);
}

.np-journey__header .np-kicker {
  margin-bottom: .4rem;
}

.np-journey h2 {
  max-width: 16ch;
  font-size: clamp(2.1rem, 3.8vw, 3.75rem);
}

.np-step {
  display: grid;
  grid-template-columns: minmax(19rem, .72fr) minmax(30rem, 1.28fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.np-step:first-of-type {
  padding-top: clamp(2.25rem, 4vw, 3.75rem);
}

.np-step--checkin {
  grid-template-columns: minmax(30rem, 1.28fr) minmax(19rem, .72fr);
}

.np-step__copy {
  min-width: 0;
}

.np-step__number {
  display: block;
  margin-bottom: 1.35rem;
  color: var(--np-blue-soft);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.np-step h3 {
  max-width: 18ch;
  margin: 0;
  color: var(--np-text);
  font-size: clamp(1.6rem, 2.35vw, 2.3rem);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.np-step__copy > p {
  max-width: 34rem;
  margin: 1.3rem 0 0;
  color: var(--np-muted);
  font-size: .93rem;
  line-height: 1.72;
}

.np-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}

.np-feature-list li {
  padding: .66rem .78rem;
  border-radius: 999px;
  color: #c8cfda;
  background: rgba(255, 255, 255, .06);
  font-size: .64rem;
  line-height: 1.35;
}

.np-step__visual {
  min-width: 0;
  overflow: visible;
  margin: 0;
  border-radius: 0;
  color: var(--np-text);
  background: transparent;
  box-shadow: none;
}

.np-step__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.np-step__visual--paper {
  position: static;
  aspect-ratio: auto;
  overflow: hidden;
  padding: 0;
  border-radius: 16px;
  background: transparent;
}

.np-step__visual img.np-supplied-builder {
  position: static;
  width: 100%;
  max-width: 100%;
  margin: 0;
  transform: none;
}

.np-step__visual--paper figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.np-step__visual--lime {
  padding: 0;
  background: transparent;
}

.np-step__visual--lime img {
  max-height: 31rem;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, .46));
}

.np-step__visual--dashboard {
  padding: 0;
  background: transparent;
}

.np-step__visual figcaption {
  display: none;
  min-height: 4.1rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
  color: var(--np-text-soft);
  background: #0b1019;
  font-size: .72rem;
  font-weight: 800;
}

.np-step__visual figcaption span {
  color: var(--np-muted-2);
  font-size: .59rem;
  font-weight: 600;
  text-align: end;
}

.np-community {
  position: relative;
  margin-top: clamp(6rem, 11vw, 11rem);
  overflow: hidden;
  background: linear-gradient(180deg, #0d121d, #070b13);
}

.np-community__inner {
  display: grid;
  min-height: 47rem;
  grid-template-columns: minmax(20rem, .85fr) minmax(28rem, 1.15fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(4rem, 8vw, 8rem);
}

.np-community__copy > p:not(.np-kicker) {
  max-width: 36rem;
  margin: 1.45rem 0 0;
  color: var(--np-muted);
  font-size: .96rem;
  line-height: 1.7;
}

.np-feature-list--light li {
  color: var(--np-text-soft);
  background: rgba(255, 255, 255, .06);
}

.np-phone-stage {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1.28fr) minmax(0, .72fr);
  gap: 1rem;
  align-items: end;
}

.np-phone-stage__label {
  display: none;
}

.np-phone-stage img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.np-phone-stage img.np-phone-stage__back {
  width: 100%;
  opacity: 1;
  transform: none;
}

.np-phone-stage img.np-phone-stage__front {
  width: 100%;
  transform: none;
}

.np-phone-stage--single {
  display: block;
}

.np-phone-stage--single img.np-phone-stage__back {
  width: min(100%, 34rem);
  margin-inline: auto;
}

.np-faq {
  display: grid;
  grid-template-columns: minmax(19rem, .72fr) minmax(30rem, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  margin-top: clamp(6rem, 11vw, 11rem);
  padding-top: clamp(3rem, 5vw, 5rem);
}

.np-faq__list {
  display: grid;
  gap: .65rem;
}

.np-faq details {
  border-radius: 14px;
  background: rgba(255, 255, 255, .04);
}

.np-faq summary {
  display: grid;
  min-height: 4.5rem;
  grid-template-columns: 1fr 2.5rem;
  gap: 1.5rem;
  align-items: center;
  padding: 1.05rem 1.1rem;
  color: var(--np-text-soft);
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.np-faq summary::-webkit-details-marker {
  display: none;
}

.np-faq summary span {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 10px;
  color: var(--np-blue-soft);
  background: rgba(255, 255, 255, .06);
  font-size: 1.2rem;
  font-weight: 400;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.np-faq details[open] summary span {
  color: #fff;
  background: var(--np-blue);
  transform: rotate(45deg);
}

.np-faq details p {
  max-width: 43rem;
  margin: -.1rem 3.5rem 0 0;
  padding: 0 1.1rem 1.25rem;
  color: var(--np-muted);
  font-size: .86rem;
  line-height: 1.75;
}

.np-final {
  margin-top: clamp(6rem, 11vw, 11rem);
  color: var(--np-text);
  background: linear-gradient(180deg, #0d121d, #070b13);
}

.np-final__inner {
  padding-block: clamp(5rem, 10vw, 9rem);
  text-align: center;
}

.np-final .np-kicker {
  justify-content: center;
  color: var(--np-blue-soft);
}

.np-final h2 {
  max-width: 15ch;
  margin-inline: auto;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
}

.np-final__inner > p:not(.np-kicker) {
  max-width: 45rem;
  margin: 1.5rem auto 0;
  color: var(--np-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.np-final .np-button--lime {
  color: #fff;
  background: linear-gradient(180deg, var(--np-blue), var(--np-blue-strong));
  box-shadow: 0 14px 30px rgba(27, 109, 255, .2);
}

.np-final .np-button--lime:hover {
  color: #fff;
  background: linear-gradient(180deg, #2b7aff, #1763ec);
}

.np-final .np-button--ghost {
  background: rgba(255, 255, 255, .08);
}

@media (max-width: 1040px) {
  .np-hero__inner,
  .np-pricing,
  .np-events,
  .np-community__inner,
  .np-faq {
    grid-template-columns: 1fr;
  }

  .np-hero__inner {
    min-height: auto;
  }

  .np-hero__copy {
    max-width: 50rem;
  }

  .np-hero__visual {
    width: min(100%, 28rem);
    margin-inline-start: auto;
  }

  .np-pricing__intro,
  .np-section-heading,
  .np-community__copy,
  .np-faq__header {
    max-width: 49rem;
  }

  .np-step,
  .np-step--checkin {
    grid-template-columns: 1fr;
  }

  .np-step__copy {
    max-width: 43rem;
  }

  .np-step--checkin .np-step__visual {
    order: 2;
  }

  .np-phone-stage {
    min-height: 0;
  }

  .np-phone-stage img {
    width: 100%;
  }

  .np-phone-stage img.np-phone-stage__back {
    width: 100%;
  }

  .np-phone-stage img.np-phone-stage__front {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .np-shell,
  .np-hero__inner,
  .np-hero__rail,
  .np-final__inner {
    width: min(calc(100% - 1.25rem), 1240px);
  }

  .np-hero::before {
    display: none;
  }

  .np-hero__inner {
    gap: 3.4rem;
    padding-block: 6.5rem 4.5rem;
  }

  .np-hero h1 {
    font-size: clamp(2.5rem, 11.5vw, 3.55rem);
  }

  .np-hero__visual {
    width: 100%;
  }

  .np-hero__app-picture {
    width: min(72%, 18rem);
  }

  .np-hero__rail {
    min-height: 5.8rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .7rem 1rem;
    padding-block: 1rem;
  }

  .np-hero__rail i {
    display: none;
  }

  .np-hero__rail span {
    padding: .4rem .55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
  }

  .np-pricing,
  .np-journey {
    padding: 1.5rem;
    border-radius: 20px;
  }

  .np-pricing__grid,
  .np-events__list {
    grid-template-columns: 1fr;
  }

  .np-pricing__grid article {
    padding: 1.2rem;
  }

  .np-pricing__grid h3 {
    margin-top: 1.4rem;
  }

  .np-journey__header {
    grid-template-columns: 1fr;
  }

  .np-journey__header .np-kicker {
    margin-bottom: 1rem;
  }

  .np-step__visual--paper {
    padding: 0;
  }

  .np-step__visual--lime {
    padding: .7rem .7rem 0;
  }

  .np-step__visual figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .np-step__visual figcaption span {
    text-align: start;
  }

  .np-community__inner {
    min-height: auto;
    padding-block: 4.5rem;
  }

  .np-phone-stage {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .np-phone-stage img {
    width: 100%;
  }

  .np-phone-stage img.np-phone-stage__back {
    width: 100%;
  }

  .np-phone-stage img.np-phone-stage__front {
    width: min(68%, 18rem);
    margin-inline: auto;
  }

  .np-faq details p {
    margin-right: 0;
  }

  .np-final h2 {
    font-size: clamp(2.35rem, 10.5vw, 3.6rem);
  }
}

@media (max-width: 520px) {
  .np-actions,
  .np-actions .np-button {
    width: 100%;
  }

  .np-hero__app-picture {
    width: min(72%, 15rem);
    margin-inline: auto;
  }

  .np-phone-stage {
    min-height: 0;
  }

  .np-phone-stage__label {
    max-width: 10rem;
    font-size: .54rem;
  }

  .np-faq summary {
    font-size: .86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .np-button,
  .np-faq summary span {
    transition: none;
  }

  .np-button:hover {
    transform: none;
  }
}
