/*
 * Product landing page styles.
 *
 * Pages opt in through `includeProductPageStyles` in their front matter.
 * Keep shared product components near the top and page-specific rules in
 * clearly labeled sections below.
 */

/* Shared centered hero, introduced with Account Defense */
.product-page .container.content-hero.enterprise-v2.container-ent-1.container-tablet.desk-height.product-page-hero-container {
  margin-top: 72px;
}

.product-page .title.center-text.max-width480.nomargin.uj-title.product-page-hero-title {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 60px;
  font-weight: 500;
  line-height: 110%;
}

.product-page .sub-hero.grey-500-text.home.uj-sub-hero.product-page-hero-description {
  width: 100%;
  max-width: 720px;
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.product-page-hero-description > strong {
  font-weight: inherit;
}

/* Preserve Fraud Protection presentation after correcting heading semantics. */
.fraud-protection-page h2.section-heading-2,
.fraud-protection-page h3.section-heading-2 {
  line-height: 44px;
}

.fraud-protection-page .section.fraud-protection-content-section {
  padding-top: 0;
  padding-bottom: 120px;
}

.fraud-protection-page .section.fraud-protection-how-section {
  padding-top: 104px;
}

.fraud-protection-page .content-cards-container {
  margin-top: 0;
  margin-bottom: 0;
}

.fraud-protection-page .content-highlight.margin-height-80 {
  margin-top: 0;
  margin-bottom: 0;
}

.fraud-protection-page .content-detail,
.fraud-protection-page .content-plan {
  padding-top: 0;
  padding-bottom: 0;
}

.fraud-protection-page .fraud-protection-how-title {
  margin-bottom: 64px;
}

.fraud-protection-how-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.fraud-protection-how-heading .content-block-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fraud-protection-how-heading .card-title {
  margin: 0;
}

.fraud-protection-page .content-cards-container .content-cards {
  width: 100%;
  column-gap: 24px;
}

.fraud-protection-page .content-cards-container .content-card {
  justify-content: flex-start;
}

.content-panel.fraud-protection-detection-panel {
  background-color: var(--dark);
}

.content-panel.fraud-protection-instant-panel {
  background-color: var(--dark);
}

.fraud-protection-instant-panel .content-column.code-block {
  overflow: hidden;
  border-radius: 16px;
}

.fraud-protection-instant-panel .code-block.fraud {
  border-radius: inherit;
}

.fraud-protection-detection-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fraud-protection-detection-heading .content-block-icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.fraud-protection-detection-heading h3 {
  margin: 0;
}

.fraud-protection-detection-link,
.fraud-protection-detection-link:visited,
.fraud-protection-detection-link:hover {
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fraud-protection-detection-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.fraud-protection-privacy-image {
  display: block;
  flex: 0 1 50%;
  align-self: center;
  width: 50%;
  max-width: 600px;
  height: auto;
  margin-top: -120px;
  margin-bottom: -120px;
}

.fraud-protection-ecommerce-container {
  width: 100%;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.fraud-protection-ecommerce-title {
  max-width: 1048px;
  margin: 0 auto 48px;
  text-align: center;
}

.fraud-protection-page #faq,
.private-learning-page #faq {
  padding-bottom: 120px;
}

@media screen and (max-width: 991px) {
  .fraud-protection-page #faq,
  .private-learning-page #faq {
    padding-bottom: 96px;
  }

  .fraud-protection-detection-panel .block-fraud-transaction {
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .fraud-protection-privacy-section .content-detail {
    align-items: stretch;
  }

  .fraud-protection-privacy-image {
    align-self: stretch;
    height: auto;
    margin-top: -96px;
    margin-bottom: -96px;
    object-fit: cover;
    object-position: center;
  }

  .fraud-protection-instant-panel .content-columns.content-code {
    flex-direction: column;
    align-items: stretch;
    gap: 48px;
  }

  .fraud-protection-instant-panel .content-columns.content-code > .content-column {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }

  .fraud-protection-instant-panel .content-column.code-description {
    margin-right: 0;
    margin-left: 0;
  }

  .fraud-protection-instant-panel .content-column.code-block {
    min-height: 360px;
  }

  .fraud-protection-ecommerce-title {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .fraud-protection-page h2.enterprisev2-content-heading-centered,
  .fraud-protection-page h2.section-heading-1,
  .fraud-protection-page h2.plan-heading,
  .fraud-protection-page #faq h2.section-heading-2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -.8px;
  }

  .fraud-protection-page h2.section-heading-1 > .section-heading-1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
}

@media screen and (max-width: 767px) {
  .fraud-protection-page #faq,
  .private-learning-page #faq {
    padding-bottom: 80px;
  }

  .fraud-protection-page .section.relative.center-vertical.uj-bg.uj-tablet-hero {
    max-height: none;
  }

  .fraud-protection-page .product-page-hero-container {
    min-height: 0;
    padding-bottom: 64px;
  }

  .fraud-protection-privacy-image {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .fraud-protection-privacy-section .block-detail {
    padding-right: 24px;
    padding-left: 24px;
  }

  .fraud-protection-page .uj-caps.ato-use-case._16px-caps.mb-16 {
    justify-content: center;
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .fraud-protection-page .product-page-hero-container .uj-get-started-btn {
    margin-bottom: 0;
  }

  .fraud-protection-page .block-fraud-transaction .cta-button,
  .fraud-protection-page .plan-contact-mobile .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 190px;
    height: 50px;
    margin-bottom: 0;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .fraud-protection-page #faq,
  .private-learning-page #faq {
    padding-bottom: 64px;
  }

  .fraud-protection-page .product-page-hero-container {
    padding-bottom: 72px;
  }

  .fraud-protection-privacy-section .block-detail {
    padding-right: 20px;
    padding-left: 20px;
  }

  .fraud-protection-page .uj-caps.ato-use-case._16px-caps.mb-16 {
    max-width: 250px;
  }

  .fraud-protection-page .product-page-hero-container .uj-get-started-btn {
    margin-bottom: 0;
  }

  .fraud-protection-ecommerce-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .fraud-protection-ecommerce-title {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 992px) {
  .fraud-protection-page .content-cards-container .card-image {
    width: 96%;
    height: 22.08vw;
    max-height: 302px;
  }

  .fraud-protection-page .content-cards-container .card-content {
    align-self: center;
    width: 96%;
  }

  .fraud-protection-how-heading .card-title {
    white-space: nowrap;
  }
}

/* Private Learning */
.private-learning-page .section.private-learning-content-section {
  padding-top: 0;
  padding-bottom: 120px;
}

.private-learning-page .section.private-learning-first-section {
  padding-top: 104px;
}

.private-learning-page .section.private-learning-content-section.private-learning-intro-section {
  padding-bottom: 0;
}

.private-learning-page .content-cards-container,
.private-learning-page .content-feature-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.private-learning-page .content-detail {
  padding-top: 0;
  padding-bottom: 0;
}

.content-panel.private-learning-intro-panel {
  background-color: var(--dark);
}

.private-learning-intro-panel .highlight-text {
  max-width: 900px;
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -.8px;
}

.private-learning-feature-panel .content-column {
  justify-content: flex-start;
  gap: 16px;
}

.private-learning-feature-heading,
.private-learning-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.private-learning-feature-heading .content-block-icon,
.private-learning-card-heading .content-block-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.private-learning-feature-heading .section-heading-2.color-grey900,
.private-learning-card-heading .card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -.4px;
}

.private-learning-feature-panel .section-text {
  opacity: 1;
  color: var(--grey-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.4px;
}

.private-learning-core-features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  column-gap: 64px;
  row-gap: 32px;
}

.private-learning-core-features-grid .content-column {
  width: 100%;
  min-width: 0;
  height: auto;
  align-self: start;
}

.private-learning-page .private-learning-how-title,
.private-learning-page .private-learning-why-title {
  margin-bottom: 64px;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -.8px;
}

.private-learning-page .content-cards-container .content-cards {
  width: 100%;
  column-gap: 24px;
}

.private-learning-page .content-cards-container .content-card {
  justify-content: flex-start;
}

.private-learning-page .content-cards-container .card-content {
  align-self: center;
  width: 96%;
}

.private-learning-card-heading {
  margin-bottom: 16px;
}

.private-learning-card-heading .icon-fork {
  background-image: url("../images/65f8ab269c73f61aa6ac1714_pl-icon-4.png");
}

.private-learning-page .content-detail .block-detail {
  gap: 16px;
}

.private-learning-page .content-detail h3.section-heading-2 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -.8px;
}

.private-learning-page .content-detail .section-text {
  color: var(--grey-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.4px;
}

.private-learning-page .private-learning-privacy-image {
  aspect-ratio: 5 / 3;
  align-self: center;
  height: auto;
  min-height: 0;
  border-radius: 0;
  background-color: transparent;
  background-position: center calc(45.5% + 10px);
  background-repeat: no-repeat;
  background-size: cover;
}

.private-learning-page .feature-list-title.title-grey-900 {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -.8px;
}

.private-learning-page .feature-list-subtitle {
  color: var(--grey-500);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -.4px;
}

@media screen and (min-width: 992px) {
  .private-learning-page .content-cards-container .card-image {
    width: 96%;
    height: 22.08vw;
    max-height: 302px;
  }

  .private-learning-card-heading .card-title {
    white-space: nowrap;
  }
}

/* MFA */
.mfa-page #faq .container-5 {
  padding-top: 120px;
}

@media screen and (max-width: 991px) {
  .mfa-page #faq .container-5 {
    padding-top: 96px;
  }
}

@media screen and (max-width: 767px) {
  .mfa-page #faq .container-5 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 479px) {
  .mfa-page #faq .container-5 {
    padding-top: 64px;
  }
}

/* Preserve Account Defense presentation after correcting heading semantics. */
.account-defense-page h3.section-heading-2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -.8px;
}

.account-defense-page h2.enterprivev2-box-heading-center {
  letter-spacing: -.8px;
}

/* Account Defense: How It Works */
.account-defense-page .account-defense-how-it-works-section {
  padding-bottom: 120px;
}

.account-defense-page .account-defense-how-it-works-section .content-diagram {
  margin-top: 0;
  margin-bottom: 0;
}

.account-defense-page .container.mfa-hp-sect-container {
  padding-top: 120px;
}

.account-defense-page .account-defense-mfa-card-heading {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -.4px;
}

.account-defense-page .account-defense-mfa-card-copy {
  color: var(--grey-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.4px;
}

.mfa-inline-link,
.mfa-inline-link:visited,
.mfa-inline-link:hover,
.account-defense-mfa-link,
.account-defense-mfa-link:visited,
.account-defense-mfa-link:hover {
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mfa-inline-link:focus-visible,
.account-defense-mfa-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.account-defense-faq-link,
.account-defense-faq-link:visited,
.account-defense-faq-link:hover {
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-defense-faq-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.account-defense-page .diagram-header {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: normal;
}

/* Account Defense: threat response panel */
.content-panel.account-defense-threat-panel {
  background-color: var(--dark);
}

.account-defense-threat-panel .panel-header.header-inline {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -.8px;
}

.account-defense-threat-panel h3.section-heading-2.color-white {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -.4px;
}

.account-defense-threat-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.account-defense-threat-heading .content-block-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.account-defense-threat-panel .section-text.color-grey200 {
  opacity: .5;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -.4px;
}

.account-defense-threat-panel .section-text > strong {
  font-weight: inherit;
}

.account-defense-threat-copy > p {
  margin: 0;
}

.account-defense-threat-copy > p + p {
  margin-top: 16px;
}

.account-defense-threat-link,
.account-defense-threat-link:visited,
.account-defense-threat-link:hover {
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.account-defense-threat-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

/* Account Defense: enterprise advantage */
.account-defense-advantage-section {
  padding-bottom: 120px;
}

.account-defense-advantage-heading {
  margin: 0;
  padding-bottom: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -.8px;
}

.account-defense-advantage-description {
  max-width: 780px;
  margin: 0 auto 48px;
  color: var(--grey-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.4px;
  text-align: center;
}

.account-defense-advantage-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.account-defense-advantage-card-heading .content-block-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.account-defense-advantage-panel h3.section-heading-2.color-grey900 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -.4px;
}

.account-defense-advantage-panel .section-text.account-defense-advantage-copy {
  color: var(--grey-900);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.4px;
}

/* Account Defense: account takeover protection definition */
.account-defense-definition-section {
  padding: 104px 50px 120px;
  background-color: var(--white);
}

.account-defense-definition-container {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.account-defense-definition-heading {
  margin: 0 0 56px;
  color: var(--dark);
  font-family: inherit;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: normal;
  text-align: left;
  white-space: nowrap;
}

.account-defense-definition-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--_2026-design-system---alpha-black-16);
  border-radius: 16px;
  background-color: var(--white);
  list-style: none;
}

.account-defense-definition-item {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  column-gap: 32px;
  padding: 34px 36px;
  border-bottom: 1px solid var(--_2026-design-system---alpha-black-16);
}

.account-defense-definition-item:last-child {
  border-bottom: 0;
}

.account-defense-definition-number {
  padding-top: 2px;
  color: var(--grey-500);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .12em;
}

.account-defense-definition-text {
  max-width: 920px;
  margin: 0;
  color: var(--dark);
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -.4px;
}

.account-defense-definition-text > strong {
  font-weight: inherit;
}

@media screen and (max-width: 991px) {
  .private-learning-page .section.private-learning-content-section {
    padding-bottom: 96px;
  }

  .private-learning-page .section.private-learning-first-section {
    padding-top: 80px;
  }

  .private-learning-page .private-learning-how-title,
  .private-learning-page .private-learning-why-title {
    margin-bottom: 48px;
  }

  .fraud-protection-page .section.fraud-protection-content-section {
    padding-bottom: 96px;
  }

  .fraud-protection-page .section.fraud-protection-how-section {
    padding-top: 80px;
  }

  .fraud-protection-page .fraud-protection-how-title {
    margin-bottom: 48px;
  }

  .product-page .title.center-text.max-width480.nomargin.uj-title.product-page-hero-title {
    font-size: 60px;
    line-height: 69px;
  }

  .account-defense-page .account-defense-how-it-works-section {
    padding-bottom: 96px;
  }

  .account-defense-page .container.mfa-hp-sect-container {
    padding-top: 96px;
  }

  .account-defense-advantage-section {
    padding-bottom: 96px;
  }

  .account-defense-definition-section {
    padding: 80px 32px 96px;
  }

  .account-defense-definition-heading {
    white-space: normal;
  }

  .account-defense-definition-item {
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 24px;
    padding: 30px 28px;
  }
}

@media screen and (max-width: 767px) {
  .private-learning-page .private-learning-core-features-section,
  .private-learning-page .private-learning-why-section > .private-learning-content-section,
  .private-learning-page .private-learning-features-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .private-learning-page .private-learning-features-section .feature-list-cta-wrapper .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 190px;
    height: 50px;
    min-height: 50px;
    margin-bottom: 0;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
  }

  .private-learning-core-features-grid {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 32px;
  }

  .private-learning-page .section.private-learning-content-section {
    padding-bottom: 80px;
  }

  .private-learning-page .section.private-learning-first-section {
    padding-top: 64px;
  }

  .private-learning-intro-panel .highlight-text {
    font-size: 36px;
    line-height: 42px;
  }

  .private-learning-page .content-detail h3.section-heading-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .private-learning-page .feature-list-title.title-grey-900 {
    font-size: 32px;
    line-height: 40px;
  }

  .fraud-protection-page .section.fraud-protection-content-section {
    padding-bottom: 80px;
  }

  .fraud-protection-page .section.fraud-protection-how-section {
    padding-top: 64px;
  }

  .product-page .title.center-text.max-width480.nomargin.uj-title.product-page-hero-title {
    font-size: 48px;
    line-height: 58px;
  }

  .account-defense-page h3.section-heading-2.color-white {
    font-size: 28px;
  }

  .account-defense-definition-section {
    padding: 64px 24px 80px;
  }

  .account-defense-page .account-defense-how-it-works-section {
    padding-bottom: 80px;
  }

  .account-defense-page .account-defense-how-it-works-section .diagram-details.background-teal-900 {
    aspect-ratio: 1024 / 575;
    width: calc(100% - 48px);
    max-width: none;
    min-width: 0;
    min-height: 0;
  }

  .account-defense-threat-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .account-defense-page .container.mfa-hp-sect-container {
    padding-top: 100px;
  }

  .account-defense-advantage-section {
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .account-defense-definition-heading {
    margin-bottom: 40px;
  }

  .account-defense-definition-item {
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 16px;
    padding: 24px;
  }

  .account-defense-definition-text {
    font-size: 16px;
    line-height: 24px;
  }

  .account-defense-advantage-panel .section-text.account-defense-advantage-copy {
    font-size: 16px;
    line-height: 24px;
  }

  .account-defense-advantage-description {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }

  .account-defense-page .account-defense-mfa-card-copy {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .private-learning-page .private-learning-core-features-section,
  .private-learning-page .private-learning-why-section > .private-learning-content-section,
  .private-learning-page .private-learning-features-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .private-learning-page .section.private-learning-content-section {
    padding-bottom: 64px;
  }

  .private-learning-page .section.private-learning-first-section {
    padding-top: 56px;
  }

  .private-learning-page .private-learning-how-title,
  .private-learning-page .private-learning-why-title {
    margin-bottom: 40px;
  }

  .private-learning-intro-panel .highlight-text {
    font-size: 32px;
    line-height: 40px;
  }

  .private-learning-feature-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .fraud-protection-page .section.fraud-protection-content-section {
    padding-bottom: 64px;
  }

  .fraud-protection-page .section.fraud-protection-how-section {
    padding-top: 56px;
  }

  .fraud-protection-page .fraud-protection-how-title {
    margin-bottom: 40px;
  }

  .product-page .container.content-hero.enterprise-v2.container-ent-1.container-tablet.desk-height.product-page-hero-container {
    margin-top: 24px;
  }

  .product-page .title.center-text.max-width480.nomargin.uj-title.product-page-hero-title {
    font-size: 40px;
    line-height: 44px;
  }

  .account-defense-definition-section {
    padding: 56px 16px 64px;
  }

  .account-defense-page .account-defense-how-it-works-section {
    padding-bottom: 64px;
  }

  .account-defense-page .account-defense-how-it-works-section .content-diagram {
    padding-left: 8px;
    padding-right: 8px;
  }

  .account-defense-page .account-defense-how-it-works-section .diagram-details.background-teal-900 {
    width: 100%;
    height: auto;
  }

  .account-defense-page .container.mfa-hp-sect-container {
    padding-top: 84px;
  }

  .account-defense-advantage-section {
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .account-defense-threat-panel .panel-header.header-inline {
    font-size: 36px;
    line-height: 42px;
  }

  .account-defense-advantage-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .account-defense-definition-heading {
    margin-bottom: 32px;
  }

  .account-defense-definition-item {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 12px;
    padding: 20px 16px;
  }
}
