.church-page {
  --church-navy: #07172c;
  --church-ink: #0d1b2f;
  --church-ivory: #fbfaf7;
  --church-line: #d9dee7;
  overflow: hidden;
  color: var(--church-ink);
}

.church-hero {
  padding: 72px 0 74px;
  background: linear-gradient(to bottom, var(--church-navy) 0, var(--church-navy) 66%, var(--church-ivory) 66%, var(--church-ivory) 100%);
}

.church-hero__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: center;
  margin-bottom: 48px;
}

.church-hero__copy {
  max-width: 760px;
}

.church-hero__visual {
  overflow: hidden;
  height: 370px;
  margin: 0;
  border: 1px solid rgba(214, 222, 234, 0.2);
  border-radius: 14px;
  background: #0d1b2f;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.25);
}

.church-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
}

.church-eyebrow {
  margin: 0 0 14px;
  color: #78a8ff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.church-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.1rem, 5vw, 4.6rem);
  font-weight: 760;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.church-hero__copy > p:not(.church-eyebrow) {
  max-width: 620px;
  margin: 22px 0 28px;
  color: #d6deea;
  font-size: 1.05rem;
  line-height: 1.6;
}

.church-hero .btn,
.church-final .btn {
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 7px;
  font-size: 0.94rem;
  font-weight: 750;
}

.church-chart {
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid #d6dce5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(3, 15, 31, 0.17);
}

.church-chart__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 20px;
  border-bottom: 1px solid #e3e7ed;
  color: #29364a;
  font-size: 0.76rem;
}

.church-chart__bar strong {
  display: flex;
  align-items: center;
  gap: 8px;
}

.church-chart__bar img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.church-chart__bar span {
  color: #778296;
}

.church-chart__frame {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
  background: #f8fafc;
}

.church-chart__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 54px;
  padding: 12px 20px;
  border-top: 1px solid #e3e7ed;
  color: #778296;
  font-size: 0.78rem;
}

.church-chart__footer a {
  flex: 0 0 auto;
  color: var(--color-primary);
  font-weight: 750;
  text-decoration: none;
}

.church-chart__footer i {
  margin-left: 4px;
  font-size: 0.7rem;
}

.church-benefits h3 {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
}

.church-benefits {
  padding: 84px 0 90px;
  background: var(--church-ivory);
}

.church-section-heading {
  max-width: 680px;
  margin-bottom: 42px;
}

.church-section-heading .church-eyebrow,
.church-final .church-eyebrow {
  color: var(--color-primary);
}

.church-section-heading h2,
.church-final h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 760;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.church-benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--church-line);
  border-bottom: 1px solid var(--church-line);
}

.church-benefits__list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 30px 28px;
  border-right: 1px solid var(--church-line);
}

.church-benefits__list article:first-child {
  padding-left: 0;
}

.church-benefits__list article:last-child {
  padding-right: 0;
  border-right: 0;
}

.church-benefits__list i {
  margin-top: 3px;
  color: var(--color-primary);
  font-size: 1.25rem;
}

.church-benefits__list p {
  margin: 7px 0 0;
  color: #687385;
  font-size: 0.9rem;
  line-height: 1.55;
}

.church-final {
  padding: 94px 0;
  background: #fff;
}

.church-final__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  align-items: start;
}

.church-final__cta > p:not(.church-eyebrow) {
  max-width: 490px;
  margin: 18px 0 26px;
  color: #687385;
  line-height: 1.65;
}

.church-faq {
  border-top: 1px solid #cfd5de;
}

.church-faq details {
  border-bottom: 1px solid #cfd5de;
}

.church-faq summary {
  padding: 22px 0;
  color: var(--church-ink);
  font-size: 1rem;
  font-weight: 760;
  cursor: pointer;
}

.church-faq details p {
  margin: -3px 0 22px;
  color: #687385;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .church-hero {
    padding-top: 58px;
  }

  .church-hero__intro {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: 44px;
  }

  .church-hero__visual {
    height: 330px;
  }

  .church-final__layout {
    gap: 55px;
  }
}

@media (max-width: 767.98px) {
  .church-hero {
    padding: 38px 0 52px;
    background: linear-gradient(to bottom, var(--church-navy) 0, var(--church-navy) 60%, var(--church-ivory) 60%, var(--church-ivory) 100%);
  }

  .church-hero__intro {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 32px;
  }

  .church-hero__visual {
    height: 220px;
    border-radius: 12px;
  }

  .church-hero__visual img {
    object-position: 62% 42%;
  }

  .church-hero h1 {
    font-size: 2.55rem;
  }

  .church-hero__copy > p:not(.church-eyebrow) {
    margin: 18px 0 22px;
    font-size: 0.94rem;
  }

  .church-hero .btn,
  .church-final .btn {
    width: 100%;
  }

  .church-chart {
    border-radius: 10px;
  }

  .church-chart__bar {
    min-height: 46px;
    padding: 0 13px;
    font-size: 0.68rem;
  }

  .church-chart__frame {
    height: 470px;
  }

  .church-chart__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 12px 13px;
  }

  .church-benefits,
  .church-final {
    padding: 66px 0;
  }

  .church-section-heading {
    margin-bottom: 30px;
  }

  .church-section-heading h2,
  .church-final h2 {
    font-size: 2.35rem;
  }

  .church-benefits__list {
    grid-template-columns: 1fr;
  }

  .church-benefits__list article,
  .church-benefits__list article:first-child,
  .church-benefits__list article:last-child {
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid var(--church-line);
  }

  .church-benefits__list article:last-child {
    border-bottom: 0;
  }

  .church-final__layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }
}
