.lp {
  background: #e0ded2 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP14_daniel_and_aline/bg.jpg) center center;
  background-size: 60rem auto;
  overflow: hidden;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 1.875rem 5rem;
}
@media (min-width: 60em) {
  .lp {
    padding: 2.5rem 5rem 7.5rem;
  }
}

.lp-content__inner {
  margin: 0 auto;
  max-width: 60rem;
}
.lp-content__inner h2 {
  line-height: 1.25;
  margin: 2.5rem 0 1rem;
}
.lp-content__inner h2 span {
  display: block;
  color: #34657e;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.lp-content__inner h2 strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}

.lp-video {
  background-color: rgba(255, 255, 255, 0.35);
  margin: 0 -1.875rem 2.5rem;
  padding-bottom: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 60em) {
  .lp-video {
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.12);
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-bottom: 5rem;
    padding-bottom: 1rem;
  }
}

.lp-video__iframe {
  padding-top: 56.25%;
  position: relative;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
}
.lp-video__iframe iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lp-video__desc {
  padding: 1.875rem;
}
@media (min-width: 48em) {
  .lp-video__desc {
    padding: 2.5rem 5rem;
  }
}
@media (min-width: 60em) {
  .lp-video__desc {
    padding: 3.75rem 10rem;
  }
}
.lp-video__desc h1 {
  line-height: 1.25;
  margin: 0 0 1.25rem;
}
.lp-video__desc h1 span {
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
}
.lp-video__desc h1 strong {
  color: #34657e;
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 60em) {
  .lp-video__desc h1 strong {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.lp-video__desc ul {
  margin: 0.3125rem 0;
  padding-bottom: 1rem;
  display: grid;
  gap: 0.625rem;
}
.lp-video__desc blockquote {
  border-top: 0.375rem solid rgba(0, 0, 0, 0.1);
  padding-top: 1.875rem;
  margin: 1.25rem 0 0;
}
.lp-video__desc blockquote p {
  color: #34657e;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  text-align: center;
}
.lp-video__desc blockquote p span {
  font-variant: small-caps;
}
.lp-video__desc cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
}

.lp-photos {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100vw;
  margin: 0 calc(-50vw + 50%);
  padding: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 60em) {
  .lp-photos {
    margin-bottom: 5rem;
    padding: 5rem;
  }
}

.lp-photos__inner {
  max-width: 96rem;
  margin: 0 auto;
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 48em) {
  .lp-photos__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-photos__inner img {
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.15);
}

.lp-followon {
  display: grid;
  gap: 5rem;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-followon {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
  }
}
@media (min-width: 90em) {
  .lp-followon {
    margin: 0 -10rem;
  }
}
.lp-followon h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: -0.01em;
  margin: 0 0 1.25rem;
}
@media (min-width: 90em) {
  .lp-followon h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp-followon ol {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-followon ol li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 3rem;
}
.lp-followon ol li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  background: #34657e;
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.lp-questions {
  padding-top: 1.875rem;
}
@media (min-width: 90em) {
  .lp-questions {
    padding: 2.75rem 2.5rem;
  }
}

.lp-pray {
  background-color: #34657e;
  color: white;
  border-radius: 0.25rem;
  padding: 1.875rem;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 90em) {
  .lp-pray {
    padding: 2.75rem 2.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-pray h2 {
  color: #e0ded2;
}
.lp-pray .button {
  color: rgba(0, 0, 0, 0.8);
  background: #e0ded2;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.lp-pray .button:hover {
  background: #cbc8b4;
}