.secure-payment-card{--secure-bg:#ffffff;--secure-border:rgba(15,23,42,0.08);--secure-accent:#0d9488;--secure-accent-soft:#ccfbf1;--secure-text:#0f172a;--secure-muted:#64748b;--secure-radius:16px;--secure-shadow:0 1px 2px rgba(15,23,42,0.04),0 4px 12px rgba(15,23,42,0.06),0 0 0 1px rgba(15,23,42,0.04);background:var(--secure-bg);border:1px solid var(--secure-border);border-radius:var(--secure-radius);box-shadow:var(--secure-shadow);padding:1.5rem 1.75rem;max-width:100%;position:relative;overflow:hidden;transition:box-shadow .25s ease,border-color .25s ease}.secure-payment-card:hover{box-shadow:0 4px 6px rgba(15,23,42,.04),0 8px 24px rgba(15,23,42,.08),0 0 0 1px rgba(15,23,42,.06)}.secure-payment-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--secure-accent) 0,#2dd4bf 100%);border-radius:var(--secure-radius) var(--secure-radius) 0 0}.secure-payment-card__header{display:flex;align-items:center;gap:1rem}.secure-payment-card__badge{width:52px;height:52px;background:var(--secure-accent-soft);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px rgba(13,148,136,.15)}.secure-payment-card__icon{width:28px!important;height:28px!important;-o-object-fit:contain;object-fit:contain}.secure-payment-card__copy{min-width:0}.secure-payment-card__title{font-size:1.125rem;font-weight:700;color:var(--secure-text);margin:0;letter-spacing:-.02em;line-height:1.3}.secure-payment-card__subtitle{font-size:.8125rem;color:var(--secure-muted);margin:.25rem 0 0;display:flex;align-items:center;gap:.375rem}.secure-payment-card__check{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;background:var(--secure-accent);color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;flex-shrink:0}.secure-payment-card__divider{height:1px;background:linear-gradient(90deg,transparent,rgba(15,23,42,.08) 8%,rgba(15,23,42,.08) 92%,transparent);margin:1.25rem 0}.secure-payment-card__methods{margin:0}.secure-payment-card__list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0;margin:0}.secure-payment-card__list li{background:#f8fafc;border:1px solid rgba(15,23,42,.08);border-radius:10px;padding:.5rem .85rem;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 1px 2px rgba(15,23,42,.04)}.secure-payment-card__list li:hover{background:#fff;border-color:rgba(13,148,136,.35);box-shadow:0 2px 8px rgba(13,148,136,.12),0 0 0 1px rgba(13,148,136,.1)}.secure-payment-card__list img{height:24px;width:auto;max-width:48px;-o-object-fit:contain;object-fit:contain;display:block}@media (max-width:768px){.secure-payment-card{padding:1.25rem 1.35rem;border-radius:14px}.secure-payment-card__title{font-size:1rem}.secure-payment-card__subtitle{font-size:.75rem}.secure-payment-card__list{gap:.5rem}.secure-payment-card__list li{padding:.4rem .6rem}.secure-payment-card__list img{height:22px}}