.lp {
  padding: 2.5rem 1.875rem 7.5rem;
  background: white url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP11_torchlighter_video/bg_light.webp) center top no-repeat;
  background-attachment: fixed;
  background-size: 100rem auto;
}
@media (min-width: 60em) {
  .lp {
    padding-top: 2.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 72em) {
  .lp {
    padding-top: 6.25rem;
  }
}

.lp-wrap {
  max-width: 32rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-wrap {
    max-width: 35rem;
  }
}
@media (min-width: 72em) {
  .lp-wrap {
    position: relative;
    max-width: 60rem;
    display: grid;
    grid-template-columns: 1.325fr 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 84em) {
  .lp-wrap {
    max-width: 72.5rem;
    grid-template-columns: 35rem 1fr;
  }
}
.lp--after-form .lp-wrap {
  display: block;
}

.lp-photos {
  margin: 0 -1.25rem 1.875rem;
}
@media (min-width: 72em) {
  .lp-photos {
    margin: 1.75rem 0 2.5rem;
  }
}
.lp-photos img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 15rem;
  box-shadow: 0 10px 38px rgba(0, 0, 0, 0.35);
}
@media (min-width: 72em) {
  .lp-photos img {
    max-width: 20rem;
  }
}

.lp-offer {
  margin-bottom: 5rem;
}
@media (min-width: 60em) {
  .lp-offer {
    margin-bottom: 0;
  }
}

.lp-form h2 {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 1.25rem;
}
@media (min-width: 32em) {
  .lp-form h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 48em) {
  .lp-form h2 {
    padding: 0 1.5rem;
  }
}
@media (min-width: 72em) {
  .lp-form h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 0;
  }
}
@media (min-width: 84em) {
  .lp-form h2 {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0 0.225rem;
  }
}
.lp-form .title--minor {
  display: none;
}
.lp-form label {
  color: #038294;
}
.lp-form [type=submit] {
  background: #038294;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  padding: 0.625rem 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-form [type=submit]:hover {
  background: #025662;
}

@media (min-width: 72em) {
  .lp-lower {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 5rem;
  }
}

.lp-title strong {
  text-align: center;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 0.3125rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 72em) {
  .lp-title strong {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 84em) {
  .lp-title strong {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.185em;
  }
}
.lp-title span {
  color: #038294;
  display: block;
  letter-spacing: -0.025em;
  text-align: center;
  line-height: 1.15;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 72em) {
  .lp-title span {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media (min-width: 84em) {
  .lp-title span {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.lp-content {
  grid-column: 1;
  grid-row: 1/3;
}

.lp-content__content {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 40rem;
}
@media (min-width: 72em) {
  .lp-content__content {
    display: block;
    max-width: none;
    position: relative;
  }
}
.lp-content__content h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #038294;
  line-height: 1.35;
  text-wrap: balance;
}
.lp-content__content h2 span {
  font-size: 26px;
  font-size: 1.625rem;
  display: block;
}
.lp-content__content a {
  color: #038294;
}

.lp-fair-market {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 2.5rem auto 0;
  padding-top: 1.875rem;
  border-top: 1px solid #ddd;
  max-width: 35rem;
  text-align: center;
}
@media (min-width: 72em) {
  .lp-fair-market {
    max-width: 72.5rem;
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
}

.lp-video {
  margin: 0 -1.875rem 2.5rem;
}
@media (min-width: 60em) {
  .lp-video {
    margin-left: 0;
    margin-right: 0;
  }
}

.lp-iframe-wrap {
  padding-top: 56.25%;
  position: relative;
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.25);
}
@media (min-width: 72em) {
  .lp-iframe-wrap {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.1), 0 9px 11px rgba(0, 0, 0, 0.12), 0 24px 36px rgba(0, 0, 0, 0.15);
  }
}
.lp-iframe-wrap iframe {
  position: absolute;
  top: 0;
  height: 100% !important;
  left: 0;
  width: 100%;
}

.lp-video-placeholder {
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.25);
  position: relative;
}
.lp-video-placeholder::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP11_torchlighter_video/icon_play.svg) center no-repeat;
  background-size: contain;
  opacity: 0.35;
  height: 8.75rem;
  width: 8.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 72em) {
  .lp-video-placeholder::before {
    transform: translate(calc(-50% + 5rem), -50%);
    opacity: 0.4;
  }
}
.lp-video-placeholder::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lp-video-placeholder h3 {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  line-height: 1.2;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
@media (min-width: 72em) {
  .lp-video-placeholder h3 {
    padding-right: 8rem;
  }
}
.lp-video-placeholder h3 span {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
}
.lp-video-placeholder h3 strong {
  font-size: 26px;
  font-size: 1.625rem;
}

.lp-app-desc {
  max-width: 40rem;
  margin: 0 auto;
}

.lp-app {
  background: rgba(25.65, 112.9734482759, 125.35, 0.25);
  border-radius: 0.375rem;
  max-width: 40rem;
  margin: 1.25rem auto 0;
  padding: 1.875rem 0 0;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 48em) {
  .lp-app {
    align-self: start;
  }
}
@media (min-width: 72em) {
  .lp-app {
    padding-top: 2.5rem;
  }
}

.lp-app__title {
  line-height: 1.35;
  font-weight: bold;
  margin: 0 1.25rem 1.25rem;
  text-align: center;
}
@media (min-width: 72em) {
  .lp-app__title {
    margin: 0 1.875rem 1.25rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-app__links {
  display: flex;
  margin-bottom: 1.875rem;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

.lp-app__link {
  display: block;
  background: left top no-repeat;
  background-size: contain;
  text-indent: -999rem;
  height: 2.5rem;
  width: 7.5rem;
  margin-bottom: 0.25rem;
}

.lp-app__link--ios {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP11_torchlighter_video/button_appstore.svg);
}

.lp-app__link--android {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202508_LP11_torchlighter_video/button_googleplay.svg);
  background-position: center;
  width: 8.5rem;
}

.lp-app__devices {
  max-width: 20rem;
  margin: 0 auto;
  overflow: hidden;
}

.lp-app__devices-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 1.05fr 0.3fr 1fr 0.3fr 1.05fr;
  margin-bottom: -7.5rem;
}

.lp-app__device--1 {
  grid-row: 1;
  grid-column: 1/3;
}

.lp-app__device--2 {
  grid-row: 1;
  grid-column: 2/5;
  z-index: 1;
}

.lp-app__device--3 {
  grid-row: 1;
  grid-column: 4/7;
}