/*
 * 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;
}

/* hCaptcha Pro */
.pro-page {
  --pro-blue: #1975bd;
  --pro-blue-dark: #0f5f9f;
  --pro-blue-bright: #53afff;
  --pro-ink: #252525;
  --pro-muted: #686868;
  --pro-line: #dedede;
  --pro-soft: #f6f6f6;
  --pro-green: #43cf72;
  color: var(--pro-ink);
  background: #fff;
}

.pro-page main { overflow: hidden; }
.pro-shell { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.pro-section { padding: 96px 0; }
.pro-kicker,
.pro-eyebrow { margin: 0 0 18px; color: var(--pro-blue); font-size: 13px; font-weight: 700; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.pro-section-title,
.pro-page .pro-feature h2,
.pro-page .pro-pricing-intro h2,
.pro-page .pro-faq h2 { margin: 0; color: var(--pro-ink); font-size: 48px; font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }

.pro-hero { position: relative; padding: 96px 0; background-color: #01211f; background-image: url("../images/689e40769d9863f1cce73de7_User-journey-background.svg"); background-position: center; background-size: cover; }
.pro-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr); align-items: center; gap: 88px; }
.pro-hero-copy { max-width: 610px; }
.pro-eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 15px 8px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); }
.pro-signal-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--pro-green); box-shadow: 0 0 0 6px rgba(22,168,116,.12); }
.pro-page .pro-hero h1 { margin: 0; color: #fff; font-size: clamp(54px, 5.3vw, 76px); font-weight: 500; line-height: .99; letter-spacing: -.055em; }
.pro-hero-description { max-width: 585px; margin: 28px 0 0; color: rgba(255,255,255,.6); font-size: 19px; line-height: 1.58; }
.pro-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.pro-button { min-height: 52px; border-radius: 999px; padding: 15px 26px; font-size: 16px; font-weight: 600; line-height: 22px; text-align: center; transition: background-color .2s ease, transform .2s ease; }
.pro-button-primary { background: var(--pro-blue); }
.pro-button-primary:hover { background: var(--pro-blue-dark); transform: translateY(-1px); }
.pro-hero .pro-button-primary { color: var(--pro-ink); background: #fff; }
.pro-hero .pro-button-primary:hover { color: var(--pro-ink); background: #f2f2f2; }
.pro-text-link { color: var(--pro-ink); font-size: 16px; font-weight: 600; line-height: 1.4; text-decoration: none; }
.pro-text-link span { display: inline-block; margin-left: 3px; transition: transform .2s ease; }
.pro-text-link:hover span { transform: translateX(4px); }
.pro-hero .pro-text-link { color: #fff; }
.pro-page .pro-button:focus-visible,
.pro-page .pro-text-link:focus-visible { outline: 3px solid #8fb7ff; outline-offset: 4px; }

.pro-hero-summary { padding: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.08); }
.pro-summary-label { margin: 0; color: var(--pro-blue-bright); font-size: 12px; font-weight: 700; line-height: 1.3; letter-spacing: .09em; text-transform: uppercase; }
.pro-summary-stat { display: flex; align-items: baseline; gap: 12px; margin-top: 22px; }
.pro-summary-stat strong { color: #fff; font-size: 64px; font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.pro-summary-stat span { color: rgba(255,255,255,.6); font-size: 16px; }
.pro-hero-summary ul { display: grid; gap: 0; margin: 22px 0; padding: 0; list-style: none; }
.pro-hero-summary li { display: flex; align-items: center; gap: 12px; margin: 0; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.6); font-size: 14px; line-height: 14px; }
.pro-hero-summary .pro-highlight-dot { flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--pro-green); }
.pro-highlight-text { display: block; }
.pro-summary-price { display: grid; grid-template-columns: 1fr auto; align-items: end; column-gap: 20px; color: rgba(255,255,255,.4); font-size: 12px; }
.pro-summary-price strong { grid-row: span 2; color: #fff; font-size: 38px; font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.pro-summary-price small { margin-left: 3px; color: rgba(255,255,255,.6); font-size: 13px; font-weight: 500; letter-spacing: 0; }

.pro-benefits { background: #fff; }
.pro-benefits .pro-section-title { max-width: 580px; }
.pro-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--pro-line); border-left: 1px solid var(--pro-line); }
.pro-number-card { min-height: 250px; padding: 30px; border-right: 1px solid var(--pro-line); border-bottom: 1px solid var(--pro-line); }
.pro-number-card > span { color: #268bd2; font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.pro-page .pro-number-card h3 { margin: 54px 0 14px; color: var(--pro-ink); font-size: 25px; font-weight: 600; line-height: 1.2; }
.pro-number-card p { margin: 0; color: var(--pro-muted); font-size: 16px; line-height: 1.6; }
.pro-number-card p a { color: var(--pro-ink); font-weight: 600; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.pro-number-card p a:hover { color: #1074bc; }
.pro-page .pro-number-card p a:focus-visible { outline: 3px solid #8fb7ff; outline-offset: 4px; }
.pro-benefits-link { display: inline-block; margin-top: 28px; }

.pro-decision-section { color: #fff; background: #252525; }
.pro-kicker-light { color: var(--pro-blue-bright); }
.pro-decision-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 96px; align-items: start; }
.pro-page .pro-decision-heading h2 { max-width: 650px; margin: 0; color: #fff; font-size: 52px; font-weight: 500; line-height: 1.06; letter-spacing: -.04em; }
.pro-decision-heading > p { margin: 0; color: rgba(255,255,255,.6); font-size: 17px; line-height: 1.65; }
.pro-response-flow { display: grid; grid-template-columns: repeat(3, 1fr); margin: 64px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.pro-response-flow li { display: flex; gap: 20px; padding: 28px 30px 0 0; }
.pro-response-flow li + li { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.16); }
.pro-response-flow li > span { color: var(--pro-blue-bright); font-size: 12px; font-weight: 700; }
.pro-response-flow strong { font-size: 21px; font-weight: 600; }
.pro-response-flow p { margin: 7px 0 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.5; }

.pro-feature-section-muted { background: #f6f6f6; }
.pro-feature-section-white { background: #fff; }
.pro-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; height: 500px; min-height: 430px; overflow: hidden; }
.pro-feature-copy { padding: 64px; }
.pro-page .pro-feature h2 { max-width: 480px; }
.pro-feature-copy > p:not(.pro-kicker) { max-width: 500px; margin: 24px 0 0; color: var(--pro-muted); font-size: 17px; line-height: 1.65; }
.pro-feature-copy .pro-text-link { display: inline-block; margin-top: 28px; }
.pro-feature-art { display: flex; align-items: center; justify-content: center; align-self: stretch; min-width: 0; padding: 24px 50px; }
.pro-feature-art img { display: block; width: 100%; height: auto; }
.pro-ml-art img { max-width: 430px; }
.pro-checkout-art { height: 100%; min-height: 0; max-height: none; margin: 0 48px 0 0; padding: 0; overflow: hidden; }
.pro-checkout-art img { width: 100%; height: 100%; object-fit: contain; }

.pro-pricing-section { background: var(--pro-soft); }
.pro-pricing-layout { display: grid; grid-template-columns: 1fr 500px; gap: 100px; align-items: center; }
.pro-pricing-intro > p:not(.pro-kicker) { max-width: 510px; margin: 24px 0 0; color: var(--pro-muted); font-size: 17px; line-height: 1.65; }
.pro-pricing-card { padding: 38px; border: 1px solid rgba(37,37,37,.16); border-radius: 16px; background: #fff; box-shadow: none; }
.pro-pricing-top { display: flex; justify-content: space-between; align-items: flex-start; }
.pro-pricing-top p { margin: 0 0 14px; color: var(--pro-muted); font-size: 14px; font-weight: 600; }
.pro-price { display: flex; align-items: baseline; gap: 8px; }
.pro-price strong { font-size: 56px; font-weight: 600; line-height: 1; letter-spacing: -.05em; }
.pro-price span { color: var(--pro-muted); font-size: 15px; }
.pro-save-pill { padding: 7px 11px; border-radius: 20px; color: #087a54; background: #e5f8f1; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.pro-pricing-list { display: grid; gap: 15px; margin: 32px 0; padding: 26px 0 0; border-top: 1px solid var(--pro-line); list-style: none; }
.pro-pricing-list li { position: relative; padding-left: 28px; color: #3f4e63; font-size: 15px; line-height: 1.45; }
.pro-pricing-list li::before { content: "✓"; position: absolute; left: 0; color: var(--pro-green); font-weight: 800; }
.pro-button-full { display: block; width: 100%; }
.pro-monthly-option { margin: 15px 0 0; color: #768398; font-size: 12px; text-align: center; }

.pro-faq-heading { max-width: 760px; }
.pro-faq-list { margin-top: 48px; border-top: 1px solid rgba(37,37,37,.16); }
.pro-faq-row { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 64px; padding: 28px 0; border-bottom: 1px solid rgba(37,37,37,.16); }
.pro-page .pro-faq-row h3 { margin: 0; color: var(--pro-ink); font-size: 15px; font-weight: 500; line-height: 1.55; }
.pro-faq-row p { margin: 0; color: rgba(37,37,37,.6); font-size: 15px; font-weight: 500; line-height: 1.55; }
.pro-faq-row p a { color: var(--pro-ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.pro-faq-row p a:hover { color: #1074bc; }
.pro-page .pro-card-link:focus-visible,
.pro-page .pro-faq-row p a:focus-visible { outline: 3px solid #8fb7ff; outline-offset: 4px; }

.pro-final-cta { padding: 96px 0; color: #fff; background: #252525; }
.pro-final-cta-inner { margin: 0 auto; }
.pro-footer-cta { max-width: 850px; }
.pro-color-bars { display: flex; gap: 7px; margin-bottom: 30px; }
.pro-color-bars span { width: 46px; height: 8px; border-radius: 20px; background: var(--pro-blue-bright); }
.pro-color-bars span:nth-child(2) { opacity: .7; }
.pro-color-bars span:nth-child(3) { opacity: .45; }
.pro-color-bars span:nth-child(4) { opacity: .22; }
.pro-page .pro-final-cta h2 { max-width: 780px; margin: 0; color: #fff; font-size: 52px; font-weight: 500; line-height: 1.08; letter-spacing: -.04em; }
.pro-footer-cta > p { max-width: 650px; margin: 22px 0 0; color: rgba(255,255,255,.6); font-size: 18px; line-height: 1.6; }
.pro-button-light { color: var(--pro-ink); background: #fff; }
.pro-button-light:hover { color: var(--pro-ink); background: #f2f2f2; transform: translateY(-1px); }
.pro-text-link-light { color: #fff; }
.pro-footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 80px; padding: 48px 0; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.pro-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.pro-page .pro-footer-column h2 { margin: 0 0 7px; color: rgba(255,255,255,.4); font-size: 11px; font-weight: 500; line-height: 1.3; letter-spacing: .12em; text-transform: uppercase; }
.pro-footer-column a,
.pro-footer-legal a { color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.4; text-decoration: none; transition: color .2s ease; }
.pro-footer-column a:hover,
.pro-footer-legal a:hover { color: #fff; }
.pro-footer-column a:focus-visible,
.pro-footer-legal a:focus-visible { outline: 2px solid var(--pro-blue-bright); outline-offset: 4px; }
.pro-footer-legal { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 28px 0 20px; }
.pro-footer-home img { display: block; width: auto; height: 24px; }
.pro-footer-legal-links { display: flex; flex-wrap: wrap; gap: 20px; }
.pro-footer-copyright { display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.4); font-size: 12px; line-height: 1.5; }

@media screen and (max-width: 991px) {
  .pro-shell { width: min(100% - 48px, 760px); }
  .pro-section, .pro-hero, .pro-final-cta { padding: 80px 0; }
  .pro-hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .pro-hero-copy { max-width: 690px; }
  .pro-hero-summary { width: min(100%, 620px); }
  .pro-card-grid { grid-template-columns: 1fr; }
  .pro-number-card { min-height: 0; }
  .pro-page .pro-number-card h3 { margin-top: 38px; }
  .pro-decision-heading { grid-template-columns: 1fr; gap: 26px; }
  .pro-feature { height: 480px; min-height: 480px; }
  .pro-feature-copy { padding: 44px; }
  .pro-feature-art { padding: 24px 32px; }
  .pro-checkout-art { margin-right: 24px; }
  .pro-pricing-layout { grid-template-columns: 1fr; gap: 48px; }
  .pro-pricing-card { max-width: 600px; }
  .pro-footer-nav { margin-top: 64px; }
}

@media screen and (max-width: 767px) {
  .pro-shell { width: calc(100% - 32px); }
  .pro-section, .pro-hero, .pro-final-cta { padding: 64px 0; }
  .pro-hero-copy { margin-right: auto; margin-left: auto; text-align: center; }
  .pro-hero .pro-eyebrow { justify-content: center; }
  .pro-hero-description { margin-right: auto; margin-left: auto; }
  .pro-hero .pro-actions { justify-content: center; }
  .pro-hero-summary { margin-right: auto; margin-left: auto; }
  .pro-page .pro-hero h1 { font-size: 48px; line-height: 1.02; }
  .pro-hero-description { font-size: 17px; }
  .pro-actions { flex-wrap: wrap; gap: 20px; }
  .pro-hero-summary { padding: 28px 24px; }
  .pro-summary-stat strong { font-size: 52px; }
  .pro-section-title,
  .pro-page .pro-feature h2,
  .pro-page .pro-pricing-intro h2,
  .pro-page .pro-faq h2,
  .pro-page .pro-decision-heading h2,
  .pro-page .pro-final-cta h2 { font-size: 38px; line-height: 1.1; }
  .pro-card-grid { margin-top: 40px; }
  .pro-number-card { padding: 26px; }
  .pro-response-flow { grid-template-columns: 1fr; margin-top: 50px; }
  .pro-response-flow li { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .pro-response-flow li + li { padding-left: 0; border-left: 0; }
  .pro-feature { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .pro-feature-copy { padding: 34px 26px 38px; }
  .pro-feature-copy { order: 0; }
  .pro-feature-art { min-height: 310px; order: 1; }
  .pro-checkout-art { height: 280px; min-height: 280px; max-height: 280px; margin-right: 0; }
  .pro-pricing-card { padding: 28px 22px; }
  .pro-price strong { font-size: 48px; }
  .pro-save-pill { display: none; }
  .pro-faq-list { margin-top: 38px; }
  .pro-faq-row { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .pro-footer-nav { grid-template-columns: 1fr 1fr; gap: 40px 24px; margin-top: 56px; padding: 40px 0; }
  .pro-footer-legal { align-items: flex-start; flex-direction: column; }
  .pro-footer-copyright { flex-direction: column; gap: 6px; }
}

@media screen and (max-width: 479px) {
  .pro-footer-nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .pro-page .pro-button,
  .pro-page .pro-text-link span { transition: none; }
}

.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;
  }
}
