h2 {
  font-size: 40px;
}
.pm-button:hover {
  opacity: 0.8;
}
.pm-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
.pm-container {
  max-width: 1366px;
  margin: 0 auto;
}
.pm-page h1,
.pm-page h2,
.pm-page h3,
.pm-page p {
  margin: 0;
}
.pm-page h1 {
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
}
.pm-page h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}
.pm-page h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}
.pm-hero {
  background: linear-gradient(17deg, #eff2ff, #f5fcff);
  padding: 60px 0;
}
.pm-hero__grid {
  display: grid;
  grid-template-columns: 660px 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 480px;
}
.pm-hero__content {
  max-width: 660px;
}
.pm-check-list {
  padding: 0;
  margin: 24px 0 60px;
  list-style: none;
}
.pm-check-list li {
  position: relative;
  padding-left: 16px;
  margin-top: 8px;
  line-height: 22px;
}
.pm-check-list li:before {
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1933B8;
  content: "";
}
.pm-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.pm-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  min-height: 64px;
  padding: 12px 36px;
  border-radius: 107px;
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  gap: 8px;
}
.pm-button--download {
  background: linear-gradient(90deg, #0f28a9, #425ff4);
}
.pm-button--buy {
  background: #ff7d21;
}
.pm-hero__image {
  justify-self: end;
  width: 666px;
}
.pm-pain {
  display: grid;
  grid-template-columns: 580px 1fr;
  align-items: center;
  gap: 40px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.pm-pain > img {
  border-radius: 24px;
}
.pm-pain p {
  margin-top: 16px;
  line-height: 22px;
}
.pm-question-list {
  margin: 40px 0 0;
  padding-left: 24px;
  font-weight: 700;
}
.pm-question-list li {
  position: relative;
  margin-top: 16px;
  line-height: 22px;
}
.pm-question-list li::before {
  position: absolute;
  left: -16px;
  top: 10px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.pm-features {
  padding: 120px 0;
  background: #f5faff;
}
.pm-title-block {
  max-width: 1080px;
  margin: 0 auto 60px;
  text-align: center;
}
.pm-title-block p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 26px;
}
.pm-feature-list {
  display: grid;
  gap: 40px;
}
.pm-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 556px;
  align-items: center;
  padding: 40px 40px 40px 80px;
  gap: 24px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.pm-feature-card p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 26px;
}
.pm-feature-card ul {
  margin: 16px 0 0;
  padding-left: 30px;
  font-size: 20px;
  line-height: 32px;
}
.pm-feature-card ul li {
  position: relative;
}
.pm-feature-card ul li::before {
  position: absolute;
  left: -16px;
  top: 16px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.pm-feature-card > img {
  width: 556px;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  background: #f2f7fe;
}
/* Match the sticky, scroll-overlap behavior used by forgot-apple-id-solutions. */
@media (min-width: 1280px) {
  .pm-feature-card {
    position: sticky;
    top: 15%;
    overflow: hidden;
    will-change: transform;
    transform-style: preserve-3d;
  }
}
/* Steps — Figm
a node 102:781 */
.pm-steps {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, #EAEEFF 0%, #F9FBFF 100%);
  overflow: hidden;
}
.pm-steps:before {
  content: "";
  position: absolute;
  width: 641px;
  height: 608px;
  left: -299px;
  top: -304px;
  border-radius: 641px;
  opacity: 0.2;
  background: #3900D5;
  filter: blur(299.81048584px);
}
.pm-steps:after {
  position: absolute;
  content: "";
  width: 681px;
  height: 697px;
  right: -299px;
  bottom: -304px;
  border-radius: 697px;
  opacity: 0.2;
  background: #0092D5;
  filter: blur(299.81048584px);
}
.pm-steps > div > h2 {
  margin: 0;
  text-align: center;
}
.pm-steps__body {
  display: grid;
  grid-template-columns: minmax(0, 570px) 606px;
  gap: 24px;
  align-items: center;
  width: 1280px;
  max-width: 100%;
  height: 480px;
  margin: 60px auto 0;
  padding: 40px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 40px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.pm-steps__list {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 400px;
}
.pm-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  min-height: 120px;
  padding: 20px 24px;
  border: 0;
  border-right: 4px solid transparent;
  border-radius: 16px;
  background: transparent;
  color: #000;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.pm-step:hover,
.pm-step:focus-visible,
.pm-step.is-active {
  position: relative;
  background: #f5faff;
  outline: 0;
}
.pm-step:hover::after,
.pm-step:focus-visible::after,
.pm-step.is-active::after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 60%;
  background-color: #1933b8;
}
.pm-step strong {
  font-weight: 700;
}
.pm-step__number {
  display: grid;
  flex: 0 0 40px;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #1933b8;
  border-radius: 50%;
  color: #1933b8;
  font: 700 20px/26px Arial, "Helvetica Neue", sans-serif;
  transition: background 0.2s ease, color 0.2s ease;
}
.pm-step.is-active .pm-step__number,
.pm-step:hover .pm-step__number,
.pm-step:focus-visible .pm-step__number {
  border-color: #1933b8;
  background: #1933b8;
  color: #fff;
}
.pm-step.is-active {
  font-weight: 700;
}
.pm-steps__list > p {
  margin-top: auto;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.pm-steps__visual {
  width: 606px;
  height: 400px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  background: #fff;
}
.pm-steps__visual img {
  display: none;
  max-width: none;
  object-fit: cover;
}
.pm-steps__visual img.active {
  display: inline-block;
}
@media (max-width: 1100px) {
  .pm-steps__body {
    width: min(700px, 100%);
    height: auto;
    grid-template-columns: 1fr;
  }
  .pm-steps__list {
    height: auto;
  }
  .pm-steps__visual {
    margin: auto;
  }
  .pm-steps__list > p {
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .pm-step {
    min-height: 104px;
    padding: 16px 12px;
    gap: 12px;
    font-size: 15px;
  }
  .pm-steps__visual,
  .pm-steps__visual img {
    width: 100%;
    height: auto;
    aspect-ratio: 606/400;
  }
  .pm-steps__visual img {
    object-fit: cover;
  }
  .pm-steps__list > p {
    margin-top: 16px;
  }
}
.pm-benefits {
  padding: 120px 0;
}
.pm-benefits > h2 {
  text-align: center;
}
.pm-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 60px;
}
.pm-benefit-grid article {
  padding: 32px 20px;
  border: 1px solid #eaeaea;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.pm-benefit-grid img {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
}
.pm-benefit-grid h3 {
  font-size: 20px;
  line-height: 26px;
}
.pm-benefit-grid p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
.pm-local {
  display: grid;
  grid-template-columns: 420px 1fr;
  align-items: center;
  gap: 40px;
  padding: 0 40px 0 0;
  min-height: 408px;
  border-radius: 40px;
  overflow: hidden;
  background: #f5faff;
}
.pm-local > img {
  width: 420px;
  height: 408px;
  object-fit: cover;
}
.pm-local p {
  margin-top: 24px;
  font-size: 20px;
  line-height: 30px;
}
.pm-local ul {
  margin: 24px 0 0;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.pm-local ul li {
  position: relative;
}
.pm-local ul li::before {
  position: absolute;
  left: -16px;
  top: 16px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.pm-local li + li {
  margin-top: 8px;
}
.pm-faq {
  padding: 120px 0;
}
.pm-faq > h2 {
  text-align: center;
}
.pm-faq__list {
  margin: 60px 80px 0;
}
.pm-faq details {
  border-bottom: 1px solid #eaeaea;
}
.pm-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  list-style: none;
}
.pm-faq summary:after {
  flex: none;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/resources/images/unlock-password-management/arrow.svg) no-repeat;
}
.pm-faq details[open] summary:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/resources/images/unlock-password-management/arrow.svg) no-repeat;
  transform: rotate(-180deg);
}
.pm-faq details p {
  padding: 0 24px 28px;
  line-height: 24px;
}
.pm-bottom {
  padding: 40px 0;
  background: url(/resources/images/unlock-password-management/bottom-bg@2x.jpg) no-repeat;
  background-size: cover;
}
.pm-bottom__grid {
  display: grid;
  grid-template-columns: 766px 476px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 376px;
}
.pm-bottom p {
  margin-top: 16px;
  font-size: 20px;
  line-height: 26px;
}
.pm-bottom .pm-actions {
  margin-top: 48px;
}
.pm-bottom__grid > img {
  justify-self: end;
  width: 476px;
}
@media (max-width: 1100px) {
  .pm-container {
    max-width: calc(100% - 40px);
  }
  .pm-hero__grid,
  .pm-pain,
  .pm-local,
  .pm-bottom__grid {
    grid-template-columns: 1fr;
  }
  .pm-hero__image,
  .pm-bottom__grid > img {
    justify-self: center;
  }
  .pm-pain > img {
    margin: auto;
  }
  .pm-local {
    padding: 0 0 40px;
  }
  .pm-local > img {
    width: 100%;
    height: auto;
    max-height: 408px;
    object-fit: cover;
  }
  .pm-local > div {
    padding: 0 40px;
  }
  .pm-feature-card {
    grid-template-columns: 1fr;
    padding: 48px;
  }
  .pm-feature-card > img {
    margin: auto;
  }
  .pm-steps__body {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
  .pm-steps__body img {
    margin: auto;
  }
  .pm-benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pm-bottom__grid {
    justify-items: center;
    text-align: center;
  }
  .pm-bottom .pm-actions {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .pm-container {
    max-width: calc(100% - 32px);
  }
  .pm-page h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .pm-page h2,
  .pm-page h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .pm-hero,
  .pm-features,
  .pm-steps,
  .pm-benefits,
  .pm-faq {
    padding: 64px 0;
  }
  .pm-hero__grid {
    min-height: 0;
  }
  .pm-check-list {
    margin-bottom: 32px;
  }
  .pm-button {
    width: 100%;
    min-height: 54px;
    font-size: 17px;
  }
  .pm-pain {
    padding: 64px 0;
  }
  .pm-question-list {
    margin-top: 28px;
  }
  .pm-title-block {
    margin-bottom: 36px;
  }
  .pm-title-block p,
  .pm-feature-card p,
  .pm-feature-card ul,
  .pm-local p,
  .pm-local ul,
  .pm-bottom p {
    font-size: 16px;
    line-height: 24px;
  }
  .pm-feature-list {
    gap: 20px;
  }
  .pm-feature-card {
    gap: 28px;
    min-height: 0;
    padding: 28px 20px;
    border-radius: 24px;
  }
  .pm-feature-card ul {
    padding-left: 20px;
  }
  .pm-feature-card > img {
    height: auto;
  }
  .pm-steps__body {
    padding: 20px;
    gap: 28px;
    margin-top: 36px;
    border-radius: 24px;
  }
  .pm-steps__list li {
    padding: 20px 16px 20px 64px;
  }
  .pm-steps__list li:before {
    left: 12px;
    top: 24px;
  }
  .pm-benefit-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 36px;
  }
  .pm-benefit-grid article {
    min-height: 0;
  }
  .pm-local {
    max-width: 100%;
    border-radius: 0;
  }
  .pm-local > div {
    padding: 0 20px;
  }
  .pm-local ul {
    padding-left: 20px;
  }
  .pm-faq__list {
    margin: 36px 0 0;
  }
  .pm-faq summary {
    padding: 20px 0;
    font-size: 17px;
  }
  .pm-faq details p {
    padding: 0 0 20px;
  }
  .pm-bottom {
    padding: 48px 0;
  }
  .pm-bottom .pm-actions {
    margin-top: 32px;
  }
  .pm-bottom__grid > img {
    width: 100%;
  }
}
