@charset "UTF-8";

/* 3DS layout alignment with the Veri-id product page. */
.three-ds-page {
  --three-ds-blue: #2498e9;
  --three-ds-red: #eb5266;
  --three-ds-ink: #20252d;
  --three-ds-copy: #667384;
  --three-ds-line: #dfe5eb;
  --three-ds-soft: #f5f7f9;
  color: var(--three-ds-ink);
  background: #fff;
}


.join-button {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding: 8px 10px 8px 28px;
      border: 0;
      border-radius: 999px;
      background: linear-gradient(180deg, #d84a70, #eb5266);
      color: #fff;
      font: inherit;
      font-size: 18px;
      font-weight:600;
      letter-spacing: 0;
      cursor: pointer;
      margin-top: 30px;
    }
    .join-button:hover {
      transform: translateY(0px);
      padding: 8px 10px 8px 28px;
    }

    .join-arrow {
      display: grid;
      place-items: center;
      width: 40px;
      height: 40px;
      border-radius: 999px;
      background: #fff;
      color: #eb5266;
      font-size: 25px;
      line-height: 1;
    }

    .join-button:hover .join-arrow{
      width: 40px;
      height: 40px;
    }

.three-ds-page .container { max-width: 1180px; }

.three-ds-page .three-ds-section.bg-light { background: var(--three-ds-soft) !important; }

.three-ds-page .three-ds-section .section-header {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 0.75fr);
  align-items: end;
}

.three-ds-page .three-ds-section .section-heading { max-width: 680px; }
.three-ds-page .three-ds-section .section-heading,
.three-ds-page .three-ds-section .section-intro { grid-column: auto; }
.three-ds-page .three-ds-section .eyebrow {
  margin-bottom: 22px;
  color: var(--three-ds-blue);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
}

.three-ds-page .three-ds-section .technology-title {
  margin: 0;
  max-width: 700px;
  color: var(--three-ds-ink);
  font-size: clamp(3rem, 4.35vw, 4rem);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-transform: none;
}

.three-ds-page .three-ds-section .section-intro {
  max-width: 650px;
  margin: 0;
  color: var(--three-ds-copy);
  font-size: 1rem;
  line-height: 1.6;
}

.three-ds-page .three-ds-section .banner3 > .row {
  margin-left: 0;
  margin-right: 0;
}

/* Shared card rhythm. */
.three-ds-page .challenge-section .banner3 .row > .col > div,
.three-ds-page .authentication-section .story-card,
.three-ds-page .issuer-section .story-card,
.three-ds-page .acquirer-section .story-card,
.three-ds-page .insight-section .story-card,
.three-ds-page .deployment-section .banner3 .row > div > div,
.three-ds-page .why-section .banner3 .row > .col > div {
  position: relative;
  height: 100%;
  min-height: 270px;
  padding: 24px !important;
  overflow: hidden;
  border: 1px solid var(--three-ds-line);
  border-top: 0;
  border-radius: 0 !important;
  background: #fff;
  box-shadow: none !important;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.three-ds-page .challenge-section .banner3 .row > .col > div::before,
.three-ds-page .authentication-section .story-card::before,
.three-ds-page .issuer-section .story-card::before,
.three-ds-page .acquirer-section .story-card::before,
.three-ds-page .insight-section .story-card::before,
.three-ds-page .deployment-section .banner3 .row > div > div::before,
.three-ds-page .why-section .banner3 .row > .col > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--three-ds-red);
}

.three-ds-page .challenge-section .banner3 .row > .col > div:hover,
.three-ds-page .authentication-section .story-card:hover,
.three-ds-page .issuer-section .story-card:hover,
.three-ds-page .acquirer-section .story-card:hover,
.three-ds-page .insight-section .story-card:hover,
.three-ds-page .deployment-section .banner3 .row > div > div:hover,
.three-ds-page .why-section .banner3 .row > .col > div:hover {
  z-index: 1;
  transform: translateY(-5px);
  border-color: #b9c5d0;
  box-shadow: 0 18px 44px rgba(44, 57, 72, .1) !important;
}

.three-ds-page .three-ds-section h3 {
  color: var(--three-ds-ink) !important;
  font-weight:400;
  line-height: 1.35;
}

.three-ds-page .three-ds-section .story-card p,
.three-ds-page .challenge-section .banner3 .col p,
.three-ds-page .deployment-section .banner3 p,
.three-ds-page .why-section .banner3 p {
  color: var(--three-ds-copy);
  line-height: 1.72;
}

.three-ds-page .three-ds-section svg { color: var(--three-ds-red); }
.three-ds-page .issuer-section .stage-title,
.three-ds-page .acquirer-section .stage-title { display: none; }

/* Challenges: one clean four-column band. */
.three-ds-page .challenge-section .banner3 .row { gap: 20px; }
.three-ds-page .challenge-section .banner3 .col { padding: 0; }
.three-ds-page .challenge-section .banner3 .row > .col > div { min-height: 200px; }

/* Authentication methods: larger, calmer three-card composition. */
.three-ds-page .authentication-section .banner3 .row,.three-ds-page .insight-section .banner3 .row {flex-wrap: nowrap;gap: 20px; }
.three-ds-page .authentication-section .banner3 .col, .three-ds-page .insight-section .banner3 .col{ padding: 0; }


/* Issuer and acquirer values: a consistent 3 x 2 matrix. */
.three-ds-page .issuer-section .banner3 > .row,

.three-ds-page .acquirer-section .banner3 > .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.three-ds-page .issuer-section .banner3 .col-sm-4,
.three-ds-page .acquirer-section .banner3 .col-sm-4 { width: auto; padding: 0; }
.three-ds-page .issuer-section .story-card,
.three-ds-page .acquirer-section .story-card { min-height: 250px; margin: 0 !important; }

/* Role-based 3DS solutions: one section, two clear product paths. */
.three-ds-page .solutions-section .section-header {
  margin-bottom: 40px;
}

.three-ds-page .solutions-section .technology-title {
  max-width: 720px;
  font-size: clamp(2.8rem, 4vw, 3.7rem);
  line-height: 1.06;
}

.three-ds-page .solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.three-ds-page .solution-card {
  position: relative;
  min-width: 0;
  min-height: 380px;
  padding: 24px !important;
  overflow: hidden;
  border: 1px solid var(--three-ds-line);
  background: #fff;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.three-ds-page .solution-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--three-ds-red);
}

.three-ds-page .solution-card:hover {
  transform: translateY(-5px);
  border-color: #b9c5d0;
  box-shadow: 0 18px 44px rgba(44, 57, 72, .1);
}

.three-ds-page .solution-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  color: var(--three-ds-red);
}

.three-ds-page .solution-card__icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.three-ds-page .solution-card h3 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.3;
}

.three-ds-page .solution-audience {
  margin: 0 0 24px;
  color: var(--three-ds-copy);
  font-size: 1rem;
  line-height: 1.6;
}

.three-ds-page .solution-list {
  margin: 0;
  padding-left: 1rem;
  list-style: none;
}

.three-ds-page .solution-list li {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 30px;
  background: url("../images/check-lg.svg") no-repeat 0 3px;
  background-size: 1.5rem 1.5rem;
  color: var(--three-ds-copy);
  font-size: 1rem;
  line-height: 1.65;
}

.three-ds-page .solution-list li:last-child { margin-bottom: 0; }

.three-ds-page .solution-list li::before {
  content: none;
}



.three-ds-page .insight-section .technology-title {
  max-width: 620px;
  font-size: clamp(2.8rem, 3.8vw, 3.5rem);
  line-height: 1.06;
  word-break: keep-all;
  overflow-wrap: normal;
}
.three-ds-page .insightedge-brand {
  display: inline;
  text-transform: none !important;
  font-variant: normal;
  letter-spacing: inherit;
}
.three-ds-page .insight-section .section-intro { max-width: 680px; }

@media (min-width: 751px) {
  .three-ds-page .insight-section .banner4 > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .three-ds-page .insight-section .banner4 .col {
    width: auto !important;
    max-width: none !important;
    padding: 0;
  }
  .three-ds-page .insight-section .banner4 .story-card {
    height: 100%;
    min-height: 320px;
    margin: 0 !important;
    background: #fff !important;
  }
}

/* Deployment and closing proof points. */
.three-ds-page .deployment-section .banner3 > .row {gap:20px; }
.three-ds-page .deployment-section .banner3 .col { padding: 0; }
.three-ds-page .deployment-section .banner3 .row > div > div {  }
.three-ds-page .deployment-section ul { margin-top: 22px; padding-left: 1rem; }
.three-ds-page .deployment-section li { margin-bottom: 4px; }

.three-ds-page .why-section .banner3 > .row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:20px;
}
.three-ds-page .why-section .banner3 .col {
  width: auto !important;
  max-width: none !important;
  padding: 0;
}
.three-ds-page .why-section .banner3 .row > .col > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  
  margin: 0 !important;
  padding: 30px 26px 34px !important;
}
.three-ds-page .why-section .banner3 .row > .col > div > div:first-child { margin-bottom: 26px !important; }
.three-ds-page .why-section .banner3 h3 {
  margin-bottom: 18px !important;
}
.three-ds-page .why-section .banner3 p { max-width: 440px; margin-bottom: 0; }

/* Data journey: four step cards. */
.three-ds-page .data-section .section-header { margin-bottom: 40px; }
.three-ds-page .data-section .banner3,
.three-ds-page .data-section .banner4 { padding: 0; }

.three-ds-page .data-section .banner3 > .row,
.three-ds-page .data-section .banner4 > .row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: none;
  margin: 0 !important;
  padding: 0;
  counter-reset: data-step;
  box-shadow: 0 20px 52px rgba(37, 50, 66, .08);
}

.three-ds-page .data-section .banner3 > .row::before,
.three-ds-page .data-section .banner3 > .row::after,
.three-ds-page .data-section .banner4 > .row::before,
.three-ds-page .data-section .banner4 > .row::after { content: none !important; display: none !important; }

.three-ds-page .data-section .mblueline,
.three-ds-page .data-section [class^="mblueline"],
.three-ds-page .data-section [class*=" mblueline"],
.three-ds-page .data-section .banner3 > .row > div[style*="position: absolute"],
.three-ds-page .data-section .banner4 > div[style*="position: absolute"] { display: none !important; }

.three-ds-page .data-section .timeline-item {
  position: relative;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0;
  padding: 0 !important;
  counter-increment: data-step;
}

.three-ds-page .data-section .timeline-item::before { content: none !important; display: none !important; }
.three-ds-page .data-section .timeline-item::after {
  content: counter(data-step, decimal-leading-zero);
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 2;
  display: block !important;
  color: rgba(235, 82, 102, .14);
  font-size: clamp(3rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}

.three-ds-page .data-section .timeline-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100% !important;
  height: 100%;
  padding: 34px 30px 38px !important;
  overflow: hidden;
  border: 1px solid var(--three-ds-line) !important;
  border-top: 0 !important;
  border-radius: 0;
  background: #fff !important;
  box-shadow: none !important;
  text-align: left;
}

.three-ds-page .data-section .timeline-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block !important;
  height: 4px;
  background: var(--three-ds-red);
}
.three-ds-page .data-section .timeline-content::after { content: none !important; display: none !important; }

.three-ds-page .data-section .timeline-content > div:first-child {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0 0 34px !important;
  color: var(--three-ds-red);
  border: 0;
  border-radius: 50% !important;
  background: rgba(235, 82, 102, .08);
}

.three-ds-page .data-section .timeline-content svg { width: 30px; height: 30px; }
.three-ds-page .data-section .timeline-content h3 {
  margin: 0 0 18px !important;
  color: #050b17 !important;
  line-height: 1.35;
  white-space: normal;
}
.three-ds-page .data-section .timeline-content p {
  max-width: 230px;
  margin: 0;
  color: var(--three-ds-copy);
  line-height: 1.72;
}

@media (max-width: 991.98px) {
  .three-ds-page .data-section .banner3 > .row,
  .three-ds-page .data-section .banner4 > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575.98px) {
  .three-ds-page .data-section .section-header { margin-bottom: 36px; }
  .three-ds-page .data-section .banner3 > .row,
  .three-ds-page .data-section .banner4 > .row { grid-template-columns: 1fr; }
  .three-ds-page .data-section .timeline-content {
    min-height: 240px;
    padding: 30px 28px 34px !important;
  }
  .three-ds-page .data-section .timeline-content p { max-width: none; }
}

/* Hero: keep copy and the 3DS ecosystem artwork in separate columns. */
.three-ds-page #myCarousel,
.three-ds-page #myCarousel .carousel-inner {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #238fdf;
}
.three-ds-page #myCarousel .carousel-item1 {
  position: relative;
  z-index: 2;
  height: 600px;
}
.three-ds-page #myCarousel .carousel-itemwa {
  position: absolute;
  inset: 0;
  z-index: 0;

}
.three-ds-page #myCarousel .carousel-itemwa .bd-placeholder-imga { height: 100%; }
.three-ds-page #myCarousel .carousel-item1 > .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.three-ds-page #myCarousel .carousel-captionna {
  position: relative;
  top: auto;
  width: 100%;
  padding: 0;
}
.three-ds-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;
}
.three-ds-page #myCarousel .carousel-captionna .col-md-7,
.three-ds-page #myCarousel .carousel-captionna .col-md-5 {
  width: auto;
  padding: 0;
}
.three-ds-page #myCarousel .hero-eyebrow {
  width: fit-content !important;
  margin: 0 0 28px;
  padding: 10px 24px !important;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: .02em;
}
.three-ds-page .hero-titlea {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 4.6vw, 4rem);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.three-ds-page .hero-copya {
  max-width: 650px;
  margin-top: 34px !important;
  font-size: 1.14rem;
  line-height: 1.8;
}
.three-ds-page #myCarousel .carousel-captionna .col-md-5 > div {
  position: relative !important;
  z-index: 1 !important;
  width: 100%;
  max-width: 510px;
  margin-left: auto;
}
.three-ds-page #myCarousel .carousel-captionna .col-md-5 img {
  display: block;
  width: 100%;
  height: auto;
}



@media (max-width: 991px) {
  .three-ds-page .three-ds-section { padding: 84px 0 !important; }
  .three-ds-page .three-ds-section .section-header { grid-template-columns: 1fr; gap: 28px; margin-bottom: 48px; }
  .three-ds-page .three-ds-section .section-heading,
  .three-ds-page .three-ds-section .section-intro { width: 100%; max-width: 760px; }
  .three-ds-page .insight-section .technology-title { max-width: 760px; font-size: clamp(2.75rem, 7vw, 4rem); }
  .three-ds-page .insight-section { padding-top: 96px !important; padding-bottom: 96px !important; }

  .three-ds-page .insight-illustration { width: min(100%, 760px); }
  .three-ds-page .insight-illustration img { aspect-ratio: 16 / 10; }
  .three-ds-page .solutions-section .section-header { margin-bottom: 48px; }
  .three-ds-page .solution-card { min-height: 360px; padding: 24px !important; }
  .three-ds-page .issuer-section .banner3 > .row,
  .three-ds-page .acquirer-section .banner3 > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .three-ds-page .why-section .banner3 > .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .three-ds-page #myCarousel,
  .three-ds-page #myCarousel .carousel-inner,
  .three-ds-page #myCarousel .carousel-item1 { min-height: 620px; height: 620px; }
  .three-ds-page #myCarousel .carousel-captionna > .row {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
    gap: 38px;
  }
}

@media (max-width: 750px) {
  .three-ds-page .three-ds-section { padding: 64px 0 !important; }
  .three-ds-page .three-ds-section .container { padding-left: 22px; padding-right: 22px; }
  .three-ds-page .three-ds-section .technology-title { font-size: 2.65rem; line-height: 1.05; }
.fraud-page #myCarousel .hero-eyebrow  .three-ds-page .three-ds-section .section-intro { font-size: 1rem; line-height: 1.75; }
  .three-ds-page .authentication-section .banner3 .row,
  .three-ds-page .deployment-section .banner3 > .row { flex-wrap: wrap;  }
  .three-ds-page .solution-grid { grid-template-columns: 1fr; gap: 18px; }
  .three-ds-page .solution-card { min-height: 0; padding: 24px !important; }
  .three-ds-page .solution-card__icon { width: 36px; height: 36px; margin-bottom: 14px; }
  .three-ds-page .solution-audience { min-height: 0; }
  .three-ds-page .issuer-section .banner3 > .row,
  .three-ds-page .acquirer-section .banner3 > .row,
  .three-ds-page .insight-section .banner3 > .row,
  .three-ds-page .why-section .banner3 > .row {flex-wrap: wrap;  grid-template-columns: 1fr; }
  .three-ds-page .authentication-section .story-card,
  .three-ds-page .deployment-section .banner3 .row > div > div,
  .three-ds-page .challenge-section .banner3 .row > .col > div { min-height: 0; }
  .three-ds-page .hero-title { font-size: 2.65rem; line-height: 1.08; }
  .three-ds-page #myCarousel,
  .three-ds-page #myCarousel .carousel-inner { min-height: 720px; height: 720px; }
  .three-ds-page #myCarousel .carousel-item1 { height: 100%; }
  .three-ds-page #myCarousel .carousel-item1 > .container { align-items: flex-start; padding-top: 72px; }
  .three-ds-page #myCarousel .carousel-captionn {
    position: relative;
    top: auto;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .three-ds-page #myCarousel .carousel-captionn > .row {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .three-ds-page #myCarousel .carousel-captionn .col-md-7,
  .three-ds-page #myCarousel .carousel-captionn .col-md-5 { width: 100%; padding: 0; }
  .three-ds-page #myCarousel .carousel-captionn h5 {
    width: fit-content !important;
    min-width: 230px;
    margin: 0 0 22px !important;
    padding: 9px 20px !important;
  }
  .three-ds-page #myCarousel .hero-title { padding: 0 !important; font-size: 2.7rem; }
  .three-ds-page #myCarousel .hero-copya { margin-top: 22px !important; font-size: 1rem; line-height: 1.65; }
  .three-ds-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;
  }
  .three-ds-page .insight-section .section-header { margin-bottom: 46px; }
  .three-ds-page .insight-illustration img { aspect-ratio: 4 / 3; }
  .three-ds-page .insight-section .banner4 > .row { display: grid; grid-template-columns: 1fr; gap: 18px; }
  .three-ds-page .insight-section .story-card,
  .three-ds-page .insight-section .banner4 .story-card {
    height:auto;
    padding: 34px 28px 38px !important;
  }
  .story-card {
    height:auto;
    padding: 20px !important;
  }

  .three-ds-page .challenge-section .banner3 > .row,
  .three-ds-page .challenge-section .banner4 > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }

  .three-ds-page .challenge-section .banner3 > .row > .col,
  .three-ds-page .challenge-section .banner3 > .row > [class*="col-"],
  .three-ds-page .challenge-section .banner4 > .row > .col,
  .three-ds-page .challenge-section .banner4 > .row > [class*="col-"] {
    display: flex;
    width: auto;
    min-width: 0;
    padding: 0 !important;
  }

  .three-ds-page .challenge-section .banner3 .row > .col > div,
  .three-ds-page .challenge-section .banner4 .story-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 235px;
    padding: 28px 18px !important;
  }

  .three-ds-page .challenge-section .banner3 .row > .col > div h3,
  .three-ds-page .challenge-section .banner4 .story-card h3 {
    min-height: 2.7em;
    margin-bottom: 14px !important;
    line-height: 1.35;
  }

  .three-ds-page .why-section .banner4 > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
  }

  .three-ds-page .why-section .banner4 > .row > .col,
  .three-ds-page .why-section .banner4 > .row > [class*="col-"] {
    display: flex;
    width: auto;
    min-width: 0;
    padding: 0 !important;
  }

  .three-ds-page .why-section .banner4 .story-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 255px;
    padding: 28px 18px !important;
    margin: 0 !important;
  }

  .three-ds-page .why-section .banner4 .story-card h3 {
    min-height: 3.5em;
    margin-bottom: 14px !important;
    line-height: 1.3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .three-ds-page * { transition: none !important; }
}
