/* Premium tbi bank and Klarna presentation for homepage and product pages. */
.doudoudis-home-payments{
  padding:22px 0 46px;
}

.doudoudis-home-payments__shell{
  position:relative;
  overflow:hidden;
  padding:38px;
  border:1px solid #dce4f1;
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 12%,rgba(255,169,21,.12),transparent 26%),
    linear-gradient(135deg,#f8fafc 0%,#eef3f9 100%);
  box-shadow:0 22px 54px rgba(20,33,66,.08);
}

.doudoudis-home-payments__shell::after{
  content:"";
  position:absolute;
  right:-130px;
  bottom:-160px;
  width:380px;
  height:380px;
  border:1px solid rgba(20,33,66,.08);
  border-radius:50%;
}

.doudoudis-home-payments__heading{
  position:relative;
  z-index:1;
  max-width:930px;
  margin:0 auto 28px;
  text-align:center;
}

.doudoudis-home-payments__heading>span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#d77900;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
}

.doudoudis-home-payments__heading>span::before{
  content:"";
  width:28px;
  height:2px;
  background:#ffa915;
}

.doudoudis-home-payments__heading h2{
  margin:11px 0 10px;
  color:#142142;
  font-size:clamp(28px,3vw,46px);
  line-height:1.08;
  letter-spacing:-.03em;
}

.doudoudis-home-payments__heading p{
  max-width:760px;
  margin:0 auto;
  color:#66748d;
  font-size:15px;
  line-height:1.65;
}

.doudoudis-home-payments__grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.doudoudis-payment-card{
  position:relative;
  overflow:hidden;
  min-height:310px;
  padding:28px;
  border:1px solid #dce4f1;
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 32px rgba(20,33,66,.07);
}

.doudoudis-payment-card::after{
  content:"";
  position:absolute;
  right:-55px;
  bottom:-70px;
  width:180px;
  height:180px;
  border-radius:50%;
  background:rgba(20,33,66,.035);
}

.doudoudis-payment-card.is-tbi{
  border-top:4px solid #ff6b00;
}

.doudoudis-payment-card.is-klarna{
  border-top:4px solid #ffb3c7;
}

.doudoudis-payment-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:26px;
}

.doudoudis-payment-brand{
  display:inline-flex;
  align-items:baseline;
  justify-content:center;
  line-height:1;
  white-space:nowrap;
}

.doudoudis-payment-brand.is-tbi{
  gap:5px;
  color:#142142;
}

.doudoudis-payment-brand.is-tbi strong{
  color:#ff6b00;
  font-size:38px;
  font-weight:900;
  letter-spacing:-.06em;
}

.doudoudis-payment-brand.is-tbi small{
  color:#142142;
  font-size:19px;
  font-weight:800;
}

.doudoudis-payment-brand.is-klarna{
  min-height:48px;
  padding:0 18px;
  border-radius:12px;
  background:#ffb3c7;
  color:#111;
  font-size:29px;
  font-weight:900;
  letter-spacing:-.05em;
}

.doudoudis-payment-card__label{
  color:#7a879c;
  font-size:9px;
  font-weight:800;
  letter-spacing:.14em;
}

.doudoudis-payment-card h3{
  max-width:560px;
  margin:0 0 12px;
  color:#142142;
  font-size:22px;
  line-height:1.18;
}

.doudoudis-payment-card>p{
  max-width:590px;
  margin:0 0 22px;
  color:#6c7890;
  font-size:14px;
  line-height:1.6;
}

.doudoudis-payment-card__points{
  display:grid;
  gap:10px;
}

.doudoudis-payment-card__points span{
  display:flex;
  align-items:center;
  gap:9px;
  color:#243451;
  font-size:12px;
  font-weight:700;
}

.doudoudis-payment-card__points svg{
  flex:0 0 22px;
  width:22px;
  height:22px;
  padding:5px;
  border-radius:50%;
  background:#fff3df;
  fill:none;
  stroke:#e98600;
  stroke-width:2.3;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.doudoudis-payment-card.is-klarna .doudoudis-payment-card__points svg{
  background:#ffe9ef;
  stroke:#8e4960;
}

.doudoudis-home-payments__notice{
  position:relative;
  z-index:1;
  margin:20px auto 0;
  color:#7b8799;
  font-size:11px;
  line-height:1.5;
  text-align:center;
}

.doudoudis-product-payment-note{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:18px;
  margin:16px 0 8px;
  padding:15px 17px;
  border:1px solid #dfe6f1;
  border-radius:16px;
  background:linear-gradient(135deg,#fff 0%,#f6f8fb 100%);
}

.doudoudis-product-payment-note__brands{
  display:flex;
  align-items:center;
  gap:12px;
}

.doudoudis-product-payment-note .doudoudis-payment-brand.is-tbi strong{
  font-size:25px;
}

.doudoudis-product-payment-note .doudoudis-payment-brand.is-tbi small{
  font-size:13px;
}

.doudoudis-product-payment-note .doudoudis-payment-brand.is-klarna{
  min-height:34px;
  padding:0 11px;
  border-radius:8px;
  font-size:18px;
}

.doudoudis-product-payment-note__divider{
  width:1px;
  height:28px;
  background:#d9e0eb;
}

.doudoudis-product-payment-note__copy{
  display:grid;
  gap:3px;
}

.doudoudis-product-payment-note__copy strong{
  color:#142142;
  font-size:11px;
  letter-spacing:.06em;
}

.doudoudis-product-payment-note__copy span{
  color:#748198;
  font-size:11px;
  line-height:1.45;
}

@media (max-width:900px){
  .doudoudis-home-payments__grid{
    grid-template-columns:1fr;
  }

  .doudoudis-payment-card{
    min-height:0;
  }
}

@media (max-width:767px){
  .doudoudis-home-payments{
    padding:14px 0 34px;
  }

  .doudoudis-home-payments__shell{
    padding:24px 15px;
    border-radius:22px;
  }

  .doudoudis-home-payments__heading{
    margin-bottom:20px;
  }

  .doudoudis-home-payments__heading h2{
    font-size:30px;
  }

  .doudoudis-payment-card{
    padding:22px 18px;
  }

  .doudoudis-payment-card__top{
    align-items:flex-start;
    flex-direction:column;
    margin-bottom:20px;
  }

  .doudoudis-payment-card h3{
    font-size:20px;
  }

  .doudoudis-product-payment-note{
    grid-template-columns:1fr;
    gap:11px;
  }
}
