:root{--page-title-display:none;}body.elementor-page-14185:not(.elementor-motion-effects-element-type-background), body.elementor-page-14185 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-d60218a */@font-face {
  font-family: "Overpass";
  src: url("https://scombank.sr/wp-content/uploads/2026/06/Overpass-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.scom-upi-choice {
  --scom-red: #e02228;
  --scom-red-dark: #bd171d;
  --scom-black: #111214;
  --scom-text: #555960;
  --scom-muted: #7a7e84;
  --scom-soft: #f6f6f7;
  --scom-border: #e2e3e5;
  --scom-white: #ffffff;

  width: 100%;
  padding: 56px 20px 68px;
  color: var(--scom-black);
  background: var(--scom-white);
  font-family: "Overpass", Arial, sans-serif;
}

.scom-upi-choice,
.scom-upi-choice * {
  box-sizing: border-box;
}

.scom-upi-choice__container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.scom-upi-choice__header {
  width: 100%;
  margin-bottom: 32px;
}

.scom-upi-choice__eyebrow {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--scom-red);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scom-upi-choice__header h1 {
  margin: 0 0 10px;
  color: var(--scom-black);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.scom-upi-choice__header p {
  margin: 0;
  color: var(--scom-text);
  font-size: 17px;
  line-height: 1.6;
}

.scom-upi-choice__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.scom-upi-choice__card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--scom-border);
  border-radius: 20px;
  background: var(--scom-white);
  box-shadow: none;
}

.scom-upi-choice__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 240px;
  padding: 44px 24px 24px;
  border-bottom: 1px solid var(--scom-border);
  background: linear-gradient(145deg, #ffffff 0%, #f6f6f7 100%);
}

.scom-upi-choice__currency-tag {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid var(--scom-red);
  border-radius: 999px;
  color: #ffffff;
  background: var(--scom-red);
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.scom-upi-choice__cards {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 470px;
  min-height: 165px;
}

.scom-upi-choice__cards img {
  display: block;
  width: 190px;
  max-width: 42%;
  height: auto;
  object-fit: contain;
  box-shadow: none;
  filter: none;
  transition: transform 0.3s ease;
}

.scom-upi-choice__cards img:nth-child(1) {
  z-index: 1;
  transform: translateX(28px) rotate(-7deg);
}

.scom-upi-choice__cards img:nth-child(2) {
  z-index: 3;
  transform: translateY(-6px) scale(1.05);
}

.scom-upi-choice__cards img:nth-child(3) {
  z-index: 2;
  transform: translateX(-28px) rotate(7deg);
}

.scom-upi-choice__card:hover .scom-upi-choice__cards img:nth-child(1) {
  transform: translateX(20px) translateY(-4px) rotate(-8deg);
}

.scom-upi-choice__card:hover .scom-upi-choice__cards img:nth-child(2) {
  transform: translateY(-10px) scale(1.07);
}

.scom-upi-choice__card:hover .scom-upi-choice__cards img:nth-child(3) {
  transform: translateX(-20px) translateY(-4px) rotate(8deg);
}

.scom-upi-choice__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.scom-upi-choice__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 34px;
  margin-bottom: 12px;
}

.scom-upi-choice__meta img {
  display: block;
  width: auto;
  max-width: 58px;
  max-height: 28px;
  object-fit: contain;
}

.scom-upi-choice__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  padding: 7px 10px;
  border: 1px solid var(--scom-red);
  border-radius: 999px;
  color: #ffffff;
  background: var(--scom-red);
  font-size: 10px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.scom-upi-choice__body h2 {
  margin: 0 0 13px;
  color: var(--scom-black);
  font-size: 25px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.scom-upi-choice__description {
  min-height: 140px;
  margin: 0 0 18px;
  color: var(--scom-text);
  font-size: 14px;
  line-height: 1.7;
}

.scom-upi-choice__best {
  min-height: 150px;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 13px;
  background: var(--scom-soft);
}

.scom-upi-choice__best > span {
  display: block;
  margin-bottom: 10px;
  color: var(--scom-muted);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.scom-upi-choice__best ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scom-upi-choice__best li {
  position: relative;
  margin: 0 0 8px;
  padding-left: 20px;
  color: var(--scom-black);
  font-size: 13px;
  line-height: 1.5;
}

.scom-upi-choice__best li:last-child {
  margin-bottom: 0;
}

.scom-upi-choice__best li::before {
  position: absolute;
  top: 0.22em;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--scom-red);
  content: "✓";
  font-size: 8px;
  font-weight: 800;
}

.scom-upi-choice__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
}

.scom-upi-choice__button {
  width: 100%;
  min-height: 48px;
  padding: 12px 15px;
  border-radius: 10px;
  font: inherit;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  cursor: pointer;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.scom-upi-choice__button--secondary {
  border: 1px solid var(--scom-border);
  color: var(--scom-black);
  background: var(--scom-soft);
}

.scom-upi-choice__button--secondary:hover,
.scom-upi-choice__button--secondary:focus,
.scom-upi-choice__button--secondary:active {
  border-color: var(--scom-border) !important;
  color: var(--scom-black) !important;
  background: #ececee !important;
  box-shadow: none !important;
}

.scom-upi-choice__button--primary {
  border: 1px solid var(--scom-red);
  color: #ffffff;
  background: var(--scom-red);
}

.scom-upi-choice__button--primary:hover,
.scom-upi-choice__button--primary:focus,
.scom-upi-choice__button--primary:active {
  border-color: var(--scom-red-dark) !important;
  color: #ffffff !important;
  background: var(--scom-red-dark) !important;
  box-shadow: none !important;
}

.scom-upi-choice__button:focus-visible {
  outline: 2px solid rgba(224, 34, 40, 0.25);
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .scom-upi-choice__grid {
    grid-template-columns: 1fr;
  }

  .scom-upi-choice__description,
  .scom-upi-choice__best {
    min-height: 0;
  }
}

@media (max-width: 580px) {
  .scom-upi-choice {
    padding: 42px 14px 54px;
  }

  .scom-upi-choice__header {
    margin-bottom: 26px;
  }

  .scom-upi-choice__header h1 {
    font-size: 34px;
  }

  .scom-upi-choice__header p {
    font-size: 16px;
  }

  .scom-upi-choice__card {
    border-radius: 17px;
  }

  .scom-upi-choice__visual {
    min-height: 200px;
    padding: 42px 12px 20px;
  }

  .scom-upi-choice__cards {
    min-height: 135px;
  }

  .scom-upi-choice__cards img {
    width: 145px;
  }

  .scom-upi-choice__body {
    padding: 20px;
  }

  .scom-upi-choice__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .scom-upi-choice__body h2 {
    font-size: 23px;
  }

  .scom-upi-choice__description {
    font-size: 13.5px;
  }

  .scom-upi-choice__button {
    min-height: 46px;
    font-size: 12.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scom-upi-choice__cards img {
    transition: none;
  }
}


/* =========================================
   NETTERE, NORMALE KAARTPRESENTATIE
   Geen overlap, geen rotatie, geen waaier-effect
========================================= */

.scom-upi-choice__visual {
  min-height: 230px !important;
  padding: 50px 24px 26px !important;
  background: #f7f7f8 !important;
}

.scom-upi-choice__cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: center !important;
  justify-items: center !important;
  gap: 14px !important;

  width: 100% !important;
  max-width: 500px !important;
  min-height: 145px !important;
}

.scom-upi-choice__cards img {
  width: 100% !important;
  max-width: 145px !important;
  height: auto !important;

  object-fit: contain !important;

  transform: none !important;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease !important;
}

.scom-upi-choice__cards img:nth-child(1),
.scom-upi-choice__cards img:nth-child(2),
.scom-upi-choice__cards img:nth-child(3) {
  z-index: auto !important;
  transform: none !important;
}

.scom-upi-choice__cards img:nth-child(2) {
  max-width: 155px !important;
}

.scom-upi-choice__card:hover .scom-upi-choice__cards img:nth-child(1),
.scom-upi-choice__card:hover .scom-upi-choice__cards img:nth-child(2),
.scom-upi-choice__card:hover .scom-upi-choice__cards img:nth-child(3) {
  transform: translateY(-3px) !important;
}

@media (max-width: 580px) {
  .scom-upi-choice__visual {
    min-height: 190px !important;
    padding: 46px 14px 22px !important;
  }

  .scom-upi-choice__cards {
    gap: 8px !important;
    min-height: 115px !important;
  }

  .scom-upi-choice__cards img {
    max-width: 105px !important;
  }

  .scom-upi-choice__cards img:nth-child(2) {
    max-width: 112px !important;
  }
}


/* =========================================
   HORIZONTALE PRODUCTKAARTEN ONDER ELKAAR
   Witte achtergrond achter de kaartafbeeldingen
========================================= */

.scom-upi-choice__grid {
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

.scom-upi-choice__card {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr) !important;
  align-items: stretch !important;
}

.scom-upi-choice__visual {
  min-height: 100% !important;
  padding: 54px 28px 28px !important;

  border-right: 1px solid var(--scom-border) !important;
  border-bottom: 0 !important;

  background: #ffffff !important;
}

.scom-upi-choice__cards {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: auto auto !important;
  gap: 12px !important;

  width: 100% !important;
  max-width: 390px !important;
  min-height: 250px !important;
}

.scom-upi-choice__cards img {
  width: 100% !important;
  max-width: 165px !important;
  height: auto !important;

  transform: none !important;
}

.scom-upi-choice__cards img:nth-child(1) {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: end !important;
}

.scom-upi-choice__cards img:nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important;
  justify-self: start !important;

  max-width: 165px !important;
}

.scom-upi-choice__cards img:nth-child(3) {
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  justify-self: center !important;

  max-width: 175px !important;
}

.scom-upi-choice__body {
  padding: 28px 30px !important;
}

.scom-upi-choice__description {
  min-height: 0 !important;
}

.scom-upi-choice__best {
  min-height: 0 !important;
}

.scom-upi-choice__actions {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

@media (max-width: 920px) {
  .scom-upi-choice__card {
    grid-template-columns: 1fr !important;
  }

  .scom-upi-choice__visual {
    min-height: 240px !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--scom-border) !important;
  }

  .scom-upi-choice__cards {
    max-width: 420px !important;
    min-height: 220px !important;
  }
}

@media (max-width: 580px) {
  .scom-upi-choice__visual {
    padding: 48px 16px 22px !important;
  }

  .scom-upi-choice__cards {
    gap: 8px !important;
    min-height: 180px !important;
  }

  .scom-upi-choice__cards img,
  .scom-upi-choice__cards img:nth-child(2) {
    max-width: 125px !important;
  }

  .scom-upi-choice__cards img:nth-child(3) {
    max-width: 135px !important;
  }

  .scom-upi-choice__body {
    padding: 22px 18px !important;
  }

  .scom-upi-choice__actions {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================
   UNIONPAY-LOGO LINKS — TYPELABELS VERWIJDERD
========================================= */

.scom-upi-choice__meta--logo-only {
  justify-content: flex-start !important;
  min-height: 36px !important;
  margin-bottom: 14px !important;
}

.scom-upi-choice__meta--logo-only img {
  display: block !important;
  width: auto !important;
  max-width: 72px !important;
  max-height: 32px !important;
  margin: 0 !important;
  object-fit: contain !important;
}

/* De eerdere rode EUR/USD prepaidkaart-labels zijn verwijderd */
.scom-upi-choice__meta--logo-only span {
  display: none !important;
}

@media (max-width: 580px) {
  .scom-upi-choice__meta--logo-only {
    align-items: flex-start !important;
    flex-direction: row !important;
  }

  .scom-upi-choice__meta--logo-only img {
    max-width: 66px !important;
    max-height: 30px !important;
  }
}


/* =========================================
   UNIONPAY-LOGO BIJ DE KAARTAFBEELDINGEN
========================================= */

.scom-upi-choice__visual-logo {
  position: absolute;
  top: 18px;
  left: 18px;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  min-height: 30px;
}

.scom-upi-choice__visual-logo img {
  display: block !important;

  width: auto !important;
  max-width: 72px !important;
  max-height: 32px !important;

  margin: 0 !important;

  object-fit: contain !important;
  transform: none !important;
}

/* De oude meta-rij in het tekstgedeelte wordt niet meer gebruikt */
.scom-upi-choice__meta {
  display: none !important;
}

@media (max-width: 580px) {
  .scom-upi-choice__visual-logo {
    top: 16px;
    left: 16px;
  }

  .scom-upi-choice__visual-logo img {
    max-width: 64px !important;
    max-height: 29px !important;
  }
}


/* =========================================
   UNIONPAY-LOGO VOLLEDIG VERWIJDERD
========================================= */

.scom-upi-choice__visual-logo {
  display: none !important;
}


/* =========================================
   NORMALE BULLET POINTS
========================================= */

.scom-upi-choice__best li {
  padding-left: 16px !important;
}

.scom-upi-choice__best li::before {
  content: "" !important;

  top: 0.62em !important;
  left: 0 !important;

  width: 4px !important;
  height: 4px !important;

  border-radius: 50% !important;

  background: #8a8d92 !important;

  color: transparent !important;
}/* End custom CSS */