.psw-sp {
    --sp-bg: #fff;
    --sp-text: #17263c;
    --sp-muted: #607087;
    --sp-line: #dbe3ed;
    --sp-input: #fff;
    --sp-accent: #0b1d3b;
    --sp-btn-text: #fff;
    box-sizing: border-box;
    max-width: 760px;
    margin: 20px auto;
    padding: 28px;
    border: 1px solid var(--sp-line);
    border-radius: 16px;
    background: transparent;
    color: var(--sp-text);
    font-family:
        system-ui,
        -apple-system,
        sans-serif;
    line-height: 1.6;
    color-scheme: light;
}

.psw-sp-dark {
    --sp-bg: #111d30;
    --sp-text: #f2f6fc;
    --sp-muted: #a0aec2;
    --sp-line: #30415c;
    --sp-input: #18263c;
    --sp-accent: #31bdf1;
    --sp-btn-text: #071625;
    color-scheme: dark;
}

.psw-sp * {
    box-sizing: border-box;
}

.psw-sp .psw-sp-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--sp-muted);
}

.psw-sp header h3 {
    margin: 4px 0 12px;
    font-size: 23px;
    line-height: 1.3;
    color: var(--sp-text);
}

.psw-sp-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
    padding: 12px 0;
    border-bottom: 1px solid var(--sp-line);
    color: var(--sp-muted);
}

.psw-sp-total strong {
    font-size: 22px;
    color: var(--sp-text);
}

.psw-sp .psw-sp-info {
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
}

.psw-sp legend {
    font-size: 15px;
    font-weight: 650;
    margin-bottom: 12px;
    padding: 0;
    color: var(--sp-text);
}



.psw-sp-wide {
    grid-column: 1/-1;
}

.psw-sp label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--sp-text);
}

.psw-sp label small {
    font-weight: 400;
    color: var(--sp-muted);
}

.psw-sp .psw-sp-field :is(input:not([type="checkbox"]), textarea, select) {
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 10px 12px;
    background: var(--sp-input);
    border: 1px solid var(--sp-line);
    border-radius: 8px;
    color: var(--sp-text);
    font: inherit;
    font-size: 16px;
    box-shadow: none;
}

.psw-sp .psw-sp-field input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--sp-accent);
}

.psw-sp textarea {
    resize: vertical;
}

.psw-sp input:focus,
.psw-sp textarea:focus,
.psw-sp select:focus {
    outline: 2px solid var(--sp-accent);
    outline-offset: 2px;
}

.psw-sp fieldset:disabled {
    opacity: 0.7;
}

.psw-sp .psw-sp-submit {
    display: block;
    width: 100%;
    min-height: 48px;
    margin: 18px 0 12px;
    padding: 12px 16px;
    background: var(--sp-accent);
    color: var(--sp-btn-text);
    border: 0;
    border-radius: 9px;
    font: inherit;
    font-weight: 650;
    font-size: 15px;
    cursor: pointer;
    transition: opacity 0.15s;
}

.psw-sp .psw-sp-submit:hover {
    opacity: 0.9;
}

.psw-sp .psw-sp-submit:disabled {
    opacity: 0.55;
    cursor: wait;
}

.psw-sp .psw-sp-submit:focus-visible {
    outline: 3px solid #f4b905;
    outline-offset: 3px;
}

.psw-sp-card {
    border-top: 1px solid var(--sp-line);
}

.psw-sp-card h4 {
    font-size: 15px;
    color: var(--sp-text);
    margin: 0 0 12px;
}

.psw-sp-security,
.psw-sp-help {
    font-size: 12px;
    color: var(--sp-muted);
    margin: 8px 0;
    line-height: 1.6;
}

.psw-sp-test {
    background: #fff4d4;
    color: #725111;
    padding: 8px 12px;
    border-radius: 7px;
    font-size: 12px;
}

.psw-sp-message {
    font-size: 14px;
    margin: 14px 0;
    overflow-wrap: anywhere;
}

.psw-sp-message:empty {
    display: none;
}

.psw-sp-message.is-error {
    color: #b42318;
    background: #fff0ef;
    border-radius: 8px;
    padding: 12px;
}

.psw-sp-success .psw-sp-message {
    background: #e9f7ee;
    color: #176139;
    padding: 16px;
    border-radius: 9px;
}

.psw-sp .psw-sp-honey {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.psw-sp [hidden] {
    display: none !important;
}

@media (max-width: 560px) {
    .psw-sp {
        padding: 20px 16px;
        margin: 12px auto;
    }

    .psw-sp header h3 {
        font-size: 20px;
    }

    .psw-sp-total strong {
        font-size: 20px;
    }
}
.psw-sp-grid label {
    font-size: 1.4em; 
}

.psw-sp-grid input {
    width: 100%;
}
.payment_options {
    text-align: center !important;
    font-weight: 900;
}