/* ============================================================
   Noya Public Checkout V7B-2C2E-R7C
============================================================ */

.noya-checkout-shell {
    margin-top: 22px;
    padding: 20px;
    border: 1px solid rgba(32, 77, 74, 0.16);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(20, 46, 44, 0.08);
}

.noya-checkout-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
}

.noya-checkout-head h3 {
    margin: 4px 0 6px;
}

.noya-checkout-head p {
    margin: 0;
    color: #64706f;
}

.noya-checkout-kicker {
    display: block;
    color: #176e67;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.noya-checkout-language {
    min-width: 104px;
    min-height: 40px;
    border: 1px solid rgba(32, 77, 74, 0.2);
    border-radius: 10px;
    background: #ffffff;
    padding: 0 10px;
    font: inherit;
}

.noya-checkout-methods {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.noya-checkout-method {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 118px;
    padding: 16px;
    border: 1px solid rgba(32, 77, 74, 0.16);
    border-radius: 15px;
    background: #f8fbfa;
    text-align: left;
    cursor: pointer;
    transition: 0.18s ease;
}

.noya-checkout-method:hover,
.noya-checkout-method.selected {
    border-color: #1f8f84;
    background: #edf8f6;
    transform: translateY(-1px);
}

.noya-checkout-method strong {
    color: #173e3b;
    font-size: 15px;
}

.noya-checkout-method span {
    color: #667472;
    font-size: 13px;
    line-height: 1.5;
}

.noya-checkout-body {
    margin-top: 17px;
}

.noya-checkout-loading,
.noya-checkout-method-prompt,
.noya-checkout-message {
    padding: 14px;
    border-radius: 12px;
    background: #f3f7f6;
    color: #4d5c5a;
    text-align: center;
}

.noya-checkout-message.error {
    background: #fff0f0;
    color: #9f2d2d;
}

.noya-checkout-policy-panel h4 {
    margin: 0 0 12px;
}

.noya-checkout-policy {
    margin-bottom: 9px;
    border: 1px solid rgba(32, 77, 74, 0.14);
    border-radius: 12px;
    background: #fbfdfc;
    overflow: hidden;
}

.noya-checkout-policy summary {
    padding: 12px 14px;
    cursor: pointer;
    color: #214b47;
    font-weight: 700;
}

.noya-checkout-policy-content {
    max-height: 220px;
    overflow: auto;
    padding: 0 14px 14px;
    color: #5f6e6c;
    font-size: 13px;
    line-height: 1.6;
}

.noya-checkout-acceptance {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 15px 0;
    padding: 13px;
    border-radius: 12px;
    background: #f2f8f7;
    color: #354b48;
    cursor: pointer;
}

.noya-checkout-acceptance input {
    margin-top: 3px;
}

.noya-checkout-continue,
.noya-checkout-refresh,
.noya-checkout-receipt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: #176e67;
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.noya-checkout-continue:disabled {
    opacity: 0.46;
    cursor: not-allowed;
}

.noya-checkout-result {
    padding: 18px;
    border-radius: 16px;
    text-align: center;
}

.noya-checkout-result.cash {
    background: #fff8e8;
}

.noya-checkout-result.paid {
    background: #eaf8f1;
}

.noya-checkout-result-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #176e67;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}

.noya-checkout-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.noya-checkout-result-grid div {
    padding: 11px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.75);
}

.noya-checkout-result-grid span,
.noya-checkout-result-grid strong {
    display: block;
}

.noya-checkout-result-grid span {
    color: #71807e;
    font-size: 11px;
}

.noya-checkout-assets {
    display: grid;
    gap: 8px;
    margin: 16px 0;
}

.noya-checkout-assets a {
    padding: 11px 13px;
    border-radius: 10px;
    background: #ffffff;
    color: #176e67;
    font-weight: 700;
    text-decoration: none;
}

.noya-checkout-receipt,
.noya-checkout-refresh {
    margin: 5px;
}

.noya-checkout-modal {
    position: fixed;
    z-index: 10050;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 18px;
}

.noya-checkout-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 27, 26, 0.66);
}

.noya-checkout-modal-panel {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    padding: 25px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
    text-align: center;
}

.noya-checkout-modal-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 25px;
    cursor: pointer;
}

.noya-checkout-modal-actions {
    display: grid;
    gap: 9px;
    margin-top: 18px;
}

.noya-checkout-modal-actions button,
.noya-checkout-modal-actions a {
    min-height: 43px;
    padding: 10px 14px;
    border: 1px solid rgba(32, 77, 74, 0.18);
    border-radius: 11px;
    background: #f4f8f7;
    color: #176e67;
    font: inherit;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 700px) {
    .noya-checkout-shell {
        padding: 15px;
    }

    .noya-checkout-head {
        display: grid;
    }

    .noya-checkout-language {
        width: 100%;
    }

    .noya-checkout-methods,
    .noya-checkout-result-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   Noya Modern Checkout Modal V7WB
============================================================ */

html.noya-checkout-modal-open,
body.noya-checkout-modal-open {
    overflow: hidden !important;
}

.noya-checkout-flow-modal {
    position: fixed;
    z-index: 10040;
    inset: 0;
    display: grid;
    place-items: center;
    padding: clamp(14px, 3vw, 34px);
    isolation: isolate;
}

.noya-checkout-flow-backdrop {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        radial-gradient(
            circle at 20% 15%,
            rgba(53, 222, 229, 0.17),
            transparent 35%
        ),
        rgba(0, 20, 27, 0.84);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
}

.noya-checkout-flow-panel {
    position: relative;
    width: min(790px, 100%);
    max-height: min(90vh, 900px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid rgba(83, 229, 239, 0.27);
    border-radius: 30px;
    outline: none;
    background:
        linear-gradient(
            145deg,
            rgba(18, 59, 67, 0.98),
            rgba(7, 38, 47, 0.99) 58%,
            rgba(4, 27, 35, 0.99)
        );
    box-shadow:
        0 42px 110px rgba(0, 0, 0, 0.54),
        0 0 0 1px rgba(255, 255, 255, 0.025) inset;
    color: #eefcfd;
    scrollbar-width: thin;
    scrollbar-color:
        rgba(69, 218, 229, 0.55)
        rgba(255, 255, 255, 0.05);
}

.noya-checkout-flow-panel::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: -160px;
    right: -110px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(47, 223, 233, 0.13);
    filter: blur(15px);
}

.noya-checkout-flow-close {
    position: sticky;
    z-index: 8;
    top: 14px;
    float: right;
    width: 42px;
    height: 42px;
    margin: 14px 14px -56px 0;
    border: 1px solid rgba(145, 244, 248, 0.2);
    border-radius: 50%;
    background: rgba(4, 29, 36, 0.75);
    color: #e8ffff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition:
        transform 0.18s ease,
        background 0.18s ease,
        border-color 0.18s ease;
}

.noya-checkout-flow-close:hover {
    transform: rotate(6deg) scale(1.05);
    border-color: rgba(101, 240, 247, 0.62);
    background: rgba(28, 112, 119, 0.86);
}

.noya-checkout-flow-panel[dir="rtl"]
.noya-checkout-flow-close {
    float: left;
    margin-right: 0;
    margin-left: 14px;
}

.noya-checkout-flow-panel
.noya-checkout-shell {
    position: relative;
    margin: 0;
    padding: clamp(25px, 4vw, 44px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #eefcfd;
    overflow: hidden;
}

.noya-checkout-orb {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(4px);
}

.noya-checkout-orb-one {
    top: 30px;
    right: 90px;
    width: 120px;
    height: 120px;
    background: rgba(55, 227, 235, 0.08);
}

.noya-checkout-orb-two {
    bottom: 50px;
    left: -50px;
    width: 170px;
    height: 170px;
    background: rgba(29, 151, 160, 0.08);
}

.noya-checkout-flow-panel
.noya-checkout-head {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding-right: 42px;
}

.noya-checkout-flow-panel[dir="rtl"]
.noya-checkout-head {
    padding-right: 0;
    padding-left: 42px;
}

.noya-checkout-title-wrap {
    max-width: 520px;
}

.noya-checkout-flow-panel
.noya-checkout-kicker {
    color: #62edf3;
    font-size: 11px;
    letter-spacing: 0.17em;
}

.noya-checkout-flow-panel
.noya-checkout-head h3 {
    margin: 7px 0 8px;
    color: #f5ffff;
    font-size: clamp(27px, 4vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.noya-checkout-flow-panel
.noya-checkout-head p {
    max-width: 520px;
    color: rgba(225, 246, 247, 0.7);
    font-size: 14px;
    line-height: 1.7;
}

.noya-checkout-language-wrap {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 6px;
    min-width: 128px;
    color: rgba(225, 248, 249, 0.68);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.noya-checkout-flow-panel
.noya-checkout-language {
    width: 100%;
    min-width: 128px;
    min-height: 44px;
    border: 1px solid rgba(99, 232, 239, 0.24);
    border-radius: 13px;
    background: rgba(2, 25, 32, 0.7);
    color: #efffff;
    padding: 0 12px;
    outline: none;
}

.noya-checkout-flow-panel
.noya-checkout-language:focus {
    border-color: #50e3ea;
    box-shadow: 0 0 0 3px rgba(54, 220, 228, 0.12);
}

.noya-checkout-security {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 23px;
    padding: 13px 15px;
    border: 1px solid rgba(94, 229, 235, 0.14);
    border-radius: 16px;
    background:
        linear-gradient(
            90deg,
            rgba(47, 200, 210, 0.11),
            rgba(255, 255, 255, 0.025)
        );
}

.noya-checkout-security-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(
        145deg,
        #59eef3,
        #20aebb
    );
    color: #032a31;
    font-weight: 950;
}

.noya-checkout-security strong,
.noya-checkout-security span {
    display: block;
}

.noya-checkout-security strong {
    color: #ddffff;
    font-size: 13px;
}

.noya-checkout-security span {
    margin-top: 2px;
    color: rgba(220, 245, 246, 0.62);
    font-size: 11px;
    line-height: 1.45;
}

.noya-checkout-flow-panel
.noya-checkout-methods {
    position: relative;
    z-index: 2;
    gap: 15px;
    margin-top: 20px;
}

.noya-checkout-flow-panel
.noya-checkout-method {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 14px;
    min-height: 132px;
    padding: 18px;
    border: 1px solid rgba(118, 226, 232, 0.14);
    border-radius: 21px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.025)
        );
    color: #efffff;
    text-align: start;
    overflow: hidden;
    transform: translateY(0);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.noya-checkout-flow-panel
.noya-checkout-method:hover {
    transform: translateY(-3px);
    border-color: rgba(85, 230, 237, 0.45);
    background:
        linear-gradient(
            145deg,
            rgba(74, 218, 226, 0.13),
            rgba(255, 255, 255, 0.035)
        );
}

.noya-checkout-flow-panel
.noya-checkout-method.selected {
    border-color: #50e3ea;
    background:
        linear-gradient(
            145deg,
            rgba(62, 223, 231, 0.21),
            rgba(22, 122, 132, 0.12)
        );
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.17),
        0 0 0 3px rgba(55, 222, 230, 0.08);
}

.noya-checkout-method-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(109, 232, 238, 0.2);
    border-radius: 17px;
    background: rgba(3, 31, 38, 0.66);
    font-size: 26px;
}

.noya-checkout-method-copy {
    display: block;
}

.noya-checkout-flow-panel
.noya-checkout-method strong {
    display: block;
    color: #f1ffff;
    font-size: 16px;
}

.noya-checkout-flow-panel
.noya-checkout-method
.noya-checkout-method-copy > span {
    display: block;
    margin-top: 6px;
    color: rgba(223, 246, 247, 0.62);
    font-size: 12px;
    line-height: 1.55;
}

.noya-checkout-flow-panel
.noya-checkout-method
.noya-checkout-method-check {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(133, 224, 229, 0.22);
    border-radius: 50%;
    background: transparent;
    color: transparent;
    opacity: 0;
    transform: scale(0.82);
    transition:
        opacity 0.16s ease,
        transform 0.16s ease;
}

.noya-checkout-flow-panel
.noya-checkout-method.selected
.noya-checkout-method-check {
    border-color: #4de4eb;
    background: #4de4eb;
    color: #053139;
    opacity: 1;
    transform: scale(1);
}

.noya-checkout-flow-panel
.noya-checkout-body {
    position: relative;
    z-index: 2;
    margin-top: 18px;
}

.noya-checkout-flow-panel
.noya-checkout-loading,
.noya-checkout-flow-panel
.noya-checkout-method-prompt,
.noya-checkout-flow-panel
.noya-checkout-message {
    border: 1px solid rgba(102, 224, 231, 0.12);
    background: rgba(1, 25, 32, 0.5);
    color: rgba(226, 249, 250, 0.72);
}

.noya-checkout-flow-panel
.noya-checkout-policy-panel {
    padding: 18px;
    border: 1px solid rgba(97, 225, 232, 0.13);
    border-radius: 20px;
    background: rgba(1, 24, 31, 0.48);
}

.noya-checkout-flow-panel
.noya-checkout-policy-panel h4,
.noya-checkout-flow-panel
.noya-checkout-policy summary {
    color: #ecffff;
}

.noya-checkout-flow-panel
.noya-checkout-policy {
    border-color: rgba(108, 223, 230, 0.13);
    background: rgba(255, 255, 255, 0.035);
}

.noya-checkout-flow-panel
.noya-checkout-policy-content {
    color: rgba(225, 247, 248, 0.7);
}

.noya-checkout-flow-panel
.noya-checkout-acceptance {
    border: 1px solid rgba(94, 226, 233, 0.13);
    background: rgba(55, 205, 214, 0.08);
    color: #e4ffff;
}

.noya-checkout-flow-panel
.noya-checkout-continue,
.noya-checkout-flow-panel
.noya-checkout-refresh,
.noya-checkout-flow-panel
.noya-checkout-receipt {
    min-height: 48px;
    border-radius: 14px;
    background:
        linear-gradient(
            100deg,
            #54e7ed,
            #28bdc7
        );
    color: #042d34;
}

.noya-checkout-reopen-wrap {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.noya-checkout-reopen {
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid rgba(72, 219, 228, 0.42);
    border-radius: 15px;
    background:
        linear-gradient(
            105deg,
            #54e7ed,
            #27bac5
        );
    color: #042e35;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.noya-checkout-shell[dir="rtl"],
.noya-checkout-shell[dir="rtl"]
.noya-checkout-method {
    text-align: right;
}

.noya-checkout-modal {
    z-index: 10060;
}

@media (max-width: 700px) {
    .noya-checkout-flow-modal {
        place-items: end center;
        padding: 0;
    }

    .noya-checkout-flow-panel {
        width: 100%;
        max-height: 94vh;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        border-radius: 26px 26px 0 0;
    }

    .noya-checkout-flow-panel
    .noya-checkout-shell {
        padding: 24px 17px 28px;
    }

    .noya-checkout-flow-panel
    .noya-checkout-head {
        display: grid;
        padding-right: 42px;
    }

    .noya-checkout-flow-panel[dir="rtl"]
    .noya-checkout-head {
        padding-right: 0;
        padding-left: 42px;
    }

    .noya-checkout-language-wrap {
        width: 100%;
    }

    .noya-checkout-flow-panel
    .noya-checkout-methods {
        grid-template-columns: 1fr;
    }

    .noya-checkout-flow-panel
    .noya-checkout-method {
        min-height: 112px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .noya-checkout-flow-panel
    .noya-checkout-method,
    .noya-checkout-flow-close {
        transition: none;
    }
}

/* Compact Checkout Amount Countdown UI R8AL */
.noya-checkout-flow-panel {
    width: min(620px, 100%);
    max-height: min(84vh, 760px);
    border-radius: 24px;
}

.noya-checkout-flow-panel
.noya-checkout-shell {
    padding: 24px 25px 26px;
}

.noya-checkout-flow-panel
.noya-checkout-head {
    gap: 16px;
}

.noya-checkout-flow-panel
.noya-checkout-head h3 {
    margin: 5px 0 6px;
    font-size: clamp(24px, 4vw, 31px);
}

.noya-checkout-flow-panel
.noya-checkout-head p {
    font-size: 13px;
    line-height: 1.55;
}

.noya-checkout-flow-panel
.noya-checkout-language {
    min-width: 112px;
    min-height: 39px;
    border-radius: 11px;
}

.noya-checkout-flow-panel
.noya-checkout-security {
    margin-top: 14px;
    padding: 11px 13px;
    border-radius: 14px;
}

.noya-checkout-summary {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 13px;
}

.noya-checkout-summary-item {
    min-width: 0;
    padding: 11px 13px;
    border: 1px solid rgba(93, 228, 235, 0.16);
    border-radius: 14px;
    background: rgba(2, 27, 34, 0.58);
}

.noya-checkout-summary-item > span {
    display: block;
    color: rgba(223, 247, 248, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.noya-checkout-summary-item > strong {
    display: block;
    margin-top: 4px;
    color: #f3ffff;
    font-size: 16px;
    line-height: 1.25;
}

.noya-checkout-summary-item.timer > strong {
    color: #72f0f4;
    font-size: 13px;
}

.noya-checkout-summary-item.timer
[data-checkout-countdown].expired,
.noya-checkout-popup-amount
[data-checkout-countdown].expired {
    color: #ffadad;
}

.noya-checkout-flow-panel
.noya-checkout-methods {
    gap: 10px;
    margin-top: 13px;
}

.noya-checkout-flow-panel
.noya-checkout-method {
    grid-template-columns:
        43px minmax(0, 1fr) 24px;
    gap: 11px;
    min-height: 91px;
    padding: 13px;
    border-radius: 16px;
}

.noya-checkout-flow-panel
.noya-checkout-method-icon {
    width: 43px;
    height: 43px;
    border-radius: 13px;
    font-size: 21px;
}

.noya-checkout-flow-panel
.noya-checkout-method strong {
    font-size: 14px;
}

.noya-checkout-flow-panel
.noya-checkout-method
.noya-checkout-method-copy > span {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.4;
}

.noya-checkout-flow-panel
.noya-checkout-method:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    transform: none;
}

.noya-checkout-flow-panel
.noya-checkout-body {
    margin-top: 12px;
}

.noya-checkout-flow-panel
.noya-checkout-policy-panel {
    padding: 14px;
    border-radius: 16px;
}

.noya-checkout-flow-panel
.noya-checkout-policy-panel h4 {
    margin: 0 0 5px;
    font-size: 15px;
}

.noya-checkout-policy-footer-note {
    margin: 0;
    color: rgba(224, 248, 249, 0.58);
    font-size: 11px;
    line-height: 1.45;
}

.noya-checkout-flow-panel
.noya-checkout-acceptance {
    margin: 11px 0;
    padding: 11px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.5;
}

.noya-checkout-flow-panel
.noya-checkout-continue {
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
}

.noya-checkout-popup-amount {
    display: grid;
    gap: 4px;
    margin: 14px 0;
    padding: 13px;
    border: 1px solid rgba(32, 143, 132, 0.18);
    border-radius: 14px;
    background: #edf8f6;
}

.noya-checkout-popup-amount > span {
    color: #63716f;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.noya-checkout-popup-amount > strong {
    color: #145f59;
    font-size: 22px;
}

.noya-checkout-popup-amount > small {
    color: #38746f;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 700px) {
    .noya-checkout-flow-panel {
        max-height: 92vh;
        border-radius: 22px 22px 0 0;
    }

    .noya-checkout-flow-panel
    .noya-checkout-shell {
        padding: 20px 15px 22px;
    }

    .noya-checkout-summary {
        grid-template-columns: 1fr;
    }

    .noya-checkout-flow-panel
    .noya-checkout-method {
        min-height: 82px;
    }
}

/* ============================================================
   Frontend Error Decoder And Timer Contrast V1
   ============================================================ */

.noya-checkout-summary-item.timer {
    border-color: rgba(255, 194, 82, 0.78);
    background:
        linear-gradient(
            135deg,
            rgba(113, 69, 4, 0.78),
            rgba(40, 34, 5, 0.88)
        );
    box-shadow:
        0 0 0 1px rgba(255, 222, 139, 0.12),
        0 10px 26px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.noya-checkout-summary-item.timer > span {
    color: #ffe7a3;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.065em;
}

.noya-checkout-summary-item.timer
> strong[data-checkout-countdown] {
    margin-top: 6px;
    color: #fff4c4;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.38),
        0 0 14px rgba(255, 208, 91, 0.34);
}

.noya-checkout-summary-item.timer
> strong[data-checkout-countdown].expired {
    color: #ffd0d0;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.38),
        0 0 14px rgba(255, 90, 90, 0.3);
}

.noya-checkout-popup-amount
[data-checkout-countdown] {
    color: #8a5100;
    font-weight: 900;
}

.noya-checkout-popup-amount
[data-checkout-countdown].expired {
    color: #b42318;
}

/* ============================================================
   Complete Cash Booking Result Card V1
   ============================================================ */

.noya-checkout-result.cash {
    padding: 18px;
    color: #17353b;
    background:
        linear-gradient(
            145deg,
            #fffaf0,
            #fff3d4
        );
    border: 1px solid rgba(171, 116, 8, 0.28);
}

.noya-checkout-result.cash
.noya-checkout-result-icon {
    color: #ffffff;
    background: #17796f;
}

.noya-checkout-result.cash h4 {
    margin-top: 10px;
    color: #123f46;
    font-size: 20px;
    font-weight: 900;
}

.noya-checkout-result.cash > p {
    max-width: 560px;
    margin: 8px auto 15px;
    color: #465e62;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.noya-checkout-result.cash
.noya-checkout-result-grid {
    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );
    gap: 8px;
}

.noya-checkout-result.cash
.noya-checkout-result-grid > div {
    min-width: 0;
    padding: 10px 11px;
    text-align: start;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(23, 83, 86, 0.1);
    border-radius: 11px;
}

.noya-checkout-result.cash
.noya-checkout-result-grid > div.wide {
    grid-column: 1 / -1;
}

.noya-checkout-result.cash
.noya-checkout-result-grid span {
    display: block;
    margin-bottom: 4px;
    color: #65777a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.noya-checkout-result.cash
.noya-checkout-result-grid strong {
    display: block;
    color: #153f45;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.noya-checkout-result.cash
.noya-checkout-result-grid
.reference strong {
    color: #086b76;
    font-size: 17px;
    letter-spacing: 0.035em;
}

@media (max-width: 700px) {
    .noya-checkout-result.cash
    .noya-checkout-result-grid {
        grid-template-columns: 1fr;
    }

    .noya-checkout-result.cash
    .noya-checkout-result-grid > div.wide {
        grid-column: auto;
    }
}

/* ============================================================
   Standalone Booking Confirmation Modal V1
   ============================================================ */

.noya-booking-confirmation-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483002;
    display: grid;
    place-items: center;
    padding: 22px;
}

.noya-booking-confirmation-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(91, 79, 196, 0.22),
            transparent 42%
        ),
        rgba(14, 17, 34, 0.78);
    backdrop-filter: blur(12px);
}

.noya-booking-confirmation-panel {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    max-height: calc(100vh - 44px);
    overflow: auto;
    color: #252444;
    background:
        linear-gradient(
            155deg,
            #fbfaff,
            #f2efff
        );
    border: 1px solid rgba(112, 96, 205, 0.28);
    border-radius: 26px;
    box-shadow:
        0 32px 90px rgba(8, 10, 29, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.45);
    outline: none;
}

.noya-booking-confirmation-close {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
    z-index: 3;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    background: rgba(20, 18, 66, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    cursor: pointer;
}

.noya-booking-confirmation-header {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    padding: 30px 70px 25px 28px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(255, 255, 255, 0.17),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #29245f,
            #6557ce
        );
    border-radius: 25px 25px 0 0;
}

[dir="rtl"]
.noya-booking-confirmation-header {
    padding:
        30px
        28px
        25px
        70px;
}

.noya-booking-confirmation-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    background: #1d9a72;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(16, 72, 63, 0.32);
}

.noya-booking-confirmation-kicker {
    display: block;
    margin-bottom: 5px;
    color: #dcd8ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.noya-booking-confirmation-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(25px, 4vw, 34px);
    font-weight: 900;
    line-height: 1.08;
}

.noya-booking-confirmation-header p {
    max-width: 500px;
    margin: 9px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}

.noya-booking-confirmation-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 20px 24px 12px;
    padding: 11px 14px;
    color: #473d91;
    background: #e9e5ff;
    border: 1px solid #d5ceff;
    border-radius: 13px;
}

.noya-booking-confirmation-status span,
.noya-booking-confirmation-status strong {
    font-size: 12px;
    font-weight: 900;
}

.noya-booking-confirmation-reference {
    margin: 0 24px 12px;
    padding: 17px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ddd8f5;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(44, 36, 108, 0.06);
}

.noya-booking-confirmation-reference span,
.noya-booking-confirmation-reference small {
    display: block;
    color: #75718f;
    font-size: 10px;
    font-weight: 800;
}

.noya-booking-confirmation-reference strong {
    display: block;
    margin: 5px 0;
    color: #40358f;
    font-size: clamp(21px, 4vw, 28px);
    font-weight: 950;
    letter-spacing: 0.055em;
    overflow-wrap: anywhere;
}

.noya-booking-confirmation-grid {
    display: grid;
    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );
    gap: 10px;
    margin: 0 24px 12px;
}

.noya-booking-confirmation-grid > div {
    min-width: 0;
    padding: 13px 14px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid #e0dcf4;
    border-radius: 14px;
}

.noya-booking-confirmation-grid > div.wide {
    grid-column: 1 / -1;
}

.noya-booking-confirmation-grid span {
    display: block;
    margin-bottom: 5px;
    color: #817d98;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.noya-booking-confirmation-grid strong {
    display: block;
    color: #292744;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.noya-booking-confirmation-hold {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 24px 18px;
    padding: 13px 14px;
    color: #59440c;
    background: #fff2c8;
    border: 1px solid #ecd483;
    border-radius: 14px;
}

.noya-booking-confirmation-hold > span {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #ffffff;
    font-size: 19px;
    background: #b48316;
    border-radius: 10px;
}

.noya-booking-confirmation-hold small,
.noya-booking-confirmation-hold strong {
    display: block;
}

.noya-booking-confirmation-hold small {
    margin-bottom: 2px;
    color: #8a6a1c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.noya-booking-confirmation-hold strong {
    color: #4e3a08;
    font-size: 14px;
    font-weight: 900;
}

.noya-booking-confirmation-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 0 24px 24px;
}

.noya-booking-confirmation-actions button {
    min-height: 44px;
    padding: 10px 17px;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    border-radius: 12px;
    cursor: pointer;
}

.noya-booking-confirmation-copy {
    color: #4d419e;
    background: #ffffff;
    border: 1px solid #cfc8f3;
}

.noya-booking-confirmation-done {
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #4d419e,
            #7464dc
        );
    border: 1px solid #5548ac;
    box-shadow: 0 10px 24px rgba(77, 65, 158, 0.24);
}

.noya-booking-confirmation-actions button:hover {
    transform: translateY(-1px);
}

@media (max-width: 700px) {
    .noya-booking-confirmation-modal {
        padding: 10px;
    }

    .noya-booking-confirmation-panel {
        max-height: calc(100vh - 20px);
        border-radius: 20px;
    }

    .noya-booking-confirmation-header {
        padding:
            25px
            56px
            21px
            19px;
        border-radius: 19px 19px 0 0;
    }

    [dir="rtl"]
    .noya-booking-confirmation-header {
        padding:
            25px
            19px
            21px
            56px;
    }

    .noya-booking-confirmation-icon {
        width: 43px;
        height: 43px;
        font-size: 22px;
        border-radius: 13px;
    }

    .noya-booking-confirmation-grid {
        grid-template-columns: 1fr;
    }

    .noya-booking-confirmation-grid
    > div.wide {
        grid-column: auto;
    }

    .noya-booking-confirmation-actions {
        flex-direction: column-reverse;
    }

    .noya-booking-confirmation-actions button {
        width: 100%;
    }
}


/* ==========================================================
   Paymob Pixel Embedded Checkout V1
   ========================================================== */

.noya-checkout-flow-panel--pixel {
    width: min(790px, calc(100vw - 32px));
    max-height: calc(100vh - 32px);
}

.noya-paymob-pixel-shell {
    display: grid;
    gap: 13px;
    width: 100%;
    max-width: 660px;
    margin-inline: auto;
}

.noya-paymob-pixel-heading,
.noya-paymob-pixel-status,
.noya-paymob-pixel-actions {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
}

.noya-paymob-pixel-heading h4 {
    margin: 0 0 6px;
    font-size: 1.15rem;
}

.noya-paymob-pixel-heading p {
    margin: 0;
    opacity: 0.78;
    line-height: 1.5;
}

.noya-paymob-pixel-container {
    box-sizing: border-box;
    width: 100%;
    max-width: 620px;
    min-height: 360px;
    margin-inline: auto;
    padding: 15px 16px 4px;
    border: 1px solid rgba(91, 226, 234, 0.16);
    border-radius: 20px;
    background: rgba(2, 27, 35, 0.42);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.018) inset;
    overflow: visible;
}

.noya-paymob-pixel-status {
    min-height: 24px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 0.92rem;
    line-height: 1.45;
}

.noya-paymob-pixel-status.loading,
.noya-paymob-pixel-status.info {
    background: rgba(4, 23, 29, 0.06);
}

.noya-paymob-pixel-status.ready {
    background: rgba(19, 126, 93, 0.10);
}

.noya-paymob-pixel-status.error {
    background: rgba(174, 45, 45, 0.10);
}

.noya-paymob-pixel-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.noya-paymob-pixel-actions button {
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 10px;
    cursor: pointer;
}

.noya-paymob-pixel-refresh {
    background: transparent;
}

.noya-paymob-pixel-fallback {
    font-weight: 700;
}

@media (max-width: 640px) {
    .noya-checkout-flow-panel--pixel {
        width: calc(100vw - 16px);
        max-height: calc(100vh - 16px);
    }

    .noya-paymob-pixel-container {
        min-height: 500px;
    }

    .noya-paymob-pixel-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .noya-paymob-pixel-actions button {
        width: 100%;
    }
}



/* ==========================================================
   Paymob Pixel Method Lock And Branding V1
   ========================================================== */

/*
 * Once an online payment attempt exists, keep the selected
 * Online Payment card visually active while all payment-method
 * buttons are functionally disabled.
 */
.noya-checkout-flow-panel
.noya-checkout-method.selected:disabled {
    cursor: default;
    opacity: 1;
    filter: none;
    transform: none;
}

/*
 * Cash on Arrival remains available before the online attempt.
 * After Pixel starts, the unselected method is visibly locked.
 */
.noya-checkout-flow-panel
.noya-checkout-method:disabled:not(.selected) {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.36;
    filter:
        grayscale(0.28)
        saturate(0.52);
    transform: none;
    border-color: rgba(133, 224, 229, 0.10);
    background: rgba(255, 255, 255, 0.025);
    box-shadow: none;
}

.noya-checkout-flow-panel
.noya-checkout-method:disabled:not(.selected):hover {
    transform: none;
    border-color: rgba(133, 224, 229, 0.10);
    background: rgba(255, 255, 255, 0.025);
    box-shadow: none;
}


/* ==========================================================
   Paymob Card Data Notice V1
   ========================================================== */

.noya-paymob-card-data-notice {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    align-items: start;
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
    padding: 12px 14px;
    border: 1px solid rgba(77, 228, 235, 0.22);
    border-radius: 14px;
    background:
        linear-gradient(
            135deg,
            rgba(77, 228, 235, 0.09),
            rgba(255, 255, 255, 0.025)
        );
    color: rgba(232, 253, 255, 0.88);
}

.noya-paymob-card-data-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(77, 228, 235, 0.16);
    color: #69eef4;
    font-weight: 800;
    line-height: 1;
}

.noya-paymob-card-data-notice strong {
    display: block;
    margin: 1px 0 4px;
    color: #f3feff;
    font-size: 0.92rem;
    line-height: 1.35;
}

.noya-paymob-card-data-notice p {
    margin: 0;
    color: rgba(222, 249, 251, 0.78);
    font-size: 0.82rem;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .noya-paymob-card-data-notice {
        grid-template-columns: 26px minmax(0, 1fr);
        gap: 9px;
        padding: 11px 12px;
    }

    .noya-paymob-card-data-icon {
        width: 25px;
        height: 25px;
    }

    .noya-paymob-card-data-notice p {
        font-size: 0.79rem;
    }
}



/* ==========================================================
   Paymob External Provider Badge And Loader V1
   ========================================================== */

.noya-paymob-provider-badge {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
    padding: 10px 14px;
    border: 1px solid rgba(77, 228, 235, 0.28);
    border-radius: 13px;
    background:
        linear-gradient(
            135deg,
            rgba(77, 228, 235, 0.13),
            rgba(2, 27, 35, 0.58)
        );
    color: #f2feff;
    font-size: 0.88rem;
    font-weight: 750;
    line-height: 1.4;
    text-align: center;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.018) inset;
}

.noya-paymob-provider-lock {
    flex: 0 0 auto;
    font-size: 1rem;
    line-height: 1;
}

@media (max-width: 640px) {
    .noya-paymob-provider-badge {
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 12px;
        text-align: start;
    }
}

/* ============================================================
   Paid Checkout Completion, Download Guard And Cue V1
   ============================================================ */

.noya-checkout-flow-panel.noya-checkout-paid-state
.noya-checkout-methods {
    display: none;
}

.noya-checkout-result.paid {
    color: #173c3b;
    background:
        linear-gradient(
            145deg,
            #eefbf5,
            #dcf3e9
        );
    border: 1px solid rgba(23, 110, 103, 0.22);
}

.noya-checkout-result.paid h4 {
    margin: 10px 0 0;
    color: #103f3c;
    font-size: 21px;
    font-weight: 900;
}

.noya-checkout-paid-message {
    max-width: 570px;
    margin: 8px auto 14px;
    color: #3d5d5a;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.55;
}

.noya-checkout-result.paid
.noya-checkout-result-grid > div {
    min-width: 0;
    text-align: start;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(23, 83, 86, 0.1);
}

.noya-checkout-result.paid
.noya-checkout-result-grid span {
    margin-bottom: 4px;
    color: #657b78;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.noya-checkout-result.paid
.noya-checkout-result-grid strong {
    color: #123f3d;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.noya-checkout-assets-preparing {
    place-items: center;
    margin: 18px 0 12px;
    padding: 15px;
    color: #315854;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(23, 110, 103, 0.14);
    border-radius: 13px;
}

.noya-checkout-assets-preparing p {
    margin: 0;
    color: #315854;
    font-weight: 750;
    line-height: 1.5;
}

.noya-checkout-assets-spinner {
    width: 25px;
    height: 25px;
    border: 3px solid rgba(23, 110, 103, 0.18);
    border-top-color: #176e67;
    border-radius: 50%;
    animation:
        noya-checkout-assets-spin
        0.85s
        linear
        infinite;
}

.noya-checkout-download-cue {
    display: grid;
    place-items: center;
    gap: 3px;
    margin: 16px auto 5px;
    color: #145c56;
}

.noya-checkout-download-cue strong {
    color: #145c56;
    font-size: 13px;
    font-weight: 900;
}

.noya-checkout-download-cue.is-consumed {
    display: none;
}

.noya-checkout-download-arrow {
    display: block;
    color: #0f776d;
    font-size: 32px;
    font-weight: 1000;
    line-height: 1;
    animation:
        noya-checkout-download-point
        1.05s
        ease-in-out
        infinite;
}

.noya-checkout-download-button {
    appearance: none;
    min-width: min(100%, 330px);
    margin: 5px;
    padding: 13px 18px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #17796f,
            #0d5f59
        );
    border: 0;
    border-radius: 12px;
    box-shadow:
        0 10px 22px
        rgba(13, 95, 89, 0.22);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    line-height: 1.35;
    transition:
        transform 150ms ease,
        box-shadow 150ms ease,
        opacity 150ms ease;
}

.noya-checkout-download-button:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow:
        0 13px 27px
        rgba(13, 95, 89, 0.28);
}

.noya-checkout-download-button:disabled,
.noya-checkout-download-button[aria-disabled="true"] {
    opacity: 0.58;
    cursor: wait;
    transform: none;
}

.noya-checkout-download-button.is-downloaded {
    background:
        linear-gradient(
            135deg,
            #247d56,
            #17663f
        );
}

.noya-checkout-package-note {
    max-width: 560px;
    margin: 7px auto 2px;
    color: #4c6865;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.5;
}

@keyframes noya-checkout-download-point {
    0%,
    100% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(7px);
    }
}

@keyframes noya-checkout-assets-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 700px) {
    .noya-checkout-result.paid
    .noya-checkout-result-grid {
        grid-template-columns: 1fr;
    }

    .noya-checkout-download-button {
        width: 100%;
        min-width: 0;
        margin-inline: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .noya-checkout-download-arrow,
    .noya-checkout-assets-spinner {
        animation: none;
    }

    .noya-checkout-download-button {
        transition: none;
    }
}

/* ============================================================
   Paid Checkout Dark Booking Summary V2
   ============================================================ */

.noya-checkout-result.paid {
    color: #edfffd;
    background:
        radial-gradient(
            circle at top right,
            rgba(19, 178, 166, 0.14),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            #0a3438,
            #08272b
        );
    border: 1px solid rgba(70, 218, 204, 0.26);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 18px 44px rgba(0, 18, 21, 0.3);
}

.noya-checkout-result.paid
.noya-checkout-result-icon {
    color: #052c30;
    background: #42ddcd;
    border: 4px solid rgba(66, 221, 205, 0.16);
    box-shadow:
        0 0 0 6px rgba(66, 221, 205, 0.07);
}

.noya-checkout-paid-badge {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 12px auto 0;
    padding: 5px 10px;
    color: #73eadf;
    background: rgba(52, 210, 195, 0.1);
    border: 1px solid rgba(82, 225, 211, 0.2);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.noya-checkout-result.paid h4 {
    margin: 10px 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 950;
}

.noya-checkout-result.paid
.noya-checkout-paid-message {
    max-width: 610px;
    margin: 8px auto 17px;
    color: #b9d5d3;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.6;
}

.noya-checkout-result.paid
.noya-checkout-result-grid {
    grid-template-columns:
        repeat(
            2,
            minmax(0, 1fr)
        );
    gap: 9px;
}

.noya-checkout-result.paid
.noya-checkout-result-grid > div {
    min-width: 0;
    padding: 12px 13px;
    text-align: start;
    background: rgba(3, 28, 31, 0.68);
    border: 1px solid rgba(82, 213, 201, 0.13);
    border-radius: 12px;
}

.noya-checkout-result.paid
.noya-checkout-result-grid > div.wide {
    grid-column: 1 / -1;
}

.noya-checkout-result.paid
.noya-checkout-result-grid span {
    display: block;
    margin-bottom: 5px;
    color: #7fa7a4;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.noya-checkout-result.paid
.noya-checkout-result-grid strong {
    display: block;
    color: #f2fffe;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.noya-checkout-result.paid
.noya-checkout-result-grid
.total-paid strong {
    color: #55eadb;
    font-size: 17px;
}

.noya-checkout-result.paid
.noya-checkout-result-grid
.reference strong {
    color: #7cf2e7;
    font-size: 17px;
    letter-spacing: 0.035em;
}

.noya-checkout-result.paid
.noya-checkout-assets-preparing {
    color: #c7dfdd;
    background: rgba(3, 28, 31, 0.62);
    border-color: rgba(82, 213, 201, 0.16);
}

.noya-checkout-result.paid
.noya-checkout-assets-preparing p {
    color: #c7dfdd;
}

.noya-checkout-result.paid
.noya-checkout-assets-spinner {
    border-color: rgba(82, 225, 211, 0.18);
    border-top-color: #55eadb;
}

.noya-checkout-result.paid
.noya-checkout-download-cue {
    gap: 5px;
    color: #78eee3;
}

.noya-checkout-result.paid
.noya-checkout-download-cue strong {
    color: #d9fffb;
    font-size: 14px;
}

.noya-checkout-result.paid
.noya-checkout-download-arrow {
    color: #55eadb;
    font-size: 38px;
    text-shadow:
        0 6px 20px
        rgba(85, 234, 219, 0.28);
}

.noya-checkout-result.paid
.noya-checkout-download-button {
    color: #042d31;
    background:
        linear-gradient(
            135deg,
            #5ce7d9,
            #2cc9bc
        );
    box-shadow:
        0 12px 28px
        rgba(38, 201, 188, 0.22);
}

.noya-checkout-result.paid
.noya-checkout-download-button:hover:not(:disabled) {
    box-shadow:
        0 15px 32px
        rgba(38, 201, 188, 0.3);
}

.noya-checkout-result.paid
.noya-checkout-download-button.is-downloaded {
    color: #eafff7;
    background:
        linear-gradient(
            135deg,
            #24875a,
            #176d46
        );
}

.noya-checkout-result.paid
.noya-checkout-package-note {
    color: #91b5b2;
}

@media (max-width: 700px) {
    .noya-checkout-result.paid
    .noya-checkout-result-grid {
        grid-template-columns: 1fr;
    }

    .noya-checkout-result.paid
    .noya-checkout-result-grid > div.wide {
        grid-column: auto;
    }
}


/* ============================================================
   Paid Confirmation Desktop Compression And State Sync V1B
   ============================================================ */

@media (min-width: 701px) and (min-height: 680px) {
    .noya-checkout-flow-panel.noya-checkout-paid-state {
        max-height: min(95vh, 840px);
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-shell {
        padding: 18px 23px 20px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-head {
        gap: 16px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-head h3 {
        margin: 3px 0 4px;
        font-size: 29px;
        line-height: 1.05;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-head p {
        font-size: 12px;
        line-height: 1.35;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-security {
        margin-top: 11px;
        padding: 9px 12px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-security-icon {
        width: 30px;
        height: 30px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-summary {
        gap: 9px;
        margin-top: 11px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-summary-item {
        min-height: 58px;
        padding: 9px 12px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-body {
        margin-top: 10px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-result.paid {
        padding: 13px 17px 15px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-result-icon {
        width: 40px;
        height: 40px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-paid-badge {
        margin-top: 7px;
        padding: 4px 9px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-result.paid h4 {
        margin-top: 6px;
        font-size: 20px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-paid-message {
        margin: 5px auto 9px;
        line-height: 1.35;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-result-grid {
        gap: 7px;
        margin-top: 8px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-result-grid > div {
        padding: 8px 11px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-result-grid span {
        margin-bottom: 3px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-download-cue {
        gap: 2px;
        margin: 8px auto 2px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-download-arrow {
        font-size: 28px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-download-button {
        margin: 3px;
        padding: 10px 16px;
    }

    .noya-checkout-flow-panel.noya-checkout-paid-state
    .noya-checkout-package-note {
        margin: 4px auto 0;
        line-height: 1.35;
    }
}


/* ==========================================================
   Bilingual Package Download Attention V1
   ========================================================== */

.noya-package-download-notice {
    --noya-download-accent: #d8a31a;
    --noya-download-surface: #fff3c9;
    --noya-download-border: rgba(216, 163, 26, 0.72);
    --noya-download-title: #44340a;
    --noya-download-copy: #675114;

    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 12px;
    padding: 13px 15px;
    border: 1px solid var(--noya-download-border);
    border-radius: 14px;
    background: var(--noya-download-surface);
    color: var(--noya-download-copy);
    text-align: start;
    box-sizing: border-box;
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.noya-package-download-notice.is-ready {
    animation:
        noya-package-ready-attention
        2.2s
        ease-in-out
        infinite;
}

.noya-package-download-notice.is-preparing {
    --noya-download-accent: #31d8d1;
    --noya-download-surface: rgba(28, 151, 153, 0.2);
    --noya-download-border: rgba(49, 216, 209, 0.72);
    --noya-download-title: #e9ffff;
    --noya-download-copy: #c9f8f5;
}

.noya-package-download-notice.is-started {
    --noya-download-accent: #35c77d;
    --noya-download-surface: rgba(35, 139, 89, 0.2);
    --noya-download-border: rgba(53, 199, 125, 0.72);
    --noya-download-title: #ecfff5;
    --noya-download-copy: #cbf6dc;
}

.noya-package-download-notice.is-failed {
    --noya-download-accent: #ef6464;
    --noya-download-surface: rgba(177, 50, 50, 0.22);
    --noya-download-border: rgba(239, 100, 100, 0.78);
    --noya-download-title: #fff1f1;
    --noya-download-copy: #ffd2d2;
}

.noya-package-download-notice-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}

.noya-package-download-notice-icon {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 999px;
    background: var(--noya-download-accent);
    box-shadow:
        0 0 0 5px
        color-mix(
            in srgb,
            var(--noya-download-accent) 20%,
            transparent
        );
}

.noya-package-download-notice.is-preparing
.noya-package-download-notice-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    border: 2px solid rgba(255, 255, 255, 0.34);
    border-top-color: var(--noya-download-accent);
    background: transparent;
    box-shadow: none;
    animation:
        noya-package-download-spin
        0.85s
        linear
        infinite;
}

.noya-package-download-notice-badge {
    display: inline-flex;
    align-items: center;
    min-height: 23px;
    padding: 3px 9px;
    border-radius: 999px;
    background: var(--noya-download-accent);
    color: #092f30;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.noya-package-download-notice.is-ready
.noya-package-download-notice-badge {
    color: #3d2d00;
}

.noya-package-download-notice.is-failed
.noya-package-download-notice-badge {
    color: #3d0909;
}

.noya-package-download-notice-title {
    display: block;
    margin: 0 0 5px;
    color: var(--noya-download-title);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.noya-package-download-notice-message {
    margin: 0;
    color: var(--noya-download-copy);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
}

.noya-package-download-notice-motion {
    position: absolute;
    inset-inline-start: -36%;
    bottom: 0;
    width: 34%;
    height: 3px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            transparent,
            var(--noya-download-accent),
            transparent
        );
    opacity: 0;
}

.noya-package-download-notice.is-preparing
.noya-package-download-notice-motion {
    opacity: 1;
    animation:
        noya-package-download-motion
        1.25s
        ease-in-out
        infinite;
}

.noya-package-download-button {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.noya-package-download-button.is-package-preparing {
    cursor: wait;
    padding-inline-start: 46px;
}

.noya-package-download-button.is-package-preparing::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset-inline-start: 18px;
    top: 50%;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    border: 2px solid rgba(4, 53, 55, 0.28);
    border-top-color: #063f41;
    border-radius: 999px;
    animation:
        noya-package-download-spin
        0.85s
        linear
        infinite;
}

.noya-package-download-button.is-package-preparing::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset-inline-start: -42%;
    bottom: 0;
    width: 40%;
    height: 4px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.95),
            transparent
        );
    animation:
        noya-package-button-progress
        1.2s
        ease-in-out
        infinite;
}

.noya-package-download-button.is-package-started {
    box-shadow:
        0 0 0 2px rgba(53, 199, 125, 0.25),
        0 10px 22px rgba(0, 0, 0, 0.14);
}

.noya-package-download-button.is-package-failed {
    box-shadow:
        0 0 0 2px rgba(239, 100, 100, 0.3),
        0 10px 22px rgba(0, 0, 0, 0.14);
}

@keyframes noya-package-ready-attention {
    0%,
    100% {
        transform: translateY(0);
        box-shadow:
            0 10px 24px rgba(0, 0, 0, 0.12),
            0 0 0 0 rgba(216, 163, 26, 0.08);
    }

    50% {
        transform: translateY(-2px);
        box-shadow:
            0 13px 28px rgba(0, 0, 0, 0.16),
            0 0 0 5px rgba(216, 163, 26, 0.12);
    }
}

@keyframes noya-package-download-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes noya-package-download-motion {
    0% {
        inset-inline-start: -36%;
    }

    100% {
        inset-inline-start: 104%;
    }
}

@keyframes noya-package-button-progress {
    0% {
        inset-inline-start: -42%;
    }

    100% {
        inset-inline-start: 106%;
    }
}

@media (max-width: 680px) {
    .noya-package-download-notice {
        padding: 12px 13px;
        border-radius: 12px;
    }

    .noya-package-download-notice-title {
        font-size: 13px;
    }

    .noya-package-download-notice-message {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .noya-package-download-notice,
    .noya-package-download-notice *,
    .noya-package-download-button,
    .noya-package-download-button::before,
    .noya-package-download-button::after {
        animation: none !important;
        transition: none !important;
    }

    .noya-package-download-notice.is-ready {
        transform: none;
    }

    .noya-package-download-notice.is-preparing
    .noya-package-download-notice-motion {
        inset-inline-start: 33%;
        opacity: 0.8;
    }
}

