:root {
  --faithpay-navy: #082543;
  --faithpay-navy-deep: #05182c;
  --faithpay-teal: #0f766e;
  --faithpay-teal-soft: #d6f4ef;
  --faithpay-amber: #d4a63f;
  --faithpay-amber-soft: #f8edcb;
  --faithpay-ink: #19324d;
  --faithpay-muted: #5f7287;
  --faithpay-line: rgba(8, 37, 67, 0.12);
  --faithpay-surface: #ffffff;
  --faithpay-surface-soft: #f6fbfa;
  --faithpay-shadow: 0 24px 80px rgba(5, 24, 44, 0.12);
}

html {
  scroll-behavior: smooth;
}

.faithpay-page {
  background: #fff;
  color: var(--faithpay-ink);
}

.faithpay-page .site-main {
  overflow: clip;
}

.faithpay-hero,
.faithpay-feature-section,
.faithpay-trusted,
.faithpay-cta {
  padding: clamp(3rem, 6vw, 4.75rem) 0;
}

.faithpay-hero {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.faithpay-trusted,
.faithpay-feature-section,
.faithpay-cta {
  border-top: 1px solid #e5e7eb;
}

.faithpay-hero-btn {
  background: #cc004e;
  border-color: #cc004e;
  color: #fff;
}

.faithpay-hero-btn:hover,
.faithpay-hero-btn:focus-visible {
  background: #b00043;
  border-color: #b00043;
  color: #fff;
}

.faithpay-hero__grid,
.faithpay-feature-grid,
.faithpay-cta__inner {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
}

.faithpay-hero__grid,
.faithpay-feature-grid {
  align-items: center;
}

.faithpay-hero__grid {
  grid-template-columns: minmax(420px, 0.88fr) minmax(560px, 1.12fr);
  gap: 1.25rem;
  min-height: 610px;
}

.faithpay-feature-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
}

.faithpay-feature-grid--reverse > :first-child {
  order: 2;
}

.faithpay-feature-grid--reverse > :last-child {
  order: 1;
}

.faithpay-eyebrow {
  margin: 0 0 0.9rem;
  color: var(--faithpay-teal);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faithpay-brand-lockup {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.faithpay-brand-lockup img {
  width: 146px;
  height: auto;
}

.faithpay-brand-pill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(8, 37, 67, 0.08);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 37, 67, 0.07);
  color: #23344c;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.85rem;
}

.faithpay-hero-badge {
  margin-bottom: 1.85rem;
}

.faithpay-copy h1,
.faithpay-section-heading h2,
.faithpay-feature-copy h2,
.faithpay-cta h2 {
  margin: 0;
  color: var(--faithpay-navy);
  font-family: var(--t-font-display);
  line-height: 1.12;
}

.faithpay-copy h1 {
  color: #061b3b;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.1;
  max-width: 15ch;
}

.faithpay-copy h1 span {
  display: block;
  color: #0b66f0;
}

.faithpay-subheadline,
.faithpay-body,
.faithpay-section-heading p,
.faithpay-feature-copy p,
.faithpay-cta p,
.faithpay-stat span,
.faithpay-logo-card span,
.faithpay-mini-card__label {
  color: var(--faithpay-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.faithpay-subheadline {
  margin: 1.55rem 0 0;
  max-width: 35rem;
  color: #4a5870;
  font-size: 1.1rem;
  line-height: 1.7;
}

.faithpay-body {
  margin: 0.85rem 0 0;
  max-width: 33rem;
}

.faithpay-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 2rem 0 2rem;
}

.faithpay-inline-points,
.faithpay-checklist,
.faithpay-benefit-list {
  display: grid;
  gap: 0.85rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.faithpay-inline-points {
  grid-template-columns: repeat(3, max-content);
  gap: clamp(1.65rem, 3vw, 2.8rem);
}

.faithpay-checklist {
  margin-top: 1.5rem;
}

.faithpay-checklist li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--faithpay-ink);
  font-size: 0.98rem;
  font-weight: 600;
}

.faithpay-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--faithpay-teal), var(--faithpay-amber));
}

.faithpay-checklist--check li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding-left: 0;
}

.faithpay-checklist--check li::before {
  display: none;
}


.faithpay-inline-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #26344d;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.faithpay-inline-icon {
  display: inline-grid;
  flex: 0 0 auto;
  width: 1.18rem;
  height: 1.18rem;
  place-items: center;
  border-radius: 50%;
  background: #0b66f0;
  color: #fff;
  font-size: 0.88rem;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 20;
  line-height: 1;
}

.faithpay-benefit-list {
  gap: 0;
  max-width: 34rem;
  margin-top: 1.7rem;
}

.faithpay-benefit-list li {
  display: grid;
  grid-template-columns: 3.45rem minmax(0, 1fr);
  gap: 1.05rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(8, 37, 67, 0.1);
}

.faithpay-benefit-list li:last-child {
  border-bottom: 0;
}

.faithpay-benefit-list__icon {
  display: inline-grid;
  width: 3.1rem;
  height: 3.1rem;
  place-items: center;
  border: 1px solid rgba(11, 102, 240, 0.16);
  border-radius: 50%;
  background: rgba(11, 102, 240, 0.035);
  color: #0b66f0;
  font-size: 1.45rem;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.faithpay-benefit-list strong {
  display: block;
  color: #061b3b;
  font-size: 1.03rem;
  line-height: 1.25;
}

.faithpay-benefit-list em {
  display: block;
  margin-top: 0.18rem;
  color: #415575;
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.45;
}

.faithpay-visual {
  position: relative;
  min-height: auto;
  isolation: isolate;
}

.faithpay-visual::before {
  content: "";
  position: absolute;
  z-index: -2;
  right: 0;
  top: 50%;
  width: min(88%, 620px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 620 620' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M499.5 87.2C579.8 155.4 632.7 263.6 600.4 361.8C568.1 460 450.6 548.3 321.2 574.6C191.8 600.9 50.5 565.2 20.6 475.2C-9.3 385.2 72.2 240.9 163.7 143.4C255.2 45.9 419.2 19 499.5 87.2Z' fill='%23d7e7ff'/%3E%3Cpath d='M485.2 132.8C548.6 189.2 573.1 282 544.7 365.1C516.3 448.2 435 521.6 337.5 537.8C240 554 126.3 513 80.2 431.4C34.1 349.8 55.6 227.6 126.6 159.1C197.6 90.6 318.1 75.8 393.4 84.4C468.7 93 421.8 76.4 485.2 132.8Z' fill='%23eef6ff' fill-opacity='.9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.faithpay-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 5%;
  bottom: 11%;
  width: 150px;
  height: 150px;
  background-image: radial-gradient(circle, rgba(11, 102, 240, 0.18) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
  opacity: 0.65;
}

.faithpay-hero-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 650px);
  height: auto;
  margin-left: auto;
}

.faithpay-hero .faithpay-phone-stage {
  display: none;
}

.faithpay-orb {
  display: none;
}

.faithpay-panel,
.faithpay-records-panel,
.faithpay-dashboard-window {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 251, 250, 0.92));
  box-shadow: var(--faithpay-shadow);
  backdrop-filter: blur(14px);
}

.faithpay-phone-stage {
  position: relative;
  min-height: 610px;
}

.faithpay-phone-stage::before {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 5rem;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(11, 102, 240, 0.2), rgba(11, 102, 240, 0.08));
  border: 1px dashed rgba(11, 102, 240, 0.22);
}

.faithpay-phone-stage::after {
  content: "";
  position: absolute;
  right: -0.8rem;
  bottom: 1.8rem;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(11, 102, 240, 0.24);
}

.faithpay-phone {
  overflow: hidden;
  border-radius: 2.2rem;
  background: #fff;
  box-shadow: 0 18px 40px rgba(5, 24, 44, 0.18);
}

.faithpay-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.faithpay-phone--front {
  position: absolute;
  top: 0;
  left: 17%;
  width: 282px;
  z-index: 4;
  border: 7px solid #0a0f18;
  border-radius: 2.55rem;
  box-shadow: 0 26px 64px rgba(5, 24, 44, 0.28);
}

.faithpay-phone--back {
  position: absolute;
  left: clamp(0.5rem, 3vw, 1.5rem);
  bottom: 2rem;
  width: min(240px, 45vw);
  opacity: 0.94;
  transform: rotate(-8deg);
}

.faithpay-stat {
  position: absolute;
  z-index: 5;
  max-width: 230px;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(8, 37, 67, 0.08);
  border-radius: 0.6rem;
  background: #fff;
  box-shadow: 0 14px 34px rgba(5, 24, 44, 0.12);
}

.faithpay-stat strong,
.faithpay-logo-card strong,
.faithpay-mini-card strong,
.faithpay-record-row strong,
.faithpay-receipt-card strong,
.faithpay-dashboard-kpis strong {
  display: block;
  color: var(--faithpay-navy);
  font-size: 0.98rem;
}

.faithpay-stat span,
.faithpay-logo-card span,
.faithpay-payment-list span,
.faithpay-record-row span,
.faithpay-record-row em,
.faithpay-receipt-card span,
.faithpay-dashboard-table span,
.faithpay-dashboard-nav span,
.faithpay-dashboard-kpis span {
  font-size: 0.9rem;
  line-height: 1.45;
}

.faithpay-stat--top {
  top: 0.4rem;
  right: 0.8rem;
  padding-right: 3.7rem;
}

.faithpay-stat--bottom {
  left: 42%;
  bottom: 0;
  padding-left: 4rem;
}

.faithpay-stat--top::after,
.faithpay-stat--bottom::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 50%;
}

.faithpay-stat--top::after {
  right: 1rem;
  border: 3px solid #27d78b;
  background: rgba(39, 215, 139, 0.1);
}

.faithpay-stat--bottom::before {
  left: 1.05rem;
  border-radius: 0.65rem;
  border: 2px solid #f13063;
  background: rgba(241, 48, 99, 0.08);
}

.faithpay-hero-report {
  position: absolute;
  right: 1.7rem;
  top: 5.95rem;
  z-index: 3;
  width: 340px;
  min-height: 420px;
  padding: 1.35rem;
  border: 1px solid rgba(8, 37, 67, 0.08);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 22px 60px rgba(5, 24, 44, 0.13);
}

.faithpay-hero-report__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
}

.faithpay-hero-report__top strong,
.faithpay-hero-report h3 {
  color: #182946;
  font-size: 0.9rem;
  font-weight: 800;
}

.faithpay-hero-report__top span {
  padding: 0.45rem 0.7rem;
  border-radius: 0.45rem;
  background: #f4f7fc;
  color: #718096;
  font-size: 0.78rem;
  font-weight: 700;
}

.faithpay-hero-report p {
  margin: 0 0 0.4rem;
  color: #6f7a90;
  font-size: 0.82rem;
  font-weight: 700;
}

.faithpay-hero-report__amount {
  display: block;
  margin-bottom: 0.35rem;
  color: #061b3b;
  font-size: 1.65rem;
  line-height: 1.15;
}

.faithpay-hero-report > em {
  display: block;
  color: #18b26b;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.faithpay-hero-report__bars {
  display: flex;
  align-items: end;
  gap: 0.6rem;
  height: 98px;
  padding-top: 1rem;
  margin-bottom: 1.55rem;
}

.faithpay-hero-report__bars span {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: #0b66f0;
}

.faithpay-hero-report__bars span:nth-child(1) { height: 24%; opacity: 0.32; }
.faithpay-hero-report__bars span:nth-child(2) { height: 38%; opacity: 0.45; }
.faithpay-hero-report__bars span:nth-child(3) { height: 54%; opacity: 0.62; }
.faithpay-hero-report__bars span:nth-child(4) { height: 76%; opacity: 0.82; }
.faithpay-hero-report__bars span:nth-child(5) { height: 100%; }

.faithpay-hero-report__rows {
  display: grid;
  gap: 0.8rem;
}

.faithpay-hero-report__rows span {
  display: block;
  position: relative;
  min-height: 2.35rem;
  padding-left: 2.85rem;
}

.faithpay-hero-report h3 {
  margin: 0 0 1rem;
}

.faithpay-hero-report__rows span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7c18d, #d04c7d);
}

.faithpay-hero-report__rows strong,
.faithpay-hero-report__rows em {
  display: block;
  font-size: 0.82rem;
  line-height: 1.25;
}

.faithpay-hero-report__rows strong {
  color: #26344d;
}

.faithpay-hero-report__rows em {
  position: absolute;
  right: 0;
  top: 0.38rem;
  color: #061b3b;
  font-style: normal;
  font-weight: 800;
}

.faithpay-section-heading {
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.faithpay-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.faithpay-section-heading h2,
.faithpay-feature-copy h2,
.faithpay-cta h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.faithpay-cta h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.16;
}

.faithpay-feature-copy--donations h2 {
  max-width: 15ch;
  color: #061b3b;
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.faithpay-feature-copy--donations > p:not(.faithpay-eyebrow) {
  max-width: 35rem;
  margin-top: 1.1rem;
  color: #415575;
  font-size: clamp(1rem, 1.4vw, 1.13rem);
  line-height: 1.65;
}

.faithpay-logo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.3vw, 1rem);
  margin-top: clamp(2.3rem, 5vw, 3.6rem);
}

.faithpay-church-logo {
  display: grid;
  justify-items: center;
  align-items: center;
  min-height: clamp(5.4rem, 7vw, 6.4rem);
  min-width: 0;
}

.faithpay-church-logo__image {
  display: block;
  width: auto;
  max-width: min(100%, clamp(6.2rem, 9vw, 7.4rem));
  height: clamp(5.1rem, 6.6vw, 6.1rem);
  object-fit: contain;
}

.faithpay-church-logo--wide .faithpay-church-logo__image {
  max-width: min(116%, clamp(9.8rem, 15vw, 12rem));
  height: clamp(5.25rem, 6.8vw, 6.35rem);
}

.faithpay-feature-section--soft {
  background: #fff;
}

.faithpay-panel,
.faithpay-records-panel,
.faithpay-dashboard-window {
  padding: 1.5rem;
}

.faithpay-panel--payments {
  display: grid;
  gap: 1.25rem;
}

.faithpay-payment-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.faithpay-payment-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.faithpay-mini-card,
.faithpay-qr-card,
.faithpay-receipt-card {
  padding: 1.15rem;
  border: 1px solid var(--faithpay-line);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.88);
}

.faithpay-records-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faithpay-records-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.faithpay-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.faithpay-store-badge img {
  display: block;
  height: 64px;
  width: auto;
  border-radius: 10px;
}

.faithpay-app-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faithpay-app-mockup {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.faithpay-payment-list {
  display: grid;
  gap: 0.9rem;
}

.faithpay-payment-list div,
.faithpay-dashboard-table div,
.faithpay-record-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 1rem;
  align-items: center;
  padding: 1rem 1.05rem;
  border: 1px solid var(--faithpay-line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
}

.faithpay-payment-list span,
.faithpay-dashboard-table span,
.faithpay-record-row span,
.faithpay-record-row em,
.faithpay-dashboard-nav span {
  color: var(--faithpay-muted);
  font-style: normal;
}

.faithpay-qr-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  align-items: center;
}

.faithpay-qr-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.22rem;
}

.faithpay-qr-grid span {
  aspect-ratio: 1;
  border-radius: 0.18rem;
  background: var(--faithpay-navy);
}

.faithpay-qr-grid span:nth-child(3n),
.faithpay-qr-grid span:nth-child(5n) {
  background: var(--faithpay-amber);
}

.faithpay-phone-stack {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
  min-height: 640px;
}

.faithpay-phone--stack {
  width: min(250px, 31vw);
}

.faithpay-phone--center {
  position: relative;
  z-index: 3;
}

.faithpay-phone--tilt-left,
.faithpay-phone--tilt-right {
  position: absolute;
  bottom: 1.25rem;
  z-index: 2;
  width: min(225px, 28vw);
}

.faithpay-phone--tilt-left {
  left: 2%;
  transform: rotate(-11deg);
}

.faithpay-phone--tilt-right {
  right: 2%;
  transform: rotate(11deg);
}

.faithpay-records-panel {
  display: grid;
  gap: 1rem;
}

.faithpay-records-panel__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.faithpay-dashboard-art {
  position: relative;
}

.faithpay-dashboard-screenshot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: var(--faithpay-shadow);
  border: 1px solid var(--faithpay-line);
}

.faithpay-dashboard-window {
  padding: 0;
  overflow: hidden;
}

.faithpay-dashboard-topbar {
  display: flex;
  gap: 0.45rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--faithpay-line);
  background: rgba(8, 37, 67, 0.94);
}

.faithpay-dashboard-topbar span {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}

.faithpay-dashboard-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 430px;
}

.faithpay-dashboard-nav {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(8, 37, 67, 0.96), rgba(12, 74, 110, 0.96));
}

.faithpay-dashboard-nav strong {
  color: #fff;
  font-size: 0.95rem;
}

.faithpay-dashboard-nav span {
  color: rgba(255, 255, 255, 0.76);
}

.faithpay-dashboard-main {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  background: #f8fbfd;
}

.faithpay-dashboard-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.faithpay-dashboard-kpis div,
.faithpay-dashboard-chart,
.faithpay-dashboard-table {
  border: 1px solid var(--faithpay-line);
  border-radius: 1rem;
  background: #fff;
}

.faithpay-dashboard-kpis div {
  padding: 1rem;
}

.faithpay-dashboard-kpis span {
  display: block;
  color: var(--faithpay-muted);
  margin-bottom: 0.4rem;
}

.faithpay-dashboard-kpis strong {
  font-size: 1.08rem;
}

.faithpay-dashboard-chart {
  padding: 1.2rem;
}

.faithpay-chart-bars {
  display: flex;
  align-items: end;
  gap: 0.8rem;
  height: 180px;
}

.faithpay-chart-bars span {
  flex: 1;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--faithpay-teal), var(--faithpay-navy));
}

.faithpay-chart-bars span:nth-child(2n) {
  background: linear-gradient(180deg, var(--faithpay-amber), #ebc66b);
}

.faithpay-dashboard-table {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.faithpay-dashboard-table div {
  grid-template-columns: 1fr auto auto;
}

.faithpay-feature-section--dashboard {
  background: #fff;
}

.faithpay-cta__inner {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  min-height: clamp(11.5rem, 22vw, 15.2rem);
  padding: clamp(2rem, 4.8vw, 3.25rem) clamp(2rem, 6vw, 4.8rem);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0.7rem;
  background:
    radial-gradient(circle at 88% 70%, rgba(204, 0, 78, 0.78), transparent 24%),
    radial-gradient(circle at 65% 44%, rgba(0, 91, 255, 0.82), transparent 34%),
    linear-gradient(105deg, #021a3b 0%, #06245b 42%, #0757ff 74%, #cc004e 100%);
  box-shadow: 0 18px 46px rgba(5, 24, 44, 0.14);
}

.faithpay-cta .faithpay-eyebrow,
.faithpay-cta h2,
.faithpay-cta p {
  color: #fff;
}

.faithpay-cta .faithpay-eyebrow {
  margin-bottom: 0.85rem;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-transform: none;
}

.faithpay-cta h2 {
  max-width: 39rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--t-font-body);
  font-size: clamp(0.95rem, 1.4vw, 1.08rem);
  font-weight: 500;
  line-height: 1.7;
}

.faithpay-cta p {
  margin: 0.7rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.55;
}

.faithpay-cta__actions {
  display: grid;
  justify-items: start;
}

.faithpay-cta__primary {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.72);
  color: #082543;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(5, 24, 44, 0.22);
}

.faithpay-cta__primary:hover,
.faithpay-cta__primary:focus-visible {
  background: #f8fbff;
  border-color: #fff;
  color: #082543;
}

.faithpay-js [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.faithpay-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ── How FaithPay Strengthens Ministry ─────────────────────────────── */
.faithpay-strengths {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.faithpay-strengths-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.25rem;
}

.faithpay-strength-card {
  padding: 1.5rem 1.35rem;
  border: 1px solid #e9edf3;
  border-radius: 0.875rem;
  background: #fff;
  box-shadow: 0 2px 12px rgba(8, 37, 67, 0.055);
}

.faithpay-strength-icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 32;
}

.faithpay-strength-icon--blue   { color: #2563eb; }
.faithpay-strength-icon--green  { color: #16a34a; }
.faithpay-strength-icon--purple { color: #7c3aed; }
.faithpay-strength-icon--amber  { color: #d97706; }

.faithpay-strength-card strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--faithpay-navy);
  font-family: var(--t-font-display);
  font-size: 0.975rem;
  font-weight: 700;
  line-height: 1.3;
}

.faithpay-strength-card p {
  margin: 0;
  color: var(--faithpay-muted);
  font-size: 0.875rem;
  line-height: 1.6;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .faithpay-js [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .faithpay-hero-btn,
  .faithpay-phone--front {
    transition: none;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .faithpay-copy h1 {
    font-size: 2.5rem;
    max-width: 16ch;
  }

  .faithpay-section-heading h2,
  .faithpay-feature-copy h2 {
    font-size: 2rem;
  }

  .faithpay-feature-copy--donations h2 {
    font-size: clamp(1.875rem, 4vw, 2.35rem);
  }

  .faithpay-hero__grid,
  .faithpay-feature-grid,
  .faithpay-cta__inner {
    grid-template-columns: 1fr;
  }

  .faithpay-hero__grid {
    min-height: auto;
  }

  .faithpay-visual {
    min-height: auto;
  }

  .faithpay-phone--front {
    left: 18%;
  }

  .faithpay-feature-grid--reverse > :first-child,
  .faithpay-feature-grid--reverse > :last-child {
    order: initial;
  }

  .faithpay-logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faithpay-cta__inner {
    justify-items: start;
  }

  .faithpay-cta__actions {
    justify-items: start;
  }

  /* Strengths: 2 columns at tablet */
  .faithpay-strengths-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Feature images: cap width when stacked */
  .faithpay-payment-visual,
  .faithpay-app-visual,
  .faithpay-records-visual,
  .faithpay-dashboard-art {
    max-width: 560px;
    margin-inline: auto;
  }

  .faithpay-hero-image {
    display: block;
    max-width: 440px;
    margin-inline: auto;
  }
}

@media (max-width: 820px) {
  .faithpay-hero {
    padding-top: 2.4rem;
    padding-bottom: 2.2rem;
  }

  .faithpay-phone-stage,
  .faithpay-phone-stack {
    min-height: auto;
  }

  .faithpay-visual {
    min-height: auto;
  }

  .faithpay-phone-stage::before,
  .faithpay-hero-report {
    display: none;
  }

  .faithpay-phone--back,
  .faithpay-phone--tilt-left,
  .faithpay-phone--tilt-right,
  .faithpay-stat {
    display: none;
  }

  .faithpay-phone--front,
  .faithpay-phone--stack,
  .faithpay-phone--center {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 310px);
    margin: 0 auto;
  }

  .faithpay-phone--front {
    border-width: 5px;
  }

  .faithpay-inline-points {
    grid-template-columns: 1fr;
  }

  .faithpay-dashboard-layout {
    grid-template-columns: 1fr;
  }

  .faithpay-dashboard-nav {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    align-items: center;
  }

  .faithpay-dashboard-kpis {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  .faithpay-brand-lockup {
    align-items: flex-start;
    flex-direction: column;
  }

  .faithpay-copy h1 {
    font-size: 1.875rem;
    max-width: 13ch;
  }

  .faithpay-section-heading h2,
  .faithpay-feature-copy h2 {
    font-size: 1.625rem;
  }

  .faithpay-feature-copy--donations h2 {
    font-size: 1.875rem;
  }

  .faithpay-subheadline {
    font-size: 1rem;
  }

  .faithpay-body,
  .faithpay-section-heading p,
  .faithpay-feature-copy p,
  .faithpay-cta p {
    font-size: 0.95rem;
  }

  .faithpay-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faithpay-qr-card,
  .faithpay-dashboard-table div,
  .faithpay-record-row {
    grid-template-columns: 1fr;
  }

  .faithpay-panel,
  .faithpay-records-panel {
    padding: 1rem;
  }

  /* Strengths: stay 2-col on small mobile */
  .faithpay-strengths-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }

  .faithpay-strength-card {
    padding: 1.1rem 1rem;
  }

  /* Store badges smaller */
  .faithpay-store-badge img {
    height: 52px;
  }

  /* Screenshot radius tighter at small sizes */
  .faithpay-dashboard-screenshot {
    border-radius: 8px;
  }

  /* Benefit list icon slightly smaller */
  .faithpay-benefit-list__icon {
    width: 2.7rem;
    height: 2.7rem;
    font-size: 1.25rem;
  }

  .faithpay-benefit-list li {
    grid-template-columns: 2.9rem minmax(0, 1fr);
    gap: 0.75rem;
  }

  /* Feature section vertical padding */
  .faithpay-feature-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  /* CTA inner padding */
  .faithpay-cta__inner {
    padding: 1.75rem 1.5rem;
  }
}

@media (max-width: 480px) {
  /* Strengths: single column on very small screens */
  .faithpay-strengths-grid {
    grid-template-columns: 1fr;
  }

  /* Hero image full-width */
  .faithpay-hero-image {
    max-width: 100%;
  }

  /* Payment / app / records visuals full-width */
  .faithpay-payment-visual,
  .faithpay-app-visual,
  .faithpay-records-visual,
  .faithpay-dashboard-art {
    max-width: 100%;
  }

  /* Store badges stack or shrink */
  .faithpay-store-badge img {
    height: 46px;
  }

  /* CTA button full-width */
  .faithpay-cta__primary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
