/* WEBTRUST_PREMIUM_FUNDING_DONATIONS_V1 */

.wt-funding{
  padding:72px 0 82px;
}

.wt-funding-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.wt-funding-card{
  position:relative;
  min-width:0;
  padding:24px;
  border:1px solid var(--wt-line);
  border-radius:17px;
  background:linear-gradient(180deg,rgba(49,8,19,.76),rgba(23,3,9,.94));
}

.wt-funding-card > span{
  display:inline-block;
  margin-bottom:14px;
  color:var(--wt-gold);
  font-family:Georgia,"Times New Roman",serif;
  font-size:24px;
  opacity:.72;
}

.wt-funding-card h3{
  margin:0 0 9px;
  color:var(--wt-gold-light);
  font-size:18px;
}

.wt-funding-card p{
  margin:0;
  color:var(--wt-muted);
  font-size:13px;
  line-height:1.6;
}

.wt-donations{
  padding:0 0 88px;
}

.wt-donations-shell{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:34px;
  padding:30px;
  border:1px solid rgba(218,170,66,.40);
  border-radius:22px;
  background:
    radial-gradient(circle at 12% 20%,rgba(218,170,66,.08),transparent 26%),
    linear-gradient(135deg,rgba(54,8,21,.91),rgba(23,3,9,.97));
  box-shadow:0 24px 62px rgba(0,0,0,.26);
}

.wt-donations-copy h2{
  margin:14px 0 10px;
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(29px,3.5vw,45px);
  line-height:1.08;
}

.wt-donations-copy p{
  margin:0;
  color:var(--wt-muted);
  line-height:1.68;
}

.wt-donation-methods{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.wt-donation-method{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:6px;
  padding:14px;
  border:1px solid rgba(218,170,66,.20);
  border-radius:14px;
  background:rgba(20,2,8,.52);
  text-align:center;
  transition:transform .18s ease,border-color .18s ease;
}

.wt-donation-method:hover{
  transform:translateY(-3px);
  border-color:var(--wt-line-strong);
}

.wt-donation-method h3{
  margin:0;
  color:var(--wt-gold-light);
  font-size:17px;
}

.wt-donation-method span{
  color:var(--wt-muted);
  font-size:11px;
}

.wt-independence-statement{
  margin-top:20px;
  padding:24px 28px;
  border-left:3px solid var(--wt-gold);
  background:rgba(218,170,66,.035);
}

.wt-independence-statement > span{
  color:var(--wt-gold);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.wt-independence-statement p{
  max-width:1100px;
  margin:8px 0 0;
  color:var(--wt-text);
  font-size:15px;
  line-height:1.72;
}

@media(max-width:900px){
  .wt-funding-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wt-donations-shell{grid-template-columns:1fr}
}

@media(max-width:620px){
  .wt-funding-grid{grid-template-columns:1fr}
  .wt-donation-methods{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:420px){
  .wt-donation-methods{grid-template-columns:1fr}
}

/* WEBTRUST_PAYMENT_BRAND_CARDS_V2 */
.wt-donations-shell{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);padding:36px;border-radius:28px}
.wt-donation-methods{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.wt-donation-method{position:relative;min-height:174px;gap:5px;padding:17px 12px;overflow:hidden;border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.006)),rgba(16,1,6,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 15px 34px rgba(0,0,0,.18)}
.wt-donation-method::before{content:"";position:absolute;inset:auto -45px -55px auto;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(218,170,66,.07),transparent 70%)}
.wt-donation-method.is-active{border-color:rgba(218,170,66,.48);box-shadow:inset 0 0 24px rgba(218,170,66,.04),0 18px 42px rgba(0,0,0,.22)}
.wt-donation-method.is-pending{opacity:.82}
.wt-payment-logo{width:94px;height:54px;display:grid;place-items:center;margin-bottom:7px;color:var(--wt-gold-light)}
.wt-payment-logo svg{width:100%;height:100%;overflow:visible;fill:currentColor}
.wt-payment-logo svg .alt{fill:var(--wt-gold)}
.wt-payment-logo svg .cut{fill:var(--wt-bg-deep)}
.wt-payment-logo svg text{fill:currentColor;font-family:Arial,Helvetica,sans-serif;font-size:29px;font-weight:900}
.wt-pay-paypal .wt-payment-logo{color:#169bd7}.wt-pay-paypal .wt-payment-logo .alt{fill:#253b80}
.wt-pay-stripe .wt-payment-logo{color:#635bff}
.wt-pay-bitcoin .wt-payment-logo{color:#f7931a}
.wt-pay-ethereum .wt-payment-logo{color:#8c8cbd}
.wt-pay-usdt .wt-payment-logo{color:#26a17b}
.wt-pay-usdc .wt-payment-logo{color:#2775ca}
.wt-pay-dsk .wt-payment-logo{color:#00a651}.wt-pay-dsk .wt-payment-logo .alt{fill:#0b5aa6}.wt-pay-dsk .wt-payment-logo text{font-size:18px}
.wt-pay-epay .wt-payment-logo{color:#e73548}.wt-pay-epay .wt-payment-logo text{font-size:27px}
.wt-donation-method h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:18px}
.wt-donation-method .wt-payment-subtitle{color:var(--wt-gold);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.wt-donation-method small{max-width:150px;color:var(--wt-muted);font-size:10px;line-height:1.35;text-align:center;word-break:break-word}
.wt-donations-more{display:inline-flex;margin-top:20px;color:var(--wt-gold);font-size:13px;font-weight:900}
@media(max-width:1100px){.wt-donation-methods{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.wt-donations-shell{grid-template-columns:1fr}.wt-donation-methods{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:760px){.wt-donation-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.wt-donations-shell{padding:26px 20px}}
@media(max-width:420px){.wt-donation-methods{grid-template-columns:1fr}}
