.static-marketing {
  background: var(--pp-color-bg);
  color: var(--pp-color-ink);
}

.static .navbar .navbar-brand {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  height: 50px;
}

.static .navbar .navbar-brand__icon {
  align-items: center;
  background: var(--pp-color-brand);
  border-radius: var(--pp-radius-md);
  box-shadow: 0 4px 12px rgba(6, 20, 15, 0.12);
  display: inline-flex;
  flex: 0 0 2rem;
  height: 2rem;
  justify-content: center;
  overflow: hidden;
  width: 2rem;
}

.static .navbar .navbar-brand__mark {
  display: block;
  filter: brightness(0) invert(1);
  height: 1.375rem;
  object-fit: contain;
  width: 1.375rem;
}

.static-marketing__hero {
  align-items: center;
  background-color: var(--pp-color-brand-deep);
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 520px;
  padding: 112px 0 56px;
  position: relative;
}

.static-marketing__hero--pricing {
  background-image:
    linear-gradient(90deg, rgba(6, 20, 15, 0.96), rgba(6, 20, 15, 0.74), rgba(6, 20, 15, 0.42)),
    url("/assets/landing-pages/hero-sparklers-cc0198ab.jpg");
}

.static-marketing__hero--how {
  background-image:
    linear-gradient(90deg, rgba(6, 20, 15, 0.95), rgba(6, 20, 15, 0.72), rgba(6, 20, 15, 0.36)),
    url("/assets/landing-pages/crowd-shot-1649d281.jpg");
}

.static-marketing__hero--start {
  background-image:
    linear-gradient(90deg, rgba(6, 20, 15, 0.96), rgba(6, 20, 15, 0.76), rgba(6, 20, 15, 0.46)),
    url("/assets/landing-pages/concert-a96a7d9f.jpg");
}

.static-marketing__hero--organizers {
  background-image:
    linear-gradient(90deg, rgba(6, 20, 15, 0.97), rgba(6, 20, 15, 0.78), rgba(6, 20, 15, 0.5)),
    url("/assets/landing-pages/confetti-6ee27bb8.jpg");
}

.static-marketing__hero--festival {
  background-image:
    linear-gradient(90deg, rgba(6, 20, 15, 0.96), rgba(6, 20, 15, 0.72), rgba(6, 20, 15, 0.34)),
    url("/assets/landing-pages/festival-460c7c51.jpg");
  min-height: 420px;
  padding: 80px 0;
}

.static-marketing__hero-grid {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.06fr) minmax(260px, 0.72fr);
}

.static-marketing__hero-grid--narrow {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  max-width: 980px;
}

.static-marketing__hero-copy {
  max-width: 720px;
}

.static-marketing__hero-copy--short {
  max-width: 620px;
}

.static-marketing__eyebrow {
  color: var(--pp-color-action);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.static-marketing__hero h1,
.static-marketing__hero h2 {
  color: var(--pp-color-surface);
  font-family: var(--pp-font-heading);
  font-size: 3.65rem;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  max-width: 13ch;
  overflow-wrap: anywhere;
}

.static-marketing__hero h2 {
  font-size: 3rem;
}

.static-marketing__hero p:not(.static-marketing__eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1rem 0 0;
  max-width: 43rem;
}

.static-marketing__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.static-marketing__actions--center {
  justify-content: center;
}

.btn-marketing-primary,
.btn-marketing-secondary {
  align-items: center;
  border-radius: var(--pp-radius-md);
  display: inline-flex;
  font-weight: 800;
  gap: 0.5rem;
  justify-content: center;
  min-height: 48px;
}

.btn-marketing-primary {
  background: var(--pp-color-action);
  border-color: rgba(199, 255, 53, 0.78);
  box-shadow: 0 14px 30px rgba(199, 255, 53, 0.18);
  color: var(--pp-color-brand-deep);
}

.btn-marketing-primary:hover,
.btn-marketing-primary:focus {
  background: #b9f22f;
  border-color: #b9f22f;
  color: var(--pp-color-brand-deep);
}

.btn-marketing-secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--pp-color-surface);
}

.btn-marketing-secondary:hover,
.btn-marketing-secondary:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--pp-color-surface);
}

.btn-marketing-primary:focus-visible,
.btn-marketing-secondary:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(49, 230, 197, 0.36);
  outline: 0;
}

.static-marketing__image-panel,
.static-marketing__phone-panel {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--pp-radius-md);
  box-shadow: 0 24px 60px rgba(6, 20, 15, 0.32);
  display: grid;
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  place-items: center;
}

.static-marketing__image-panel img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.static-marketing__phone-panel {
  justify-self: center;
  max-width: 320px;
  padding: 1rem;
}

.static-marketing__phone-panel img {
  border-radius: var(--pp-radius-md);
  height: auto;
  max-height: 520px;
  max-width: 100%;
  object-fit: contain;
}

.static-rate-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--pp-radius-md);
  box-shadow: 0 20px 48px rgba(6, 20, 15, 0.28);
  display: grid;
  gap: 0.4rem;
  padding: 1.25rem;
}

.static-rate-card__label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.static-rate-card strong {
  color: var(--pp-color-action);
  font-family: var(--pp-font-heading);
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
}

.static-rate-card span:last-child {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.static-marketing__band {
  padding: 72px 0;
}

.static-marketing__band--compact {
  padding: 36px 0;
}

.static-marketing__band--warm {
  background: var(--pp-color-surface-warm);
}

.static-marketing__band--dark {
  background: var(--pp-color-brand-deep);
  color: var(--pp-color-surface);
}

.static-section-heading {
  margin: 0 auto 2rem;
  max-width: 760px;
}

.static-section-heading h2,
.static-split-card h2,
.static-app-cta h2,
.static-payment-card h2 {
  color: var(--pp-color-brand-deep);
  font-family: var(--pp-font-heading);
  font-size: 2.3rem;
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}

.static-section-heading p:not(.static-marketing__eyebrow),
.static-payment-card p,
.static-split-card p {
  color: var(--pp-color-muted);
  font-size: 1rem;
  line-height: 1.55;
  margin: 0.75rem 0 0;
}

.static-split-card,
.static-app-cta,
.static-payment-card {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.72fr);
  padding: 0;
}

.static-split-card--dark,
.static-app-cta {
  color: var(--pp-color-surface);
}

.static-split-card--dark h2,
.static-app-cta h2,
.static-marketing__band--dark .static-split-card h2,
.static-marketing__band--dark .static-payment-card h2 {
  color: var(--pp-color-surface);
}

.static-split-card--dark p,
.static-app-cta p,
.static-marketing__band--dark .static-split-card p,
.static-marketing__band--dark .static-payment-card p {
  color: rgba(255, 255, 255, 0.76);
}

.static-app-cta .static-marketing__actions,
.static-split-card .static-marketing__actions {
  justify-content: flex-end;
  margin-top: 0;
}

.static-card-grid,
.static-check-grid,
.static-onboarding-grid {
  display: grid;
  gap: 1rem;
}

.static-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.static-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.static-feature-card,
.static-check-item,
.static-step,
.pricing-calculator,
.pricing-calculator__results,
.static-onboarding-grid article {
  background: var(--pp-color-surface);
  border: 1px solid var(--pp-color-line);
  border-radius: var(--pp-radius-md);
  box-shadow: var(--pp-shadow-soft);
}

.static-feature-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
}

.static-feature-card i {
  align-items: center;
  background: rgba(199, 255, 53, 0.22);
  border-radius: var(--pp-radius-md);
  color: var(--pp-color-brand-deep);
  display: inline-flex;
  font-size: 1.35rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.static-feature-card h3,
.static-step h3,
.static-onboarding-grid h3 {
  color: var(--pp-color-brand-deep);
  font-family: var(--pp-font-heading);
  font-size: 1.12rem;
  font-weight: 800;
  margin: 0;
}

.static-feature-card p,
.static-step p,
.static-onboarding-grid p {
  color: var(--pp-color-muted);
  line-height: 1.5;
  margin: 0;
}

.static-check-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.static-check-item {
  align-items: center;
  box-shadow: none;
  display: flex;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
}

.static-check-item i {
  align-items: center;
  background: var(--pp-color-action);
  border-radius: var(--pp-radius-pill);
  color: var(--pp-color-brand-deep);
  display: inline-flex;
  flex: 0 0 26px;
  font-size: 1rem;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.static-check-item p {
  color: var(--pp-color-ink-soft);
  font-weight: 700;
  margin: 0;
}

.pricing-calculator {
  display: grid;
  gap: 1.25rem;
  margin: 0 auto;
  max-width: 820px;
  padding: 1.25rem;
}

.pricing-calculator__toggle {
  justify-self: center;
}

.pricing-control {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 150px minmax(0, 1fr) 92px;
}

.pricing-control__label,
.pricing-control__value {
  color: var(--pp-color-ink-soft);
  font-weight: 800;
}

.pricing-control__value {
  color: var(--pp-color-brand);
  text-align: right;
}

.pricing-calculator__results {
  box-shadow: none;
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.pricing-calculator__total {
  align-items: center;
  background: var(--pp-color-brand-deep);
  border-radius: var(--pp-radius-md);
  color: var(--pp-color-surface);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem;
}

.pricing-calculator__total span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.pricing-calculator__total strong {
  color: var(--pp-color-action);
  font-family: var(--pp-font-heading);
  font-size: 1.7rem;
  font-weight: 800;
}

.static-step-list {
  display: grid;
  gap: 1rem;
  margin: 0 auto;
  max-width: 860px;
}

.static-step {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: 34px 52px minmax(0, 1fr);
  padding: 1.2rem;
}

.static-step__number {
  color: var(--pp-color-muted);
  font-family: var(--pp-font-heading);
  font-size: 1.1rem;
  font-weight: 800;
}

.static-step__icon {
  align-items: center;
  background: var(--pp-color-brand-deep);
  border-radius: var(--pp-radius-md);
  color: var(--pp-color-action);
  display: inline-flex;
  font-size: 1.35rem;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.static-onboarding-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.static-onboarding-grid article {
  box-shadow: none;
  overflow: hidden;
}

.static-onboarding-grid img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  width: 100%;
}

.static-onboarding-grid h3,
.static-onboarding-grid p {
  padding-left: 1rem;
  padding-right: 1rem;
}

.static-onboarding-grid h3 {
  padding-top: 1rem;
}

.static-onboarding-grid p {
  padding-bottom: 1rem;
}

.static-payment-card img {
  justify-self: end;
  max-width: 260px;
  width: 100%;
}

.legal-page {
  color: var(--pp-color-ink);
  margin: 0 auto;
  max-width: 76ch;
}

.legal-page section {
  margin-top: 1.75rem;
}

.legal-page h2,
.legal-page h3 {
  color: var(--pp-color-brand);
  font-family: var(--pp-font-heading);
  font-weight: 700;
  line-height: 1.25;
}

.legal-page h3 {
  font-size: 1.2rem;
}

.legal-page p,
.legal-page li {
  color: rgba(16, 24, 39, 0.82);
}

.legal-page a {
  font-weight: 700;
}

.legal-page__alpha-list {
  list-style-type: lower-alpha;
}

.legal-page__roman-list {
  list-style-type: lower-roman;
}

.legal-page__indent {
  margin-left: 2.5rem;
}

.legal-page__intro {
  background: rgba(17, 150, 95, 0.08);
  border: 1px solid rgba(17, 150, 95, 0.16);
  border-radius: var(--pp-radius-md);
  margin-top: 0;
  padding: 1.25rem;
}

.legal-page__eyebrow {
  color: var(--pp-color-brand);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.legal-page__updated {
  color: var(--pp-color-muted);
  font-size: 0.9rem;
}

.modal-body .legal-page section {
  padding: 0;
}

.static-footer-apps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.static-store-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--pp-radius-md);
  color: var(--pp-color-surface);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.45rem;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 0.8rem;
}

.static-store-link:hover,
.static-store-link:focus {
  background: rgba(255, 255, 255, 0.16);
  color: var(--pp-color-surface);
  text-decoration: none;
}

.static-store-link:focus-visible {
  box-shadow: 0 0 0 0.2rem rgba(49, 230, 197, 0.32);
  outline: 0;
}

@media (max-width: 991.98px) {
  .static-marketing__hero {
    min-height: auto;
    padding: 96px 0 44px;
  }

  .static-marketing__hero-grid,
  .static-marketing__hero-grid--narrow,
  .static-split-card,
  .static-app-cta,
  .static-payment-card {
    grid-template-columns: 1fr;
  }

  .static-marketing__image-panel,
  .static-marketing__phone-panel {
    min-height: 280px;
  }

  .static-card-grid--three,
  .static-card-grid--four,
  .static-check-grid,
  .static-onboarding-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .static-app-cta .static-marketing__actions,
  .static-split-card .static-marketing__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .static-marketing__hero h1 {
    font-size: 2.45rem;
  }

  .static-marketing__hero h2,
  .static-section-heading h2,
  .static-split-card h2,
  .static-app-cta h2,
  .static-payment-card h2 {
    font-size: 1.85rem;
  }

  .static-marketing__hero p:not(.static-marketing__eyebrow) {
    font-size: 1rem;
  }

  .static-marketing__band {
    padding: 52px 0;
  }

  .static-marketing__band--compact {
    padding: 28px 0;
  }

  .static-card-grid--three,
  .static-card-grid--four,
  .static-check-grid,
  .static-onboarding-grid {
    grid-template-columns: 1fr;
  }

  .pricing-control {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .pricing-control__value {
    text-align: left;
  }

  .pricing-calculator__total {
    align-items: flex-start;
    flex-direction: column;
  }

  .static-step {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .static-step__icon {
    grid-column: 1 / -1;
  }
}
