/* Leak & DNS Protection page, Figma node 292:30952. */
.leak-protection-page {
  background: #faf6ec;
}

.lp-hero {
  height: 884px;
  overflow: hidden;
}

.lp-hero-inner {
  display: grid;
  width: min(calc(100% - 96px), 1632px);
  height: 100%;
  margin: 0 auto;
  padding-top: 132px;
  grid-template-columns: 720px minmax(0, 1fr);
  gap: 32px;
}

.lp-hero-copy {
  position: relative;
  z-index: 2;
  width: 720px;
  margin-top: 33px;
}

.lp-hero h1 {
  margin-top: 24px;
  font-size: 72px;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: -1.44px;
}

.lp-hero-copy > p {
  margin-top: 24px;
  color: #717680;
  font-size: 20px;
  line-height: 30px;
}

.lp-hero-actions {
  margin-top: 48px;
}

.lp-plan-note {
  display: flex;
  align-items: center;
  margin-top: 16px;
  color: #717680;
  font-size: 18px;
  line-height: 24px;
  gap: 12px;
}

.lp-plan-note img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.lp-hero-media {
  display: flex;
  height: 667px;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
}

.lp-hero-art {
  display: block;
  width: 667px;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
}

.lp-screen {
  position: absolute;
  overflow: hidden;
  padding: 6px;
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 12px 8px rgb(10 13 18 / 8%), 0 4px 3px rgb(10 13 18 / 4%);
}

.lp-screen img {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #e9eaeb;
  border-radius: 24px;
  object-fit: cover;
}

.lp-screen-desktop {
  top: -61px;
  left: 64px;
  width: 1024px;
  height: 687px;
  padding: 7px;
}

.lp-screen-mobile {
  top: 43px;
  left: 0;
  z-index: 2;
  width: 280px;
  height: 592px;
}

.lp-protect {
  height: 527px;
  border: 1px solid #e9eaeb;
  background: #fcfaf4;
}

.lp-section-heading,
.lp-matters-heading {
  display: flex;
  width: min(calc(100% - 96px), 1632px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: -1px auto 0;
  border-right: 1px solid #e9eaeb;
  border-left: 1px solid #e9eaeb;
  text-align: center;
}

.lp-section-heading {
  height: 250px;
  justify-content: flex-start;
  padding-top: 60px;
}

.lp-section-heading h2,
.lp-matters-heading h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.lp-section-heading p {
  width: min(100%, 768px);
  margin-top: 16px;
  color: #414651;
  font-size: 20px;
  line-height: 30px;
}

.lp-protect-grid,
.lp-matters-grid {
  display: grid;
  width: 100%;
  margin: 0 auto;
  padding-right: max(48px, calc((100% - 1632px) / 2));
  padding-left: max(48px, calc((100% - 1632px) / 2));
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-protect-grid {
  height: 229px;
  border-top: 1px solid #e9eaeb;
  border-bottom: 1px solid #e9eaeb;
}

.lp-protect-grid article,
.lp-matters-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-right: 1px solid #e9eaeb;
}

.lp-protect-grid article:first-child,
.lp-matters-grid article:first-child {
  border-left: 1px solid #e9eaeb;
}

.lp-step-number,
.lp-feature-icon {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border-radius: 50%;
  place-items: center;
}

.lp-step-number {
  background: #feefe5;
  color: #f47c3c;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.lp-protect-grid h3,
.lp-matters-grid h3 {
  margin-top: 12px;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.lp-protect-grid p,
.lp-matters-grid p {
  padding-top: 24px;
  font-size: 18px;
  line-height: 24px;
}

.lp-matters {
  --lp-dark-rule: #373a41;

  min-height: 504px;
  background: #0f2040;
}

.lp-matters-heading {
  height: 226px;
  justify-content: flex-start;
  padding-top: 94px;
  border-color: var(--lp-dark-rule);
}

.lp-matters-heading h2 {
  color: #fff;
}

.lp-matters-grid {
  min-height: 278px;
  border-top: 1px solid var(--lp-dark-rule);
  border-bottom: 1px solid var(--lp-dark-rule);
}

.lp-matters-grid article {
  border-color: var(--lp-dark-rule);
}

.lp-matters-grid article:first-child {
  border-left-color: var(--lp-dark-rule);
}

.lp-feature-icon {
  background: #0051ca;
}

.lp-feature-icon img {
  width: 28px;
  height: 28px;
}

.lp-matters-grid h3,
.lp-matters-grid p {
  color: #fff;
}

.lp-faq {
  min-height: 523px;
}

.leak-protection-page footer {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .lp-hero {
    height: auto;
  }

  .lp-hero-inner {
    padding: 88px 0 96px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 44%);
  }

  .lp-hero-copy {
    width: auto;
    margin-top: 0;
  }

  .lp-hero h1 {
    font-size: 56px;
    line-height: 68px;
  }

  .lp-hero-media {
    height: auto;
    align-self: center;
    aspect-ratio: 1;
  }

  .lp-hero-art {
    width: 100%;
    max-width: 667px;
  }

  .lp-protect,
  .lp-matters {
    height: auto;
  }

  .lp-section-heading,
  .lp-matters-heading {
    height: auto;
    min-height: 240px;
    padding: 60px 32px;
    justify-content: center;
  }

  .lp-protect-grid,
  .lp-matters-grid {
    height: auto;
    padding: 0 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-protect-grid article,
  .lp-matters-grid article {
    min-height: 278px;
  }

  .lp-protect-grid article:nth-child(2) {
    border-right: 1px solid #e9eaeb;
  }

  .lp-protect-grid article:nth-child(3) {
    border-left: 1px solid #e9eaeb;
  }

  .lp-protect-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #e9eaeb;
  }

  .lp-matters-grid article:nth-child(2) {
    border-right: 1px solid var(--lp-dark-rule);
  }

  .lp-matters-grid article:nth-child(3) {
    border-left: 1px solid var(--lp-dark-rule);
  }

  .lp-matters-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--lp-dark-rule);
  }
}

@media (min-width: 761px) and (max-width: 1200px) {
  .lp-hero-inner {
    display: block;
    width: calc(100% - 96px);
    padding: 88px 0 96px;
  }

  .lp-hero-copy {
    width: 100%;
    max-width: 720px;
  }

  .lp-hero-media {
    width: 100%;
    max-width: 620px;
    margin: 72px auto 0;
    aspect-ratio: auto;
  }

  .lp-hero-art {
    width: 100%;
  }
}

@media (min-width: 761px) and (max-width: 1023px) {
  .lp-protect-grid article,
  .lp-matters-grid article {
    padding: 28px 20px;
  }

  .lp-protect-grid h3,
  .lp-matters-grid h3 {
    overflow-wrap: anywhere;
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -0.52px;
  }

  .lp-protect-grid p,
  .lp-matters-grid p {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 760px) {
  .lp-hero-inner {
    display: block;
    width: 100%;
    padding: 72px 20px;
  }

  .lp-hero h1 {
    margin-top: 16px;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: -0.84px;
  }

  .lp-hero-copy > p {
    font-size: 17px;
    line-height: 26px;
  }

  .lp-hero-actions .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .lp-hero-actions .button {
    width: 100%;
  }

  .lp-plan-note {
    align-items: flex-start;
  }

  .lp-hero-media {
    height: auto;
    margin-top: 56px;
    aspect-ratio: auto;
  }

  .lp-section-heading,
  .lp-matters-heading {
    width: 100%;
    min-height: 0;
    padding: 72px 20px;
    border-right: 0;
    border-left: 0;
  }

  .lp-section-heading h2,
  .lp-matters-heading h2 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -0.76px;
  }

  .lp-section-heading p {
    margin-top: 16px;
    font-size: 17px;
    line-height: 26px;
  }

  .lp-protect-grid,
  .lp-matters-grid {
    width: 100%;
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .lp-protect-grid article,
  .lp-matters-grid article {
    min-height: 268px;
    padding: 32px 20px;
    border-right: 0;
    border-bottom: 1px solid #e9eaeb;
    border-left: 0;
  }

  .lp-matters-grid article {
    border-color: var(--lp-dark-rule);
  }

  .lp-protect-grid h3,
  .lp-matters-grid h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
  }

  .lp-protect-grid p,
  .lp-matters-grid p {
    padding-top: 32px;
  }
}
