#section-payment-center-v6{
  direction:rtl;
  text-align:right;
  width:min(1320px,100%);
  margin:0 auto;
  padding:14px 12px 42px;
}

.pc6-head{
  margin-bottom:18px;
}

.pc6-head h4{
  margin:0 0 5px;
  color:#125137;
  font-size:1.22rem;
  font-weight:900;
}

.pc6-head p{
  margin:0;
  color:#698076;
  font-size:.87rem;
  line-height:1.9;
}

.pc6-card{
  border:1px solid rgba(10,111,68,.15);
  border-radius:20px;
  padding:18px;
  background:linear-gradient(145deg,#fff,#f1fbf5);
  box-shadow:0 10px 28px rgba(8,77,46,.07);
}

.pc6-card-title{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:15px;
  color:#14553b;
  font-size:1rem;
  font-weight:900;
}

.pc6-card-title i{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(135deg,#08794d,#1caa6e);
}

.pc6-note,
.pc6-location{
  margin-bottom:14px;
  padding:11px 13px;
  border-radius:13px;
  line-height:1.9;
  font-size:.82rem;
}

.pc6-note{
  color:#755f20;
  background:#fff7da;
}

.pc6-location{
  color:#1b6544;
  background:#e8f9ef;
}

.pc6-card .form-label{
  margin-bottom:6px;
  color:#315f4b;
  font-size:.83rem;
  font-weight:800;
}

.pc6-card .form-control,
.pc6-card .form-select{
  min-height:43px;
  border-color:#d8eee1;
}

.pc6-card .form-control:focus,
.pc6-card .form-select:focus{
  border-color:#42aa78;
  box-shadow:0 0 0 .2rem rgba(33,152,92,.12);
}

.pc6-card-number{
  direction:ltr;
  text-align:center;
  letter-spacing:1.35px;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-weight:900;
}

.pc6-preview-card{
  min-height:245px;
  overflow:hidden;
  padding:20px;
  border-radius:22px;
  color:#fff;
  background:
    radial-gradient(circle at 92% 8%,rgba(174,255,207,.28),transparent 34%),
    radial-gradient(circle at 8% 94%,rgba(255,255,255,.14),transparent 33%),
    linear-gradient(135deg,#075538,#10945d);
  box-shadow:0 18px 37px rgba(7,89,54,.21);
}

.pc6-preview-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
  font-size:.88rem;
  font-weight:900;
}

.pc6-chip{
  width:43px;
  height:31px;
  border-radius:8px;
  background:linear-gradient(135deg,#f0d47c,#c09230);
}

.pc6-preview-number{
  direction:ltr;
  text-align:center;
  letter-spacing:2px;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-size:1.15rem;
  font-weight:900;
}

.pc6-preview-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin-top:28px;
  color:rgba(255,255,255,.9);
  font-size:.79rem;
}

.pc6-preview-copy{
  width:100%;
  margin-top:18px;
  padding:10px;
  border:1px solid rgba(255,255,255,.42);
  border-radius:12px;
  color:#fff;
  background:rgba(255,255,255,.13);
  font-weight:900;
}

.pc6-paypal-preview{
  min-height:245px;
  padding:20px;
  border:1px solid #c3e3fb;
  border-radius:22px;
  color:#153f67;
  background:
    radial-gradient(circle at 92% 8%,rgba(137,207,255,.42),transparent 34%),
    linear-gradient(145deg,#eff9ff,#e5f4ff);
}

.pc6-paypal-brand{
  display:flex;
  align-items:center;
  gap:9px;
  color:#003b72;
  font-size:1.06rem;
  font-weight:900;
}

.pc6-paypal-brand i{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(135deg,#003c72,#0070ba);
}

.pc6-paypal-amount{
  margin:31px 0 16px;
  direction:ltr;
  text-align:center;
  color:#0070ba;
  font-size:2rem;
  font-weight:900;
}

.pc6-alert-box,
.pc6-home-alert{
  padding:15px;
  border:1px solid #d9eee1;
  border-radius:17px;
  background:#fbfffc;
}

.pc6-alert-top,
.pc6-home-alert-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.pc6-alert-top h6,
.pc6-home-alert-head strong{
  margin:0;
  color:#176243;
  font-weight:900;
}

.pc6-home-scroll{
  max-height:620px;
  overflow-y:auto;
  padding-left:7px;
  padding-right:2px;
}

.pc6-home-alert{
  margin-bottom:12px;
}

.pc6-save-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:20px;
  padding:14px;
  border:1px solid rgba(10,111,69,.16);
  border-radius:16px;
  background:#fff;
  box-shadow:0 10px 25px rgba(10,76,47,.07);
}

.pc6-save-row .btn{
  min-width:230px;
  font-weight:900;
}

.pc6-status{
  min-height:20px;
  font-size:.83rem;
  font-weight:800;
}

/* Public home alerts */
.pc6-home-stack{
  position:fixed;
  top:82px;
  right:16px;
  left:16px;
  z-index:1080;
  display:grid;
  gap:10px;
  pointer-events:none;
}

.pc6-home-notice{
  width:min(950px,100%);
  margin-inline:auto;
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:18px;
  color:#194f37;
  box-shadow:0 14px 35px rgba(10,76,47,.15);
  pointer-events:auto;
  backdrop-filter:blur(11px);
}

.pc6-home-notice.info{background:rgba(238,255,246,.96)}
.pc6-home-notice.success{background:rgba(226,255,236,.97)}
.pc6-home-notice.warning{background:rgba(255,248,220,.97)}

.pc6-home-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  color:#08794d;
  background:rgba(11,123,76,.12);
}

.pc6-home-copy{flex:1}
.pc6-home-copy strong{display:block;margin-bottom:4px}
.pc6-home-copy p{margin:0;font-size:.84rem;line-height:1.85}
.pc6-home-copy a{
  display:inline-flex;
  margin-top:9px;
  padding:7px 10px;
  border-radius:9px;
  color:#fff !important;
  background:#08794d;
  text-decoration:none;
  font-size:.78rem;
  font-weight:800;
}

.pc6-home-close{
  width:31px;
  height:31px;
  border:0;
  border-radius:9px;
  color:#315e4a;
  background:rgba(30,85,60,.08);
}

/* Public quota payment box */
.pc6-public-payment{
  margin-top:15px;
  padding:14px;
  border:1px solid rgba(10,116,71,.18);
  border-radius:16px;
  color:#164d35;
  background:linear-gradient(145deg,#f4fff8,#e9f9ef);
  direction:rtl;
  text-align:right;
}

.pc6-public-payment.pc6-en{
  color:#194b72;
  border-color:#c7e4fa;
  background:linear-gradient(145deg,#f3fbff,#e7f5ff);
  direction:ltr;
  text-align:left;
}

.pc6-public-title{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:8px;
  color:#08794d;
  font-size:.91rem;
  font-weight:900;
}

.pc6-en .pc6-public-title{color:#0070ba}

.pc6-public-payment p{
  margin:0 0 10px;
  font-size:.83rem;
  line-height:1.85;
}

.pc6-card-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  padding:10px;
  border:1px dashed #89c8a4;
  border-radius:12px;
  background:#fff;
}

.pc6-card-number{
  min-width:170px;
  flex:1;
  direction:ltr;
  text-align:center;
  letter-spacing:1.3px;
  color:#104f36;
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;
  font-weight:900;
}

.pc6-copy-btn,
.pc6-receipt-btn,
.pc6-paypal-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  border:0;
  border-radius:10px;
  padding:9px 12px;
  color:#fff !important;
  text-decoration:none !important;
  font-size:.8rem;
  font-weight:900;
}

.pc6-copy-btn,
.pc6-receipt-btn{background:#08794d}

.pc6-receipt-btn{margin-top:10px}

.pc6-paypal-btn{
  width:100%;
  background:linear-gradient(135deg,#003c72,#0070ba);
}

.pc6-euro{
  display:block;
  margin:9px 0;
  direction:ltr;
  text-align:center;
  color:#0070ba;
  font-size:1.25rem;
  font-weight:900;
}

.pc6-login-wrap{
  width:min(650px,calc(100% - 24px));
  margin:12px auto 20px;
}

@media (max-width:576px){
  #section-payment-center-v6{padding-inline:8px}
  .pc6-card{padding:14px}
  .pc6-preview-number{font-size:.98rem;letter-spacing:1.2px}
  .pc6-save-row .btn{width:100%}
  .pc6-card-number{width:100%;min-width:0}
  .pc6-copy-btn,.pc6-receipt-btn{width:100%}
  .pc6-home-stack{top:70px;right:8px;left:8px}
}
