.commerce-modal-layer {
    z-index: 2500;
}

.delivery-modal .delivery-cta-btn {
    min-height: 42px;
    border: 1px solid rgba(154, 207, 255, 0.28);
    border-radius: 13px;
    background: linear-gradient(135deg, #163a62 0%, #1f4f83 48%, #2e6ba7 100%);
    color: #eef6ff;
    font-size: 12.5px;
    font-weight: 700;
    box-shadow:
        0 8px 16px rgba(6, 20, 38, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform .14s ease, box-shadow .14s ease, opacity .14s ease;
}

.delivery-modal .delivery-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        0 10px 20px rgba(8, 24, 45, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.delivery-modal .delivery-main-cta,
.delivery-modal #deliveryUnlockBtn {
    min-height: 52px;
    border-radius: 15px;
    border: 1px solid rgba(136, 186, 240, 0.42);
    background: linear-gradient(135deg, #1a4575 0%, #2566a8 58%, #357fc4 100%);
    color: #f4f8ff;
    box-shadow:
        0 10px 22px rgba(12, 34, 61, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.delivery-modal .delivery-main-cta:hover,
.delivery-modal #deliveryUnlockBtn:hover {
    box-shadow:
        0 12px 24px rgba(10, 34, 62, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.delivery-modal .delivery-cta-btn.is-locked {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.delivery-modal .delivery-cta-btn.is-locked::before {
    content: "\1F512";
    font-size: 13px;
    line-height: 1;
}

.delivery-modal:not(.unlocked) .variant-preview,
.delivery-modal:not(.unlocked) .thumb-preview {
    position: relative;
}

.delivery-modal:not(.unlocked) .variant-preview.is-locked::before,
.delivery-modal:not(.unlocked) .thumb-preview.is-locked::before {
    content: "\1F512";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: rgba(6, 14, 24, 0.72);
    border: 1px solid rgba(175, 209, 245, 0.35);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.34);
    z-index: 3;
}

.delivery-modal:not(.unlocked) .variant-preview img {
    filter: blur(1.8px) saturate(0.92) brightness(0.88);
    transform: scale(1.02);
}

.delivery-modal:not(.unlocked) .thumb-preview img {
    filter: blur(2px) saturate(0.9) brightness(0.86);
    transform: scale(1.02);
}

.delivery-modal:not(.unlocked) .variant-preview::after,
.delivery-modal:not(.unlocked) .thumb-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 9, 15, 0.2), rgba(4, 9, 15, 0.44));
    pointer-events: none;
}

.commerce-modal-card {
    width: min(520px, 94vw);
    border-radius: 18px;
    border: 1px solid rgba(132, 187, 242, 0.26);
    background:
        radial-gradient(circle at top right, rgba(62, 128, 197, 0.16), transparent 56%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(8, 16, 28, 0.97);
}

.commerce-package-grid {
    gap: 10px;
}

.commerce-package-card {
    text-align: left;
    border: 1px solid rgba(150, 196, 242, 0.2);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
    color: #eef6ff;
    border-radius: 14px;
    padding: 12px;
    display: grid;
    gap: 7px;
}

.commerce-package-card.is-selected {
    border-color: rgba(108, 187, 255, 0.58);
    box-shadow: 0 10px 20px rgba(19, 54, 88, 0.28);
}

.commerce-package-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.commerce-package-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(92, 170, 239, 0.18);
    border: 1px solid rgba(145, 205, 255, 0.36);
    color: #dbf0ff;
    font-size: 10px;
    font-weight: 700;
}

.commerce-package-features {
    margin: 0;
    padding: 0 0 0 14px;
    display: grid;
    gap: 4px;
    color: #b9cbe0;
    font-size: 11px;
    line-height: 1.45;
}

.commerce-package-card em {
    margin-top: 2px;
    color: #8dd0ff;
}

.commerce-payment-box.is-paytr-mode {
    gap: 12px;
}

.commerce-bank-ui {
    position: relative;
    display: grid;
    gap: 12px;
    min-width: 0;
    padding-top: 2px;
}

.commerce-bank-close-btn {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    border: 1px solid rgba(132, 184, 236, 0.35);
    background: rgba(18, 34, 52, 0.9);
    color: #d7e8f8;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.commerce-bank-close-btn:hover {
    border-color: rgba(154, 206, 255, 0.6);
    color: #f0f7ff;
}

.commerce-bank-summary {
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(15, 30, 48, 0.88), rgba(9, 20, 34, 0.94));
    border: 1px solid rgba(118, 184, 244, 0.3);
}

.commerce-bank-summary-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.commerce-bank-summary-top h5 {
    margin: 0;
    font-size: 15px;
    color: #eef6ff;
    font-weight: 800;
}

.commerce-bank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    border: 1px solid transparent;
}

.commerce-bank-badge.is-pending {
    color: #ffe8b0;
    background: rgba(255, 170, 48, 0.14);
    border-color: rgba(255, 170, 48, 0.35);
}

.commerce-bank-badge.is-wait {
    color: #bde4ff;
    background: rgba(65, 157, 238, 0.14);
    border-color: rgba(65, 157, 238, 0.35);
}

.commerce-bank-badge.is-approved {
    color: #bdf4d3;
    background: rgba(38, 182, 106, 0.14);
    border-color: rgba(38, 182, 106, 0.35);
}

.commerce-bank-badge.is-rejected {
    color: #ffd0d0;
    background: rgba(220, 65, 65, 0.14);
    border-color: rgba(220, 65, 65, 0.35);
}

.commerce-bank-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #b7cce0;
    font-size: 12px;
}

.commerce-bank-meta strong {
    color: #f2f8ff;
    font-size: 13px;
    font-weight: 700;
}

.commerce-bank-accounts {
    display: grid;
    gap: 9px;
}

.commerce-bank-account-item {
    display: grid;
    gap: 9px;
    padding: 12px;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.commerce-bank-account-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #bed0e3;
    font-size: 12px;
}

.commerce-bank-account-row b {
    color: #f3f8ff;
    font-weight: 700;
    text-align: right;
    word-break: break-word;
}

.commerce-bank-copy-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.commerce-bank-note {
    color: #a6bdd3;
    font-size: 12px;
    line-height: 1.55;
}

.commerce-bank-report-btn {
    width: 100%;
    min-height: 46px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #1e7a59 0%, #2aa86e 55%, #33c67e 100%);
    border: 1px solid rgba(144, 232, 188, 0.38);
    color: #f3fff9;
    box-shadow:
        0 10px 20px rgba(12, 48, 33, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.commerce-bank-report-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        0 12px 24px rgba(12, 52, 35, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.commerce-bank-report-btn:disabled {
    background: linear-gradient(135deg, #243a4d 0%, #2f4760 100%);
    border-color: rgba(161, 197, 229, 0.22);
    color: #a7bad0;
    box-shadow: none;
}

.commerce-wa-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: currentColor;
    flex: 0 0 auto;
}

.commerce-wa-icon svg {
    width: 100%;
    height: 100%;
}

.commerce-copy-toast {
    position: fixed;
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom, 0px));
    z-index: 10080;
    background: rgba(8, 20, 32, 0.94);
    border: 1px solid rgba(120, 186, 248, 0.35);
    color: #eef6ff;
    border-radius: 11px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
}

.commerce-copy-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.commerce-paytr-ui {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.commerce-checkout-flow {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.commerce-checkout-stage {
    display: none;
    gap: 12px;
    min-width: 0;
}

.commerce-checkout-stage.is-active {
    display: grid;
}

.commerce-checkout-stage-title {
    margin: 0;
    color: #eef6ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.commerce-checkout-stage-subtitle {
    margin: -4px 0 0;
    color: #9db5cc;
    font-size: 11.5px;
    line-height: 1.45;
}

.commerce-checkout-package-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    min-width: 0;
}

.commerce-checkout-package {
    position: relative;
    text-align: left;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    column-gap: 10px;
    border: 1px solid rgba(150, 196, 242, 0.28);
    background: linear-gradient(180deg, rgba(28, 58, 92, 0.32), rgba(10, 18, 30, 0.6));
    color: #eef6ff;
    border-radius: 14px;
    padding: 11px 12px;
    min-width: 0;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.commerce-checkout-package:hover {
    transform: translateY(-1px);
}

.commerce-checkout-content {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.commerce-checkout-radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid rgba(143, 184, 220, 0.8);
    margin-top: 2px;
    position: relative;
    box-sizing: border-box;
}

.commerce-checkout-radio::after {
    content: "";
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    background: transparent;
    transform: scale(0.6);
    opacity: 0;
    transition: .14s ease;
}

.commerce-checkout-package.is-selected {
    border-color: rgba(76, 178, 255, 0.85);
    box-shadow: 0 0 0 2px rgba(69, 164, 238, 0.28), 0 14px 28px rgba(11, 36, 61, 0.38);
}

.commerce-checkout-package.is-selected .commerce-checkout-radio {
    border-color: rgba(98, 201, 255, 0.96);
}

.commerce-checkout-package.is-selected .commerce-checkout-radio::after {
    background: linear-gradient(135deg, #2ea1ff, #53cbff);
    opacity: 1;
    transform: scale(1);
}

.commerce-checkout-brief {
    margin: 0;
    color: #bcd0e3;
    font-size: 12px;
    line-height: 1.35;
}

.commerce-checkout-meta-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.commerce-checkout-meta-line em {
    margin: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #f5fbff;
    line-height: 1;
    letter-spacing: -0.02em;
}

.commerce-checkout-benefit {
    display: inline-flex;
    align-items: center;
    max-width: 60%;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(69, 140, 207, 0.24);
    border: 1px solid rgba(131, 191, 243, 0.34);
    color: #d6ebff;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.2;
}

.commerce-checkout-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 12px;
    border-radius: 12px;
    border: 1px solid rgba(121, 183, 244, 0.3);
    background: rgba(10, 22, 35, 0.84);
}

.commerce-checkout-selected strong {
    color: #edf6ff;
    font-size: 12.5px;
    line-height: 1.35;
}

.commerce-checkout-selected span {
    color: #8fd2ff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.commerce-checkout-actions {
    grid-template-columns: 1fr;
}

.commerce-paytr-card {
    border-radius: 12px;
    border: 1px solid rgba(125, 186, 245, 0.26);
    background: rgba(7, 16, 27, 0.86);
    padding: 11px;
    display: grid;
    gap: 10px;
}

.commerce-paytr-card h5 {
    margin: 0;
    color: #f0f8ff;
    font-size: 12.5px;
    font-weight: 700;
}

.commerce-paytr-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.commerce-paytr-card-grid label {
    display: grid;
    gap: 5px;
    color: #a8c0d8;
    font-size: 11px;
    font-weight: 600;
    min-width: 0;
}

.commerce-paytr-card-grid label:first-child,
.commerce-paytr-card-grid label:nth-child(2) {
    grid-column: 1 / -1;
}

.commerce-paytr-card-grid input {
    width: 100%;
    border: 1px solid rgba(146, 197, 244, 0.24);
    background: rgba(8, 20, 34, 0.92);
    color: #edf6ff;
    border-radius: 10px;
    min-height: 40px;
    padding: 0 11px;
    font-size: 12.5px;
    outline: none;
    box-sizing: border-box;
}

.commerce-paytr-card-grid input:focus {
    border-color: rgba(121, 193, 255, 0.66);
    box-shadow: 0 0 0 3px rgba(76, 157, 233, 0.18);
}

.commerce-paytr-summary {
    display: grid;
    gap: 4px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(10, 22, 35, 0.84);
    border: 1px solid rgba(122, 183, 242, 0.3);
}

.commerce-paytr-summary strong {
    color: #f2f8ff;
    font-size: 14px;
    line-height: 1.35;
}

.commerce-paytr-summary span {
    color: #b8cde2;
    font-size: 11.5px;
    line-height: 1.45;
}

.commerce-paytr-feature-list {
    display: grid;
    gap: 7px;
}

.commerce-paytr-feature-item,
.commerce-paytr-empty {
    padding: 10px 12px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #d9e8f7;
    font-size: 12px;
    line-height: 1.45;
}

.commerce-paytr-note {
    color: #9eb6cd;
    font-size: 11.5px;
    line-height: 1.55;
}

.commerce-paytr-actions {
    grid-template-columns: 1fr 1fr;
}

.commerce-paytr-actions .btn {
    min-height: 44px;
    border-radius: 12px;
}

@media (min-width: 981px) {
    #commercePackagePanel.commerce-modal-card {
        width: min(880px, 92vw);
    }

    #commercePackagePanel .commerce-package-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 980px) {
    .delivery-modal {
        align-items: stretch;
        padding: 8px;
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .delivery-modal .delivery-card.delivery-card-sales {
        width: 100%;
        min-height: 0;
        max-height: calc(100dvh - 12px);
        border-radius: 16px;
        padding: 12px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .delivery-modal .delivery-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .delivery-modal .delivery-panel-media,
    .delivery-modal .delivery-panel-primary.delivery-panel-offer {
        border-radius: 14px;
        padding: 12px;
    }

    .delivery-modal .delivery-video-main .variant-preview {
        min-height: 150px;
    }

    .delivery-modal .delivery-video-strip,
    .delivery-modal .thumb-grid {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 4px;
        scroll-snap-type: x mandatory;
    }

    .delivery-modal .delivery-video-mini {
        min-width: 142px;
        max-width: 142px;
        flex: 0 0 142px;
        scroll-snap-align: start;
    }

    .delivery-modal .thumb-card {
        min-width: 112px;
        max-width: 112px;
        flex: 0 0 112px;
        scroll-snap-align: start;
    }

    .commerce-modal-layer {
        align-items: center;
        justify-content: center;
        padding: 8px;
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    }

    .commerce-modal-card {
        width: 100%;
        max-height: min(84dvh, 760px);
        margin: 0 auto;
        overflow: auto;
        border-radius: 14px;
        padding: 11px;
        -webkit-overflow-scrolling: touch;
    }

    .commerce-actions-row,
    .commerce-paytr-actions {
        grid-template-columns: 1fr;
    }

    .commerce-bank-copy-row {
        grid-template-columns: 1fr;
    }

    .commerce-checkout-package-grid {
        grid-template-columns: 1fr;
    }

    .commerce-checkout-meta-line em {
        font-size: 20px;
    }
}

@media (max-width: 640px) {
    .delivery-modal {
        padding: 6px;
        padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px));
        overflow-x: hidden;
    }

    .delivery-modal .delivery-card.delivery-card-sales {
        width: 100%;
        max-width: 100%;
        max-height: calc(100svh - 10px);
        height: calc(100svh - 10px);
        border-radius: 14px;
        padding: 10px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .delivery-modal .delivery-title {
        font-size: 19px;
    }

    .delivery-modal .delivery-text {
        font-size: 11.5px;
        line-height: 1.5;
    }

    .delivery-modal .delivery-main-cta,
    .delivery-modal #deliveryUnlockBtn {
        min-height: 46px;
        font-size: 15px;
        line-height: 1.2;
        padding-inline: 12px;
    }

    .delivery-modal .delivery-cta-btn {
        min-height: 38px;
        font-size: 11px;
        line-height: 1.2;
        padding-inline: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .delivery-modal .delivery-video-main .variant-preview {
        min-height: 136px;
    }

    .delivery-modal .delivery-panel-media,
    .delivery-modal .delivery-video-stage,
    .delivery-modal .delivery-video-main,
    .delivery-modal .delivery-video-strip,
    .delivery-modal .delivery-video-mini {
        min-width: 0;
        max-width: 100%;
    }

    .delivery-modal .delivery-video-strip {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        padding-bottom: 0;
    }

    .delivery-modal .delivery-video-mini {
        min-width: 0;
        max-width: none;
        flex: initial;
        align-content: start;
    }

    .delivery-modal .delivery-video-mini[data-variant="landscape"] {
        grid-column: 1;
        grid-row: 1;
    }

    .delivery-modal .delivery-video-mini[data-variant="vertical"] {
        grid-column: 2;
        grid-row: 1 / span 2;
    }

    .delivery-modal .delivery-video-mini[data-variant="square"] {
        grid-column: 1;
        grid-row: 2;
    }

    .delivery-modal .delivery-video-mini[data-variant="vertical"] .variant-preview {
        aspect-ratio: 9 / 16;
        min-height: 0;
        max-height: 248px;
    }

    .delivery-modal .delivery-video-mini .delivery-cta-btn {
        min-height: 36px;
        font-size: 10.5px;
    }

    .delivery-modal .delivery-video-main .delivery-cta-btn,
    .delivery-modal .delivery-video-mini .delivery-cta-btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        text-overflow: clip;
        overflow: hidden;
        padding-inline: 8px;
        line-height: 1.2;
    }

    .delivery-modal .thumb-grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .delivery-modal .thumb-card {
        min-width: 112px;
        max-width: 112px;
        flex: 0 0 112px;
        scroll-snap-align: start;
    }

    .commerce-paytr-summary strong {
        font-size: 12.5px;
    }

    .commerce-paytr-summary span,
    .commerce-paytr-feature-item,
    .commerce-paytr-empty {
        font-size: 11px;
    }

    .commerce-modal-card {
        max-height: calc(100svh - 16px);
        padding: 10px;
    }

    .commerce-checkout-selected {
        flex-direction: column;
        align-items: flex-start;
    }

    .commerce-checkout-stage-title {
        font-size: 12.5px;
    }

    .commerce-checkout-stage-subtitle {
        font-size: 11px;
    }

    .commerce-checkout-package {
        padding: 10px 11px;
        grid-template-columns: 18px minmax(0, 1fr);
        column-gap: 9px;
    }

    .commerce-checkout-brief {
        font-size: 11.5px;
    }

    .commerce-checkout-meta-line {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .commerce-checkout-meta-line em {
        font-size: 18px;
    }

    .commerce-checkout-benefit {
        max-width: 100%;
        font-size: 10px;
    }

    .commerce-paytr-card-grid {
        grid-template-columns: 1fr;
    }

    .commerce-paytr-card-grid label:first-child,
    .commerce-paytr-card-grid label:nth-child(2) {
        grid-column: auto;
    }
}

/* Checkout Stage 1 - reverted simple card layout */
.commerce-checkout-package {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: left;
    border: 1px solid rgba(140, 194, 246, 0.3);
    border-radius: 14px;
    padding: 12px;
    background: linear-gradient(180deg, rgba(22, 45, 74, 0.48), rgba(9, 18, 31, 0.76));
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.commerce-checkout-package:hover {
    transform: translateY(-1px);
}

.commerce-checkout-package.is-selected {
    border-color: rgba(84, 189, 255, 0.95);
    box-shadow: 0 0 0 2px rgba(58, 167, 240, 0.26), 0 12px 26px rgba(8, 31, 52, 0.42);
}

.commerce-checkout-package .commerce-package-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.commerce-checkout-package > span {
    color: #d2e3f2;
    font-size: 12px;
    line-height: 1.35;
}

.commerce-checkout-package .commerce-package-features {
    margin: 0;
    padding-left: 14px;
    display: grid;
    gap: 4px;
    color: #bdd1e4;
    font-size: 11px;
    line-height: 1.45;
}

.commerce-checkout-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 24px;
}

.commerce-checkout-footer em {
    margin: 0;
    color: #f2f9ff;
    font-style: normal;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
}

.commerce-checkout-picked-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(132, 200, 252, 0.6);
    background: rgba(48, 137, 209, 0.34);
    color: #e2f4ff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.commerce-checkout-picked-badge:empty {
    opacity: 0;
}

.commerce-checkout-selected {
    border-color: rgba(127, 191, 247, 0.4);
    background: rgba(12, 25, 40, 0.78);
}

@media (max-width: 980px) {
    .commerce-checkout-footer em {
        font-size: 26px;
    }
}

@media (max-width: 640px) {
    .commerce-checkout-package {
        padding: 11px;
    }

    .commerce-checkout-package > span {
        font-size: 11.5px;
    }

    .commerce-checkout-package .commerce-package-features {
        font-size: 10.8px;
    }

    .commerce-checkout-footer {
        align-items: flex-end;
    }

    .commerce-checkout-footer em {
        font-size: 24px;
    }

    .commerce-checkout-picked-badge {
        font-size: 10.5px;
        min-height: 22px;
        padding: 4px 9px;
    }
}

/* Premium Payment Modal - Full Redesign */
#commercePaymentPanel.commerce-modal-card {
    position: relative;
    width: min(1180px, 95vw);
    max-height: min(92dvh, 920px);
    border-radius: 24px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(1200px 600px at 12% -12%, rgba(67, 130, 255, 0.22), transparent 50%),
        radial-gradient(900px 520px at 92% 0%, rgba(73, 175, 255, 0.16), transparent 48%),
        linear-gradient(180deg, rgba(8, 16, 30, 0.96), rgba(4, 10, 20, 0.96));
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(16px);
}

#commercePaymentPanel .commerce-bank-ui {
    position: static;
    display: grid;
    gap: 16px;
}

#commercePaymentPanel .commerce-bank-close-btn {
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(138, 190, 255, 0.36);
    background: rgba(18, 30, 48, 0.92);
    color: #e6f1ff;
    font-size: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36);
}

#commercePaymentPanel .commerce-bank-close-btn:hover {
    border-color: rgba(172, 211, 255, 0.62);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45), 0 0 16px rgba(94, 170, 255, 0.2);
}

#commercePaymentPanel .commerce-bank-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: 18px;
}

#commercePaymentPanel .commerce-bank-col {
    min-width: 0;
    display: grid;
    gap: 12px;
}

#commercePaymentPanel .commerce-bank-col-left {
    padding-right: 6px;
}

#commercePaymentPanel .commerce-bank-col-right {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

#commercePaymentPanel .commerce-bank-summary {
    border: 0;
    background: transparent;
    padding: 0;
    gap: 12px;
}

#commercePaymentPanel .commerce-bank-title {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(14, 26, 43, 0.72), rgba(8, 16, 30, 0.72));
}

#commercePaymentPanel .commerce-bank-title-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #69d3ff;
    font-size: 20px;
    border: 1px solid rgba(111, 190, 255, 0.36);
    background: radial-gradient(circle at 30% 20%, rgba(79, 174, 255, 0.3), rgba(20, 42, 71, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

#commercePaymentPanel .commerce-bank-title-text h5 {
    margin: 0;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #f3f9ff;
}

#commercePaymentPanel .commerce-bank-title-text p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #b5c9df;
}

#commercePaymentPanel .commerce-bank-info-card,
#commercePaymentPanel .commerce-bank-help {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(11, 22, 38, 0.75), rgba(8, 16, 29, 0.85));
    padding: 14px;
    color: #cddcf0;
    font-size: 13.5px;
    line-height: 1.55;
}

#commercePaymentPanel .commerce-bank-info-card p {
    margin: 0;
}

#commercePaymentPanel .commerce-bank-price-card {
    border-radius: 16px;
    border: 1px solid rgba(96, 166, 255, 0.52);
    background: linear-gradient(135deg, rgba(53, 84, 210, 0.4), rgba(33, 66, 160, 0.26));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 32px rgba(19, 45, 92, 0.36);
    padding: 14px;
    display: grid;
    gap: 6px;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

#commercePaymentPanel .commerce-bank-price-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

#commercePaymentPanel .commerce-bank-wallet-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d8e9ff;
    border: 1px solid rgba(152, 196, 255, 0.45);
    background: linear-gradient(180deg, rgba(98, 137, 230, 0.35), rgba(62, 97, 189, 0.3));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    margin-left: auto;
}

#commercePaymentPanel .commerce-bank-price-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 201, 119, 0.5);
    background: rgba(255, 175, 60, 0.15);
    color: #ffdca0;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

#commercePaymentPanel .commerce-bank-price-card:hover {
    transform: translateY(-1px);
    border-color: rgba(118, 188, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 34px rgba(16, 49, 104, 0.44);
}

#commercePaymentPanel .commerce-bank-price-card span {
    font-size: 12px;
    color: #bed7ff;
    font-weight: 700;
    letter-spacing: 0.08em;
}

#commercePaymentPanel .commerce-bank-price-card strong {
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    letter-spacing: -0.02em;
}

#commercePaymentPanel .commerce-bank-summary-top {
    justify-content: flex-start;
}

#commercePaymentPanel .commerce-bank-summary-top,
#commercePaymentPanel .commerce-bank-help {
    display: none !important;
}

#commercePaymentPanel .commerce-bank-badge {
    min-height: 26px;
    font-size: 11px;
}

#commercePaymentPanel .commerce-bank-meta {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(8, 18, 33, 0.82);
    padding: 10px 12px;
}

#commercePaymentPanel .commerce-bank-right-head h5 {
    margin: 0;
    font-size: 18px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #f2f8ff;
}

#commercePaymentPanel .commerce-bank-right-head p {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #bbcee3;
}

#commercePaymentPanel .commerce-bank-account-item.is-light {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(10, 21, 36, 0.9), rgba(7, 15, 28, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 13px;
    gap: 10px;
}

#commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row span {
    color: #8ea7c2;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

#commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row.value-row {
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row b {
    color: #f5fbff;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 1 auto;
    min-width: 0;
}

#commercePaymentPanel .commerce-bank-account-item.is-light .btn {
    min-height: 34px;
    width: 88px;
    min-width: 88px;
    max-width: 88px;
    border-radius: 999px;
    border: 1px solid rgba(111, 176, 246, 0.38);
    background: rgba(25, 46, 76, 0.85);
    color: #dcebff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
}

#commercePaymentPanel .commerce-bank-account-item.is-light .btn:hover {
    border-color: rgba(138, 196, 255, 0.62);
    background: rgba(33, 58, 92, 0.94);
    box-shadow: 0 0 0 3px rgba(72, 152, 239, 0.15);
}

#commercePaymentPanel .commerce-bank-account-item.is-light .btn .copy-btn-icon {
    display: inline-flex;
    width: 13px;
    height: 13px;
    color: currentColor;
    flex: 0 0 auto;
}

#commercePaymentPanel .commerce-bank-wa-note {
    border-radius: 14px;
    border: 1px solid rgba(118, 167, 233, 0.34);
    background: linear-gradient(180deg, rgba(24, 41, 79, 0.46), rgba(16, 30, 60, 0.4));
    padding: 13px;
    display: grid;
    gap: 5px;
}

#commercePaymentPanel .commerce-bank-wa-note strong {
    color: #e3edff;
    font-size: 14px;
    line-height: 1.3;
}

#commercePaymentPanel .commerce-bank-wa-note span {
    color: #b9cae3;
    font-size: 12px;
    line-height: 1.45;
}

#commercePaymentPanel .commerce-bank-report-btn {
    width: 100%;
    min-height: 50px;
    border-radius: 14px;
    border: 1px solid rgba(120, 229, 178, 0.48);
    background: linear-gradient(135deg, #189d66 0%, #22be79 52%, #28d584 100%);
    color: #f6fffb;
    font-size: 16px;
    font-weight: 800;
    gap: 10px;
    box-shadow:
        0 16px 30px rgba(13, 68, 45, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

#commercePaymentPanel .commerce-bank-report-btn:hover {
    transform: translateY(-1px) scale(1.005);
    filter: saturate(1.05);
    box-shadow:
        0 20px 34px rgba(12, 70, 46, 0.5),
        0 0 0 4px rgba(56, 202, 130, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#commercePaymentPanel .commerce-bank-report-btn:disabled {
    background: linear-gradient(135deg, #243a4d 0%, #2f4760 100%);
    border-color: rgba(161, 197, 229, 0.22);
    color: #a7bad0;
    box-shadow: none;
}

#commercePaymentPanel .commerce-wa-icon {
    width: 24px;
    height: 24px;
}

#commercePaymentPanel .commerce-wa-ext {
    margin-left: auto;
    font-size: 16px;
    opacity: 0.9;
}

#commercePaymentPanel .commerce-bank-ssl-note {
    text-align: center;
    font-size: 12px;
    color: #afc4db;
}

#commercePaymentPanel .commerce-bank-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

#commercePaymentPanel .commerce-bank-feature {
    border-radius: 13px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(10, 21, 36, 0.78), rgba(8, 17, 30, 0.86));
    padding: 11px 12px;
    display: grid;
    gap: 4px;
}

#commercePaymentPanel .commerce-bank-feature strong {
    color: #eef7ff;
    font-size: 13px;
}

#commercePaymentPanel .commerce-bank-feature span {
    color: #9fb8d3;
    font-size: 11px;
    line-height: 1.4;
}

@media (max-width: 1100px) {
    #commercePaymentPanel.commerce-modal-card {
        width: min(980px, 95vw);
        padding: 16px;
    }

    #commercePaymentPanel .commerce-bank-layout {
        grid-template-columns: 1fr;
    }

    #commercePaymentPanel .commerce-bank-col-right {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding-left: 0;
        padding-top: 14px;
    }

    #commercePaymentPanel .commerce-bank-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    #commercePaymentPanel.commerce-modal-card {
        width: calc(100vw - 12px);
        max-height: calc(100svh - 12px);
        border-radius: 16px;
        padding: 10px;
    }

    #commercePaymentPanel .commerce-bank-title-text h5 {
        font-size: 18px;
    }

    #commercePaymentPanel .commerce-bank-close-btn {
        top: 6px;
        right: 6px;
        width: 38px;
        height: 38px;
        font-size: 21px;
    }

    #commercePaymentPanel .commerce-bank-title-text p,
    #commercePaymentPanel .commerce-bank-right-head p,
    #commercePaymentPanel .commerce-bank-help,
    #commercePaymentPanel .commerce-bank-info-card p,
    #commercePaymentPanel .commerce-bank-wa-note span {
        font-size: 11px;
    }

    #commercePaymentPanel .commerce-bank-right-head h5 {
        font-size: 16px;
    }

    #commercePaymentPanel .commerce-bank-right-head p {
        margin-top: 4px;
    }

    #commercePaymentPanel .commerce-bank-price-card strong {
        font-size: 24px;
    }

    #commercePaymentPanel .commerce-bank-price-status {
        font-size: 10px;
        padding: 0 7px;
    }

    #commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row.value-row {
        flex-direction: row;
        align-items: center;
    }

    #commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row b {
        font-size: 14px;
        text-align: left;
        word-break: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #commercePaymentPanel .commerce-bank-account-item.is-light .btn {
        width: 84px;
        min-width: 84px;
        max-width: 84px;
        gap: 4px;
        font-size: 11px;
    }

    #commercePaymentPanel .commerce-bank-info-card {
        display: none;
    }

    #commercePaymentPanel .commerce-bank-col {
        gap: 10px;
    }

    #commercePaymentPanel .commerce-bank-wa-note strong {
        font-size: 13px;
    }

    #commercePaymentPanel .commerce-bank-report-btn {
        min-height: 46px;
        font-size: 15px;
    }

    #commercePaymentPanel .commerce-bank-features {
        grid-template-columns: 1fr;
    }
}

/* Payment modal - one column (right side only) + premium footer */
#commercePaymentPanel .commerce-bank-layout {
    grid-template-columns: 1fr !important;
}

#commercePaymentPanel .commerce-bank-col-left {
    display: none !important;
}

#commercePaymentPanel .commerce-bank-col-right {
    border-left: 0 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    max-width: 880px;
    margin: 0 auto;
}

#commercePaymentPanel .commerce-bank-right-head {
    margin-right: 56px;
}

#commercePaymentPanel .commerce-bank-features {
    max-width: 980px;
    margin: 4px auto 0;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px;
}

#commercePaymentPanel .commerce-bank-feature {
    position: relative;
    border-radius: 18px;
    padding: 18px 14px 14px;
    gap: 6px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(8, 21, 38, 0.9), rgba(5, 14, 26, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#commercePaymentPanel .commerce-bank-feature::before {
    content: "";
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 8px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

#commercePaymentPanel .commerce-bank-feature strong {
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #f4f8ff;
}

#commercePaymentPanel .commerce-bank-feature span {
    font-size: 14px;
    line-height: 1.45;
    color: #b5c6d9;
}

#commercePaymentPanel .commerce-bank-feature:nth-child(1)::before {
    background:
        radial-gradient(circle at 35% 30%, rgba(36, 236, 174, 0.28), rgba(13, 32, 40, 0.1)),
        linear-gradient(180deg, rgba(22, 59, 56, 0.55), rgba(10, 30, 30, 0.2));
    box-shadow: 0 0 18px rgba(35, 220, 166, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#commercePaymentPanel .commerce-bank-feature:nth-child(2)::before {
    background:
        radial-gradient(circle at 35% 30%, rgba(140, 94, 255, 0.28), rgba(20, 23, 47, 0.15)),
        linear-gradient(180deg, rgba(48, 37, 94, 0.55), rgba(18, 18, 43, 0.2));
    box-shadow: 0 0 18px rgba(117, 84, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#commercePaymentPanel .commerce-bank-feature:nth-child(3)::before {
    background:
        radial-gradient(circle at 35% 30%, rgba(72, 150, 255, 0.28), rgba(17, 31, 59, 0.15)),
        linear-gradient(180deg, rgba(24, 58, 110, 0.55), rgba(12, 24, 49, 0.2));
    box-shadow: 0 0 18px rgba(67, 152, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#commercePaymentPanel .commerce-bank-feature:nth-child(4)::before {
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 156, 71, 0.28), rgba(54, 31, 20, 0.15)),
        linear-gradient(180deg, rgba(99, 56, 27, 0.55), rgba(48, 25, 15, 0.2));
    box-shadow: 0 0 18px rgba(255, 154, 63, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

@media (max-width: 980px) {
    #commercePaymentPanel .commerce-bank-right-head {
        margin-right: 46px;
    }

    #commercePaymentPanel .commerce-bank-features {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }

    #commercePaymentPanel .commerce-bank-feature strong {
        font-size: 22px;
    }

    #commercePaymentPanel .commerce-bank-feature span {
        font-size: 13px;
    }
}

@media (max-width: 640px) {
    #commercePaymentPanel .commerce-bank-right-head {
        margin-right: 42px;
    }

    #commercePaymentPanel .commerce-bank-features {
        grid-template-columns: 1fr !important;
        gap: 9px;
    }

    #commercePaymentPanel .commerce-bank-feature {
        padding: 13px 12px 11px;
    }

    #commercePaymentPanel .commerce-bank-feature::before {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        margin-bottom: 6px;
    }

    #commercePaymentPanel .commerce-bank-feature strong {
        font-size: 19px;
    }

    #commercePaymentPanel .commerce-bank-feature span {
        font-size: 12px;
    }
}

/* Payment modal simplification: single-column clean bank view */
#commercePaymentPanel.commerce-modal-card {
    width: min(920px, 92vw) !important;
}

#commercePaymentPanel .commerce-bank-features {
    display: none !important;
}

#commercePaymentPanel .commerce-bank-layout.is-single-column {
    display: block;
}

#commercePaymentPanel .commerce-bank-layout.is-single-column .commerce-bank-col-right {
    max-width: 760px;
    margin: 0 auto;
    border: 0 !important;
    padding: 0 !important;
}

#commercePaymentPanel .commerce-bank-offer-card {
    border-radius: 14px;
    border: 1px solid rgba(111, 176, 246, 0.32);
    background: linear-gradient(180deg, rgba(12, 25, 43, 0.9), rgba(8, 17, 31, 0.92));
    padding: 10px 12px;
    margin-bottom: 10px;
}

#commercePaymentPanel .commerce-bank-offer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#commercePaymentPanel .commerce-bank-offer-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #9eb8d7;
}

#commercePaymentPanel #commerceBankOfferPrice {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #f5fbff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
}

#commercePaymentPanel #commerceBankOfferName {
    margin: 6px 0 0;
    font-size: 12px;
    color: #b7cae1;
}

#commercePaymentPanel .commerce-bank-package-block {
    display: grid;
    gap: 6px;
    margin-bottom: 10px;
}

#commercePaymentPanel .commerce-bank-package-block label {
    font-size: 11px;
    font-weight: 700;
    color: #a8bfd9;
}

#commercePaymentPanel .commerce-bank-select {
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(121, 184, 247, 0.35);
    background:
        linear-gradient(180deg, rgba(12, 27, 44, 0.92), rgba(7, 15, 28, 0.94));
    color: #ecf6ff;
    font-size: 13px;
    font-weight: 700;
    padding: 0 40px 0 12px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #9ec6f1 50%),
        linear-gradient(135deg, #9ec6f1 50%, transparent 50%),
        linear-gradient(180deg, rgba(30, 61, 97, 0.5), rgba(16, 35, 58, 0.5));
    background-position:
        calc(100% - 17px) 18px,
        calc(100% - 12px) 18px,
        calc(100% - 34px) 0;
    background-size:
        5px 5px,
        5px 5px,
        34px 100%;
    background-repeat: no-repeat;
}

#commercePaymentPanel .commerce-bank-select option {
    background-color: #0c1b2c;
    color: #ecf6ff;
}

#commercePaymentPanel .commerce-bank-select:focus {
    border-color: rgba(132, 197, 255, 0.7);
    box-shadow: 0 0 0 3px rgba(76, 157, 233, 0.2);
}

#commercePaymentPanel .commerce-bank-accounts {
    gap: 8px;
}

#commercePaymentPanel .commerce-bank-account-item.is-light {
    padding: 8px 10px;
    border-radius: 12px;
    gap: 0;
}

#commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row.value-row {
    min-height: 30px;
    gap: 8px;
}

#commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row.value-row > span {
    min-width: 64px;
    font-size: 10px;
    letter-spacing: 0.08em;
    color: #90a9c4;
    font-weight: 700;
}

#commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row b {
    font-size: 14px;
}

#commercePaymentPanel .commerce-bank-account-item.is-light .btn {
    min-height: 30px;
    width: 84px;
    min-width: 84px;
    max-width: 84px;
    font-size: 11px;
    font-weight: 800;
    color: #f2f8ff;
    border-color: rgba(144, 199, 255, 0.55);
    background: linear-gradient(180deg, rgba(34, 67, 104, 0.95), rgba(22, 46, 74, 0.95));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

@media (max-width: 640px) {
    #commercePaymentPanel.commerce-modal-card {
        width: calc(100vw - 14px) !important;
    }

    #commercePaymentPanel #commerceBankOfferPrice {
        font-size: 27px;
    }

    #commercePaymentPanel #commerceBankOfferName {
        font-size: 11.5px;
    }

    #commercePaymentPanel .commerce-bank-select {
        min-height: 40px;
        font-size: 12px;
        padding-right: 36px;
        background-position:
            calc(100% - 16px) 16px,
            calc(100% - 11px) 16px,
            calc(100% - 32px) 0;
        background-size:
            5px 5px,
            5px 5px,
            32px 100%;
    }

    #commercePaymentPanel .commerce-bank-account-item.is-light {
        padding: 7px 9px;
    }

    #commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row.value-row > span {
        min-width: 58px;
        font-size: 9.8px;
    }

    #commercePaymentPanel .commerce-bank-account-item.is-light .commerce-bank-account-row b {
        font-size: 12.5px;
    }
}
