@charset "UTF-8";

/* 2026 visual alignment with the 3-D Secure product page. */
.fraud-page #myCarousel,
.fraud-page #myCarousel .carousel-inner {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #238fdf;
}
.fraud-page #myCarousel .carousel-item1 { position: relative; z-index: 2; height: 600px; }
.fraud-page #myCarousel .carousel-itemwa { position: absolute; inset: 0; z-index: 0; }
.fraud-page #myCarousel .carousel-itemwa .bd-placeholder-imga { height: 100%; }
.fraud-page #myCarousel .carousel-item1 > .container { display: flex; align-items: center; height: 100%; }
.fraud-page #myCarousel .carousel-captionna { position: relative; top: auto; width: 100%; padding: 0; }
.fraud-page #myCarousel .carousel-captionna > .row {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  gap: clamp(60px, 7vw, 118px);
  align-items: center;
  margin: 0;
}
.fraud-page #myCarousel .carousel-captionna .col-md-7,
.fraud-page #myCarousel .carousel-captionna .col-md-5 { width: auto; padding: 0; }
.fraud-page #myCarousel .hero-eyebrow {
  width: fit-content !important;

  margin: 0;
  padding: 10px 24px !important;
  font-size: 1.05rem;
  font-weight: 500;
}
.fraud-page #myCarousel .hero-titlea {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 4.6vw, 3.6rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.fraud-page #myCarousel .hero-copya { max-width: 650px; font-size: 1.24rem; line-height: 1.6; }
.fraud-page #myCarousel .carousel-captionna .col-md-5 > div {
  position: relative !important;
  z-index: 1 !important;
  width: 100%;
  max-width: 510px;
  margin-left: auto;
}

.fraud-page .fraud-challenge-section .banner3 > .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.fraud-page .fraud-challenge-section .banner3 > .row > .col { width: auto; padding: 0; }
.fraud-page .fraud-challenge-section .banner3 > .row > .col > div {
  
  position: relative;
  height: auto !important;
  padding: 30px !important;
  border: 1px solid #dfe5eb;
  border-top: 0;
  background: #fff;
}
.fraud-page .fraud-challenge-section .banner3 > .row > .col > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e25b68;
}
.fraud-page .fraud-challenge-section .banner3 > .row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fraud-page .fraud-challenge-section .banner4 > .row{gap: 0;}
.fraud-page .fraud-challenge-section .story-card > div:first-child { margin-bottom: 18px !important; }
.fraud-page .fraud-challenge-section .story-card h3 { margin-bottom: 14px !important; }
.fraud-page .fraud-challenge-section .story-card p { margin-bottom: 0; }

.fraud-page .fraud-capability-section .section-header,
.fraud-page .fraud-network-section .section-header { margin-bottom: 50px; }
.fraud-page .fraud-capability-section .section-heading > p,
.fraud-page .fraud-network-section .section-heading > p { max-width: 650px; color: #667384; line-height: 1.78; }
.fraud-page .fraud-network-section .section-heading > p + p { margin-top: 16px; }
.fraud-page .fraud-network-section .section-heading { flex: 1 1 52%; }
.fraud-page .fraud-network-section .section-intro {
  flex: 1 1 48%;
  max-width: 620px;
  align-self: stretch;
  display: flex;
  align-items: center;
}
.fraud-page .fraud-network-section .section-intro img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  max-height: 390px;
  object-fit: contain;
  object-position: center;
}

.fraud-page .why-choose-block .banner3 > .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 20px;
}
.fraud-page .why-choose-block .banner3 > .row > .col { width: auto; padding: 0; }
.fraud-page .why-choose-block .banner3 > .row > .col > div {
  position: relative;
  height: 100%;
  padding: 30px !important;
  border: 1px solid #dfe5eb;
  border-top: 0;
  background: #fff;
}
.fraud-page .why-choose-block .banner3 > .row > .col > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e25b68;
}

/* Deployment options */
.fraud-page .deployment-section { background: #fff;}
.fraud-page .deployment-section .section-header { align-items: end; gap: 76px; margin-bottom: 68px; }
.fraud-page .deployment-section .section-heading { flex: 0 0 48%; }
.fraud-page .deployment-section .section-intro {
  max-width: 610px; margin: 0 0 12px auto; color: #667384;
  font-size: 1.15rem; line-height: 1.85;
}
.fraud-page .deployment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.fraud-page .deployment-card {
padding: 40px; border: 1px solid #d9e0e7;
  border-top: 5px solid #df6370; background: #fff;
}
.fraud-page .deployment-icon { width: 52px; height: 52px; margin-bottom: 24px; color: #df6370; }
.fraud-page .deployment-icon svg {
  width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.4;
  stroke-linecap: round; stroke-linejoin: round;
}
.fraud-page .deployment-card h3 {
  margin: 0 0 28px; color: #202832;
}
.fraud-page .deployment-card ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.fraud-page .deployment-card li {
  position: relative; padding-left: 34px; color: #637080; font-size: 1.05rem; line-height: 1.65;
}
.fraud-page .deployment-card li::before {
  content: ""; position: absolute; left: 2px; top: .42em; width: 16px; height: 9px;
  border-left: 3px solid #ef9da5; border-bottom: 3px solid #ef9da5; transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .fraud-page #myCarousel,
  .fraud-page #myCarousel .carousel-inner,
  .fraud-page #myCarousel .carousel-item1 { min-height: 620px; height: 620px; }
  .fraud-page #myCarousel .carousel-captionna > .row { grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); gap: 38px; }
  .fraud-page .why-choose-block .banner3 > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fraud-page .deployment-section .section-header { gap: 38px; }
  .fraud-page .deployment-card { padding: 40px 36px; }
}

@media (max-width: 750px) {
  .fraud-page #myCarousel,
  .fraud-page #myCarousel .carousel-inner { min-height: 720px; height: 720px; }
  .fraud-page #myCarousel .carousel-item1 { height: 100%; }
  .fraud-page #myCarousel .carousel-item1 > .container { align-items: flex-start; padding-top: 72px; }
  .fraud-page #myCarousel .carousel-captionn { position: relative; top: auto; width: 100%; margin: 0; padding: 0; }
  .fraud-page #myCarousel .carousel-captionn > .row { display: flex; flex-direction: column; gap: 30px; }
  .fraud-page #myCarousel .carousel-captionn .col-md-7,
  .fraud-page #myCarousel .carousel-captionn .col-md-5 { width: 100%; padding: 0; }
  .fraud-page #myCarousel .carousel-captionn h5 { width: fit-content !important; min-width: 170px; margin: 0 0 22px !important; }
  .fraud-page #myCarousel .hero-title { padding: 0 !important; font-size: 2.1rem; line-height: 1.08; }
  .fraud-page #myCarousel .hero-copya { margin-top: 1rem !important; font-size: 1rem; line-height: 1.6; }
  .fraud-page #myCarousel .carousel-captionn .col-md-5 > div {
    position: relative !important;
    left: auto !important;
    width: min(78vw, 330px) !important;
    margin: 0 auto;
    transform: none !important;
  }
  .fraud-page .fraud-challenge-section .banner3 > .row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }
  .fraud-page .fraud-challenge-section .banner3 > .row > .col,
  .fraud-page .fraud-challenge-section .banner3 > .row > [class*="col-"] {
    display: flex;
    min-width: 0;
  }
  .fraud-page .fraud-challenge-section .story-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 235px;
    padding: 28px 18px !important;
  }
  .fraud-page .fraud-challenge-section .story-card svg {
    width: 34px;
    height: 34px;
  }
  .fraud-page .fraud-challenge-section .story-card h3 {
    min-height: 2.5em;
    margin-bottom: 14px !important;
    font-size: clamp(1.42rem, 6vw, 1.78rem);
    line-height: 1.25;
  }
  .fraud-page .fraud-challenge-section .story-card p {
    font-size: clamp(1rem, 4.4vw, 1.18rem);
    line-height: 1.78;
  }
  .fraud-page .why-choose-block .banner4 .story-card { min-height: 0; }
  .fraud-page .why-choose-block .banner4 > .row {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20;
    align-items: stretch;
  }
  .fraud-page .why-choose-block .banner4 > .row > .col,
  .fraud-page .why-choose-block .banner4 > .row > [class*="col-"] {
    display: flex;
    width: auto;
    min-width: 0;
    padding: 0 !important;
  }
  .fraud-page .why-choose-block .banner4 .story-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 255px;
    padding: 28px 18px !important;
    margin: 0 !important;
  }
  .fraud-page .why-choose-block .banner4 .story-card h3 {
    line-height: 1.3;
  }
  .fraud-page .fraud-network-section .section-intro {
    display: block;
    max-width: none;
    margin-top: 28px;
  }
  .fraud-page .fraud-network-section .section-intro img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .fraud-page .deployment-section { padding-block: 64px !important; }
  .fraud-page .deployment-section .section-header { display: block; margin-bottom: 38px; }
  .fraud-page .deployment-section .section-intro {
    max-width: none; margin: 24px 0 0; font-size: 1rem; line-height: 1.75;
  }
  .fraud-page .deployment-grid { grid-template-columns: 1fr; gap: 20px; }
  .fraud-page .deployment-card { min-height: 0; padding: 32px 26px 34px; }
  .fraud-page .deployment-card h3 { margin-bottom: 22px; font-size: 1.3rem; }
  .fraud-page .deployment-card li { font-size: .98rem; }
}

/* Page-specific vertical investigation path matching the supplied reference. */


.fraud-network-section .section-header {
  margin-bottom: 34px;
}

.fraud-network-section .banner3 > .row,
.fraud-network-section .banner4 > .row {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 560px;
  margin: 0 auto !important;
  padding: 22px 0 44px;
}

.fraud-network-section .banner3 > .row::before,
.fraud-network-section .banner4 > .row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom:0px;
  left: 48px;
  width: 2px;
  border-radius: 999px;
  background: #e25b68;
  box-shadow: 0 -12px 0 #e25b68;
}

.fraud-network-section .banner3 > .row::after,
.fraud-network-section .banner4 > .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37px;
  width: 0;
  height: 0;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 16px solid #e25b68;
}

.fraud-network-section .stage-title,
.fraud-network-section .mblueline,
.fraud-network-section [class^="mblueline"],
.fraud-network-section [class*=" mblueline"],
.fraud-network-section .banner3 > .row > div[style*="position: absolute"],
.fraud-network-section .banner4 > div[style*="position: absolute"] {
  display: none !important;
}

.fraud-network-section .timeline-item {
  position: relative;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-height: 102px;
  padding: 0 0 0 106px !important;
}

.fraud-network-section .timeline-item::before,
.fraud-network-section .timeline-item::after {
  content: none !important;
  display: none !important;
}

.fraud-network-section .timeline-content {
  position: static;
  display: block;
  min-height: 0;
  width: 100% !important;
  padding: 17px 0 0 !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

.fraud-network-section .timeline-content::before,
.fraud-network-section .timeline-content::after {
  content: none !important;
  display: none !important;
}

.fraud-network-section .timeline-content > div:first-child {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 !important;
  color: #e25b68;
  border: 2px solid #e25b68;
  border-radius: 999px !important;
  background: #fff;
}

.fraud-network-section .timeline-content svg {
  width: 31px;
  height: 31px;
}

.fraud-network-section .timeline-content h3 {

  color: #5b5f68 !important;
  font-family: Poppins-Medium;
  line-height: 1.25;
}

.fraud-network-section .timeline-content p {
  margin: 0;
  color: #666d78;
  line-height: 1.5;
}

@media only screen and (min-width: 751px) {
  .fraud-network-section .banner3 > .row,
  .fraud-network-section .banner4 > .row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: none;
    padding: 18px 0 12px;
    align-items: start;
  }

  .fraud-network-section .banner3 > .row::before,
  .fraud-network-section .banner4 > .row::before {
    top: 49px;
    bottom: auto;
    left: 10%;
    right: 10%;
    width: auto;
    height: 2px;
    background: #e25b68;
    box-shadow: none;
  }

  .fraud-network-section .banner3 > .row::after,
  .fraud-network-section .banner4 > .row::after {
    content: none;
  }

  .fraud-network-section .timeline-item {
    min-height: 0;
    padding: 0 !important;
  }

  .fraud-network-section .timeline-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px !important;
  }

  .fraud-network-section .timeline-content > div:first-child {
    position: relative;
    left: auto;
    width: 62px;
    height: 62px;
    margin: 0 auto 18px !important;
    border-width: 2px;
  }

  .fraud-network-section .timeline-content h3 {
    margin-bottom: 10px !important;

  }

  .fraud-network-section .timeline-content p {

    line-height: 1.45;
  }

  .fraud-network-section .timeline-content svg {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 750px) {
  .fraud-network-section {
    padding-top: 28px !important;
    padding-bottom: 36px !important;
  }

  .fraud-network-section .section-header {
    margin-bottom: 22px;
  }

  .fraud-network-section .banner4 > .row {
    max-width: 350px;
    padding: 10px 0 20px;
  }

  .fraud-network-section .banner4 > .row::before {
    
    left: 30px;
    width: 2px;
  }

  .fraud-network-section .banner4 > .row::after {
    left: 23px;
    border-right-width: 8px;
    border-left-width: 8px;
    border-top-width: 10px;
  }

  .fraud-network-section .timeline-item {
    min-height: 116px;
    margin-bottom: 20px;
    padding-left:0px !important;
  }

  .fraud-network-section .timeline-item:last-child {
    margin-bottom: 0;
  }

  .fraud-network-section .timeline-content {
    padding-top: 0 !important;
  }

  .fraud-network-section .timeline-content > div:first-child {
    left: 0px;
    width: 60px;
    height: 60px;
  }

  .fraud-network-section .timeline-content svg {
    width: 30px;
    height: 30px;
  }

  .fraud-network-section .timeline-content h3 {
    margin-bottom: 8px !important;
    line-height: 1.32;
  }

  .fraud-network-section .timeline-content p {
    font-size: 1rem;
    line-height: 1.55;
  }
}

@media only screen and (max-width: 360px) {
  .fraud-page .section-heading,
  .fraud-page .technology-title,
  .fraud-page .story-card h3 {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

.fraud-page .use-case-section {
  background:
    linear-gradient(180deg, #fff 0%, #fff 58%, #f8fafc 58%, #f8fafc 100%);
}

.fraud-page .use-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 3.8rem;
  gap: 20px;
}

.fraud-page .use-case-card {
  position: relative;
  display: grid;
  align-content: start;

  padding: 34px 30px 32px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(41, 52, 65, .1);
  box-shadow: 0 18px 56px rgba(41, 52, 65, .07);
}

.fraud-page .use-case-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #e25b68;
}

.fraud-page .use-case-card::after {
  content: attr(data-index);
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(235, 82, 102, .16);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.fraud-page .use-case-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 36px;
  color: #e25b68;
  background: rgba(235, 82, 102, .08);
  border-radius: 50%;
}

.fraud-page .use-case-icon svg {
  width: 30px;
  height: 30px;
}

.fraud-page .use-case-card h3 {
  margin: 0 0 18px;
  color: #293441;
  line-height: 1.35;
}

.fraud-page .use-case-card p {
  margin: 0;
  color: #687481;
  font-size: 1rem;
  line-height: 1.6;
}

.fraud-page .use-case-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 24px;
  padding: 6px 12px;
  color: #e25b68;
  background: rgba(235, 82, 102, .08);
  border-radius: 999px;
  font-size: .78rem;
  letter-spacing: .02em;
}

.fraud-page .use-case-note {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 32px;
  padding: 24px 30px;
  color: #5f6b78;
  background: rgba(235, 82, 102, .05);
  border-left: 4px solid #e25b68;
}

.fraud-page .use-case-note strong {
  color: #293441;
  font-size: 1.05rem;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .fraud-page .use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .fraud-page .use-case-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 2.4rem;
  }

  .fraud-page .use-case-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .fraud-page .use-case-icon {
    margin-bottom: 24px;
  }

  .fraud-page .use-case-note {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 24px;
  }
}
