@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.site-header.site-header--minimal {
  padding: 0.5rem 1.875rem 0.3125rem;
}

.lp {
  background: #fce8c5;
  color: #5b5e63;
  font-family: "fredoka-variable", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  overflow: hidden;
  padding: 0;
}

.lp-digital-access {
  background: radial-gradient(circle at 7% 16%, rgba(255, 255, 255, 0.65) 0 0.35rem, transparent 0.4rem), radial-gradient(circle at 92% 8%, rgba(251, 188, 16, 0.45) 0 0.45rem, transparent 0.5rem), linear-gradient(180deg, #fff9ed 0, #fce8c5 42rem, #fffaf1 100%);
  min-height: calc(100vh - 4.5rem);
  position: relative;
}

.lp-digital-access__hero {
  align-items: center;
  background: linear-gradient(135deg, #037080, #17b7c5);
  color: white;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 5rem clamp(4.75rem, 21vw, 15rem);
  position: relative;
}
@media (min-width: 72em) {
  .lp-digital-access__hero {
    padding: 6.25rem;
  }
}
.lp-digital-access__hero::before, .lp-digital-access__hero::after {
  border: 0.125rem solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  position: absolute;
}
.lp-digital-access__hero::before {
  height: 23rem;
  right: -10rem;
  top: -12rem;
  width: 23rem;
}
.lp-digital-access__hero::after {
  bottom: -11rem;
  height: 20rem;
  left: -8rem;
  width: 20rem;
}

.lp-digital-access__top {
  max-width: 54rem;
  position: relative;
  width: 100%;
  z-index: 3;
}
.lp-digital-access__top h1 {
  font-size: clamp(3rem, 10vw, 6.75rem);
  line-height: 0.75;
  margin: 0;
  text-align: center;
  text-shadow: 0 0.2rem 0 rgba(0.9735099338, 42.1854304636, 48.0264900662, 0.18);
  text-wrap: balance;
}
@media (min-width: 72em) {
  .lp-digital-access__top h1 {
    font-size: 5.5rem;
  }
}
.lp-digital-access__top span,
.lp-digital-access__top strong {
  display: block;
}
.lp-digital-access__top span {
  color: #fbbc10;
  font-size: 0.5em;
  font-family: "blambot-pro", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .lp-digital-access__top span {
    margin-bottom: 0.375em;
  }
}
.lp-digital-access__top strong {
  display: block;
  line-height: 1;
  font-size: 0.875em;
  font-weight: inherit;
}

.lp-digital-access__hero-art {
  display: block;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.lp-digital-access__hero-girl,
.lp-digital-access__hero-boy-back,
.lp-digital-access__hero-boy {
  bottom: -1rem;
  filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.18));
  position: absolute;
}
@media (min-width: 48em) {
  .lp-digital-access__hero-girl,
  .lp-digital-access__hero-boy-back,
  .lp-digital-access__hero-boy {
    bottom: -3.75rem;
  }
}

.lp-digital-access__hero-girl {
  left: max(1rem, (100% - 80rem) / 2);
  width: min(22vw, 11rem);
}
@media (min-width: 48em) {
  .lp-digital-access__hero-girl {
    left: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-digital-access__hero-girl {
    left: calc(50% - 32.5rem);
  }
}

.lp-digital-access__hero-boy-back {
  display: none;
}
@media (min-width: 48em) {
  .lp-digital-access__hero-boy-back {
    display: block;
    width: 12rem;
    bottom: -9.5rem;
    right: 0.25rem;
  }
}
@media (min-width: 72em) {
  .lp-digital-access__hero-boy-back {
    bottom: -15rem;
    right: auto;
    left: calc(50% + 25rem);
    width: 13.5rem;
  }
}

.lp-digital-access__hero-boy {
  right: max(1rem, (100% - 80rem) / 2);
  width: min(23vw, 12rem);
  z-index: 1;
}
@media (min-width: 48em) {
  .lp-digital-access__hero-boy {
    right: 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-digital-access__hero-boy {
    bottom: -5.5rem;
    right: auto;
    left: calc(50% + 18.5rem);
  }
}

.lp-digital-access__content {
  margin: 0 auto;
  max-width: 82rem;
  padding: 4.5rem 1.875rem 5.5rem;
}
@media (min-width: 48em) {
  .lp-digital-access__content {
    padding: 6.5rem 2.5rem 8rem;
  }
}

.lp-app {
  align-items: center;
  display: grid;
  gap: 2rem;
  position: relative;
  max-width: 22.5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-app {
    gap: clamp(5rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 1.08fr) minmax(19rem, 0.92fr);
    max-width: 100%;
  }
}
@media (min-width: 84em) {
  .lp-app {
    gap: 7.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.lp-app + .lp-app {
  margin-top: 6.5rem;
}
@media (min-width: 48em) {
  .lp-app + .lp-app {
    margin-top: 9rem;
  }
}

.lp-app__visual {
  aspect-ratio: 1;
  background: linear-gradient(145deg, #fde39c, #fcd465);
  border: 0.125rem solid rgba(184, 101, 44, 0.12);
  border-radius: 2.5rem;
  box-shadow: 0 1.5rem 3rem rgba(184, 101, 44, 0.14);
  position: relative;
  width: 100%;
}

.lp-app__copy {
  position: relative;
  z-index: 2;
}
.lp-app__copy h2 {
  margin: 0 0 1.25rem;
  text-wrap: balance;
}
.lp-app__copy h2 strong {
  color: #038294;
  display: block;
  font-family: "blambot-pro", sans-serif;
  font-size: 1.25rem;
}
@media (min-width: 84em) {
  .lp-app__copy h2 strong {
    font-size: 2rem;
  }
}
.lp-app__copy h2 span {
  color: #2d3957;
  line-height: 1.1;
  display: block;
  font-weight: 600;
  font-size: 2.5rem;
}
@media (min-width: 84em) {
  .lp-app__copy h2 span {
    font-size: 2.75rem;
  }
}
.lp-app__copy p {
  font-size: clamp(1.125rem, 2vw, 1.4rem);
  line-height: 1.6;
  padding-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .lp-app__copy p {
    padding-bottom: 2.5rem;
  }
}

.lp-tv-app__visual {
  background: radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.9) 0 0.4rem, transparent 0.45rem), radial-gradient(circle at 96% 28%, rgba(3, 130, 148, 0.18) 0 0.32rem, transparent 0.37rem), radial-gradient(circle at 94% 51%, rgba(255, 255, 255, 0.72) 0 0.26rem, transparent 0.31rem), radial-gradient(circle at 97% 72%, rgba(184, 101, 44, 0.14) 0 0.42rem, transparent 0.47rem), radial-gradient(circle at 91% 89%, rgba(23, 183, 197, 0.2) 0 0.3rem, transparent 0.35rem), radial-gradient(circle at 7% 58%, rgba(184, 101, 44, 0.16) 0 0.32rem, transparent 0.37rem), radial-gradient(circle at 16% 65%, rgba(255, 255, 255, 0.78) 0 0.25rem, transparent 0.3rem), radial-gradient(circle at 5% 71%, rgba(3, 130, 148, 0.2) 0 0.38rem, transparent 0.43rem), radial-gradient(circle at 10% 78%, rgba(23, 183, 197, 0.3) 0 0.55rem, transparent 0.6rem), radial-gradient(circle at 17% 84%, rgba(184, 101, 44, 0.14) 0 0.29rem, transparent 0.34rem), radial-gradient(circle at 6% 89%, rgba(255, 255, 255, 0.8) 0 0.36rem, transparent 0.41rem), radial-gradient(circle at 14% 95%, rgba(3, 130, 148, 0.18) 0 0.27rem, transparent 0.32rem), linear-gradient(145deg, #fde39c, #fcd465);
}

.lp-tv-app__video {
  aspect-ratio: 16/9;
  background: black;
  border: 0.125rem solid #2d3957;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(184, 101, 44, 0.1), 0 0.5rem 2rem rgba(184, 101, 44, 0.3);
  left: -5%;
  overflow: hidden;
  position: absolute;
  top: 5%;
  width: 86%;
  z-index: 2;
}
.lp-tv-app__video iframe {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.lp-tv-app__ornament-tvs {
  pointer-events: none;
  position: absolute;
}

.lp-tv-app__ornament-tvs {
  bottom: -17.5%;
  filter: drop-shadow(0 1rem 1rem rgba(184, 101, 44, 0.2));
  right: -5%;
  width: 83%;
  z-index: 1;
}

@media (min-width: 48em) {
  .lp-kids-app {
    grid-template-columns: minmax(19rem, 0.92fr) minmax(0, 1.08fr);
  }
  .lp-kids-app .lp-app__visual {
    grid-column: 2;
    grid-row: 1;
  }
  .lp-kids-app .lp-app__copy {
    grid-column: 1;
    grid-row: 1;
  }
}

.lp-kids-app__visual {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_vomkidsdigitalaccess/bg_header.webp?v=20260731) center/cover no-repeat;
  border-color: rgba(3, 130, 148, 0.14);
  box-shadow: 0 1.5rem 3rem rgba(3, 130, 148, 0.14);
}

.lp-kids-app__ipad,
.lp-kids-app__phone,
.lp-kids-app__badges,
.lp-kids-app__child {
  filter: drop-shadow(0 1rem 1rem rgba(3, 130, 148, 0.2));
  position: absolute;
}

.lp-kids-app__ipad {
  left: -4%;
  top: 20%;
  width: 84%;
}

.lp-kids-app__phone {
  right: -9%;
  top: 7%;
  width: 50%;
  z-index: 2;
}

.lp-kids-app__badges {
  right: 6%;
  top: 10%;
  width: 25%;
  z-index: 3;
}

.lp-kids-app__child {
  bottom: -4%;
  right: 30%;
  width: 40%;
  z-index: 4;
  filter: drop-shadow(0 0.25rem 2rem rgba(184, 101, 44, 0.75));
}

.lp-download-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.lp-tv-watch-button {
  align-items: center;
  background: #2d3957;
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 0.24rem 1rem rgba(24.1363636364, 30.5727272727, 46.6636363636, 0.28);
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-family: "fredoka-variable", sans-serif;
  gap: 0.75rem;
  justify-content: center;
  min-height: 3.75rem;
  min-width: 12.5rem;
  padding: 0.55rem 1.25rem;
  text-align: left;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.lp-tv-watch-button:hover, .lp-tv-watch-button:focus-visible {
  background: #232c43;
  box-shadow: 0 0.6rem 1rem rgba(45, 57, 87, 0.24);
  transform: translateY(-0.15rem);
}
.lp-tv-watch-button svg {
  flex: 0 0 auto;
  height: 2.25rem;
  width: 2.75rem;
  position: relative;
  top: -0.025rem;
}
.lp-tv-watch-button span,
.lp-tv-watch-button small,
.lp-tv-watch-button strong {
  display: block;
}
.lp-tv-watch-button small {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
}
.lp-tv-watch-button strong {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}

.lp-tv-series {
  margin: 5rem 0 7.5rem;
}
@media (min-width: 48em) {
  .lp-tv-series {
    margin: 6.25rem 0 8.75rem;
  }
}

.lp-tv-series__header {
  margin: 0 auto 2.25rem;
  max-width: 48rem;
  text-align: center;
}

.lp-tv-series__eyebrow {
  font-size: clamp(1.15rem, 2.5vw, 1.6rem);
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.lp-tv-series__grid {
  display: grid;
  gap: 1.5rem;
  max-width: 30rem;
  margin: 0 auto;
}
@media (min-width: 64em) {
  .lp-tv-series__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }
}

.lp-tv-series-card {
  background: white;
  border: 0.125rem solid rgba(3, 130, 148, 0.13);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.5rem rgba(184, 101, 44, 0.12);
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
}

.lp-tv-series-card__image {
  aspect-ratio: 16/9;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.lp-tv-series-card__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.4rem 1.4rem 1.6rem;
}
.lp-tv-series-card__copy h3 {
  color: #2d3957;
  font-size: 1.4rem;
  line-height: 1.15;
  font-weight: 600;
  color: #038294;
  margin: 0 0 0.75rem;
  text-wrap: balance;
}
.lp-tv-series-card__copy p {
  font-size: 1.05rem;
  line-height: 1.55;
  padding-bottom: 0;
}

.lp-tv-dialog {
  background: transparent;
  border: 0;
  color: #2d3957;
  font-family: "fredoka-variable", sans-serif;
  max-height: calc(100vh - 2rem);
  max-width: 42rem;
  padding: 0;
  width: calc(100% - 2rem);
}
.lp-tv-dialog::backdrop {
  backdrop-filter: blur(0.25rem);
  background: rgba(1, 31, 36, 0.78);
}

.lp-tv-dialog__panel {
  background: linear-gradient(to bottom, #038294, #026876);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.5rem;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.35);
  color: white;
  overflow-y: auto;
  padding: 2rem 1.25rem 1.5rem;
  position: relative;
  text-align: center;
}
@media (min-width: 36em) {
  .lp-tv-dialog__panel {
    padding: 2.5rem;
  }
}
.lp-tv-dialog__panel h2 {
  font-size: clamp(2rem, 7vw, 3.25rem);
  font-weight: 700;
  line-height: 0.95;
  margin: 0 2rem 0.75rem;
}
.lp-tv-dialog__panel h2 span {
  color: #fcd15b;
}
.lp-tv-dialog__panel > p {
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 31rem;
  padding-bottom: 1.5rem;
  text-align: left;
}

.lp-tv-dialog__close {
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
  border: 0;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 2.75rem;
}
.lp-tv-dialog__close:hover, .lp-tv-dialog__close:focus-visible {
  background: #024b55;
}

.lp-tv-dialog__cta {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  margin-top: 1.25rem;
  padding: 1.875rem;
}

.lp-tv-dialog__options {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  justify-content: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .lp-tv-dialog__options {
    align-items: center;
    display: flex;
  }
}

.lp-tv-dialog__option {
  display: block;
}

.lp-tv-dialog__apple-badge {
  height: 3.25rem;
  width: auto;
}

.lp-tv-dialog__option--store img {
  display: block;
  height: 3.25rem;
  margin: 0 auto;
  max-width: 11rem;
  object-fit: contain;
  width: 100%;
}

.lp-tv-dialog__option--roku img {
  background: #4f01a3;
  border: 1px solid #a6a6a6;
  border-radius: 0.5rem;
  box-sizing: border-box;
  object-fit: cover;
  padding: 0 1rem;
}

.lp-tv-dialog__search-cta strong {
  display: inline;
}

.lp-download-link {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 3.25rem;
  text-indent: -999rem;
  transition: filter 160ms ease, transform 160ms ease;
}
.lp-download-link:hover, .lp-download-link:focus-visible {
  filter: drop-shadow(0 0.4rem 0.45rem rgba(45, 57, 87, 0.2));
  transform: translateY(-0.15rem);
}

.lp-download-link--ios {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_vomkidsdigitalaccess/button_appstore_black.svg);
  width: 9.72rem;
}

.lp-download-link--android {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_vomkidsdigitalaccess/button_googleplay.svg);
  width: 10.97rem;
}

@media (prefers-reduced-motion: reduce) {
  .lp-download-link,
  .lp-tv-watch-button {
    transition: none;
  }
}