.pl-section{--pl-accent: #2563eb;--pl-accent-hover: #1d4fd8;--pl-accent-soft: #eff4ff;--pl-border: #e2e4e9;--pl-text: #1a1d26;--pl-muted: #9ca0ad;--pl-secondary: #6b7080;padding:40px 16px 56px;background:#f4f5f7;color:var(--pl-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pl-section *,.pl-section *:before,.pl-section *:after{box-sizing:border-box}.pl-inner{max-width:460px;margin:0 auto;width:100%}.pl-placeholder{padding:32px;border:2px dashed #c5c8d0;border-radius:10px;text-align:center;background:#fff;font-size:15px}.pl-header{text-align:center;margin-bottom:32px}.pl-logo-slot{width:52px;height:52px;margin:0 auto 18px;border-radius:10px;border:2px dashed var(--pl-border);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--pl-muted);background:#f9fafb}.pl-title{font-size:24px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px;line-height:1.2;color:var(--pl-text)}.pl-subtitle{margin:0;font-size:15px;color:var(--pl-secondary);line-height:1.5;max-width:36em;margin-inline:auto}.pl-card{background:#fff;border:1px solid var(--pl-border);border-radius:14px;padding:24px;margin-bottom:12px;box-shadow:0 1px 2px #0000000a}.pl-card-head{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;gap:8px;margin-bottom:16px}.pl-step{width:22px;height:22px;border-radius:50%;background:var(--pl-accent);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.pl-card-title{flex:1;min-width:0;font-size:13px;font-weight:700;line-height:1.35;color:var(--pl-text);padding-top:2px}.pl-optional{flex-shrink:0;margin-left:auto;padding-left:8px;font-size:12px;font-weight:500;line-height:1.35;color:var(--pl-muted);white-space:nowrap;padding-top:3px}.pl-amount-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:4px}@media(max-width:400px){.pl-amount-grid{grid-template-columns:repeat(2,1fr)}}.pl-amount-btn{position:relative;padding:16px 6px 14px;border:2px solid var(--pl-border);border-radius:10px;background:#fff;cursor:pointer;text-align:center;font-family:inherit;font-size:inherit;transition:border-color .15s,background .15s,box-shadow .15s}.pl-amount-btn:hover{border-color:var(--pl-accent);background:var(--pl-accent-soft)}.pl-amount-btn--selected{border-color:var(--pl-accent);background:var(--pl-accent-soft);box-shadow:0 0 0 1px var(--pl-accent)}.pl-amount-btn__check{position:absolute;top:6px;right:6px;width:16px;height:16px;border-radius:50%;background:var(--pl-accent);display:none;align-items:center;justify-content:center;color:#fff}.pl-amount-btn__check svg{width:10px;height:10px;display:block}.pl-amount-btn--selected .pl-amount-btn__check{display:flex}.pl-amount-btn__value{font-size:20px;font-weight:800;letter-spacing:-.03em;display:block;line-height:1.1;color:var(--pl-text)}.pl-amount-btn--selected .pl-amount-btn__value{color:var(--pl-accent)}.pl-amount-btn__unit{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--pl-muted);font-weight:500;margin-top:4px;display:block}.pl-or{display:flex;align-items:center;gap:12px;margin:16px 0 4px;width:100%}.pl-or:before,.pl-or:after{content:"";flex:1 1 0;min-width:0;height:1px;background:var(--pl-border)}.pl-or span{flex-shrink:0;font-size:12px;font-weight:600;color:var(--pl-muted);text-transform:uppercase;letter-spacing:.08em}.pl-custom-field{position:relative;margin-top:14px}.pl-custom-prefix{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;font-weight:700;color:var(--pl-muted);pointer-events:none;z-index:1}.pl-custom-input{width:100%;padding:14px 56px 14px 34px;border:2px solid var(--pl-border);border-radius:10px;font-size:18px;font-weight:700;background:#f9fafb;color:var(--pl-text);font-family:inherit;letter-spacing:-.02em;transition:border-color .15s,box-shadow .15s,background .15s}.pl-custom-input::placeholder{color:#c5c8d0;font-weight:500}.pl-custom-input:focus{outline:none;border-color:var(--pl-accent);background:#fff;box-shadow:0 0 0 3px #2563eb1f}.pl-custom-field:has(.pl-custom-input:focus) .pl-custom-prefix{color:var(--pl-accent)}.pl-custom-suffix{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:700;color:var(--pl-muted);letter-spacing:.04em;pointer-events:none}.pl-custom-hint,.pl-note-hint{font-size:13px;color:var(--pl-muted);margin:8px 0 0;line-height:1.5}.pl-note{width:100%;padding:12px 14px;border:2px solid var(--pl-border);border-radius:10px;font-size:15px;font-family:inherit;background:#f9fafb;color:var(--pl-text);resize:vertical;min-height:80px;line-height:1.5;transition:border-color .15s,box-shadow .15s,background .15s}.pl-note::placeholder{color:#c5c8d0}.pl-note:focus{outline:none;border-color:var(--pl-accent);background:#fff;box-shadow:0 0 0 3px #2563eb1f}.pl-summary{background:#fff;border:1px solid var(--pl-border);border-radius:14px;padding:20px 24px;margin-bottom:12px;box-shadow:0 1px 2px #0000000a}.pl-summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:5px 0;font-size:15px}.pl-summary-row span{color:var(--pl-secondary);flex:1;min-width:0}.pl-summary-row strong{font-weight:600;color:var(--pl-text);flex-shrink:0;text-align:right;font-variant-numeric:tabular-nums}.pl-summary-row--total{border-top:1px solid var(--pl-border);margin-top:8px;padding-top:12px}.pl-summary-row--total span{font-weight:700;color:var(--pl-text);font-size:15px}.pl-summary-row--total strong{font-size:22px;font-weight:800;color:var(--pl-accent);letter-spacing:-.03em}.pl-error{color:#dc2626;font-size:14px;margin:0 0 12px;line-height:1.45}.pl-pay-btn{width:100%;min-height:56px;padding:14px 20px;background:var(--pl-accent);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;letter-spacing:-.02em;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;box-shadow:0 2px 8px #2563eb40;transition:background .15s,transform .15s,box-shadow .15s}.pl-pay-btn:hover:not(:disabled){background:var(--pl-accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px #2563eb4d}.pl-pay-btn:active:not(:disabled){transform:translateY(0)}.pl-pay-btn:disabled{background:#c5c8d0;cursor:not-allowed;box-shadow:none}.pl-pay-btn__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.pl-pay-btn__icon svg{width:20px;height:20px;display:block}.pl-pay-btn__text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;min-width:0}.pl-pay-btn__main{font-size:16px;font-weight:700;line-height:1.25}.pl-pay-btn__sub{font-size:12px;font-weight:400;opacity:.9;margin-top:2px;line-height:1.3}.pl-trust{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 20px;margin-top:20px;padding:14px 0}.pl-trust-item{font-size:12px;font-weight:500;color:var(--pl-muted)}.pl-visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/1/assets/payment-landing.css.map */
