/* ================================================================
   LigoShop
   Modern 3D Glass / Neon — Checkout + Payment Result
================================================================ */

/*:root {
    --bg-1: #050816;
    --bg-2: #0b1024;
    --bg-3: #111936;
    --card: rgba(16, 22, 48, .78);
    --card-light: rgba(28, 37, 73, .65);
    --line: rgba(255,255,255,.09);
    --line-light: rgba(255,255,255,.16);
    --text: #f8f9ff;
    --muted: #8e98b5;
    --faint: #5c6683;
    --purple: #7657ff;
    --purple-dark: #5435dc;
    --cyan: #25d9ef;
    --blue: #3988ff;
    --green: #32e6a1;
    --red: #ff5d73;
    --gold: #ffc857;
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 13px;
    --ease: cubic-bezier(.16,1,.3,1);
}*/


/* ================================================================
   RESET
================================================================ */

/** {
    box-sizing: border-box;
}


html {
    min-height: 100%;
    color-scheme: dark;
}


body {
    margin: 0;
    min-height: 100vh;
    font-family: "Vazirmatn", "Segoe UI", Tahoma, sans-serif;
    color: var(--text);
    background: radial-gradient( 700px 500px at 10% 0%, rgba(118,87,255,.22), transparent 70% ), radial-gradient( 600px 500px at 100% 15%, rgba(37,217,239,.14), transparent 70% ), radial-gradient( 700px 600px at 50% 100%, rgba(84,53,220,.12), transparent 70% ), linear-gradient( 145deg, var(--bg-1), var(--bg-2) 50%, var(--bg-3) );
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    padding: 45px 18px 70px;
    overflow-x: hidden;
    position: relative;
}*/

    /* body variant for centered single-card pages (e.g. payment result) */
    /*body.center-page {
        align-items: center;
    }*/


/* ================================================================
   AMBIENT LIGHT
================================================================ */

/*.ambient {
    position: fixed;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .22;
    pointer-events: none;
    z-index: 0;
}


.ambient-one {
    background: #7657ff;
    top: -180px;
    right: -100px;
    animation: ambientOne 16s ease-in-out infinite;
}


.ambient-two {
    background: #20d9ee;
    bottom: -180px;
    left: -100px;
    animation: ambientTwo 20s ease-in-out infinite;
}


.ambient-three {
    width: 250px;
    height: 250px;
    background: #4934c7;
    top: 42%;
    left: 50%;
    opacity: .10;
    animation: ambientThree 13s ease-in-out infinite;
}


@keyframes ambientOne {

    0%,100% {
        transform: translate3d(0,0,0) scale(1);
    }

    50% {
        transform: translate3d(-50px,40px,0) scale(1.15);
    }
}


@keyframes ambientTwo {

    0%,100% {
        transform: translate3d(0,0,0) scale(1);
    }

    50% {
        transform: translate3d(50px,-30px,0) scale(1.12);
    }
}


@keyframes ambientThree {

    0%,100% {
        transform: translate(-50%,-50%) scale(.8);
    }

    50% {
        transform: translate(-50%,-50%) scale(1.3);
    }
}*/


/* ================================================================
   PAGE
================================================================ */

/*.page {
    width: min( 100%, 520px );
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 18px;
    animation: pageEnter .8s var(--ease) both;
    perspective: 1400px;
}*/

    /* narrower variant used by the payment-result page */
    /*.page.page-narrow {
        width: min( 100%, 460px );
    }


@keyframes pageEnter {

    from {
        opacity: 0;
        transform: translateY(35px) rotateX(7deg) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) rotateX(0) scale(1);
    }
}*/


/* ================================================================
   BRAND
================================================================ */

/*.brand {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    padding-bottom: 5px;
}


.brand-logo-wrap {
    width: 76px;
    height: 76px;
    border-radius: 23px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 145deg, #8a72ff, #5b3ee8 60%, #27146e );
    box-shadow: inset 0 1px 1px rgba(255,255,255,.45), inset 0 -14px 22px rgba(0,0,0,.25), 0 18px 35px rgba(86,55,220,.30), 0 0 45px rgba(118,87,255,.16);
    transform: rotateX(10deg) rotateY(-8deg);
    animation: logoFloat 4s ease-in-out infinite;
}


@keyframes logoFloat {

    0%,100% {
        transform: rotateX(10deg) rotateY(-8deg) translateY(0);
    }

    50% {
        transform: rotateX(5deg) rotateY(6deg) translateY(-5px);
    }
}


.logo-core {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transform: rotate(-8deg);
}


    .logo-core span {
        width: 7px;
        height: 27px;
        border-radius: 5px;
        background: linear-gradient( 180deg, #7df7ff, #20cfe6 );
        box-shadow: 0 0 14px rgba(37,217,239,.8);
    }


        .logo-core span:nth-child(1) {
            transform: translateY(5px);
        }

        .logo-core span:nth-child(2) {
            height: 34px;
        }

        .logo-core span:nth-child(3) {
            transform: translateY(-5px);
        }


.logo-ring {
    position: absolute;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid rgba(37,217,239,.20);
    animation: ringPulse 3s ease-in-out infinite;
}


@keyframes ringPulse {

    0%,100% {
        transform: scale(.95);
        opacity: .5;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}


.brand-name {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.5px;
}


.brand-motto {
    color: var(--muted);
    font-size: 13px;
}


.secure-badge {
    margin-top: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border: 1px solid rgba(50,230,161,.16);
    border-radius: 999px;
    background: rgba(50,230,161,.06);
    color: rgba(166,255,219,.9);
    font-size: 11px;
}


.secure-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 10px var(--green);
    animation: statusPulse 1.8s infinite;
}


@keyframes statusPulse {

    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: .35;
    }
}*/


/* ================================================================
   CHECKOUT CARD
================================================================ */

/*.checkout-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient( 145deg, rgba(26,34,70,.90), rgba(11,16,35,.94) );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), inset 0 -40px 70px rgba(0,0,0,.16), 0 30px 70px rgba(0,0,0,.48), 0 50px 100px rgba(75,51,180,.16);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform-style: preserve-3d;
    animation: cardFloat 7s ease-in-out infinite;
}*/

    /* variant: centered text content, used by the payment-result card */
    /*.checkout-card.result-card {
        text-align: center;
        padding: 34px 28px 28px;
    }


@keyframes cardFloat {

    0%,100% {
        transform: translateY(0) rotateX(0deg);
    }

    50% {
        transform: translateY(-3px) rotateX(.5deg);
    }
}


.card-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    top: -180px;
    left: -80px;
    border-radius: 50%;
    background: rgba(118,87,255,.18);
    filter: blur(40px);
    pointer-events: none;
}

    .card-glow.ok {
        background: rgba(50,230,161,.18);
    }

    .card-glow.fail {
        background: rgba(255,93,115,.16);
    }*/


/* ================================================================
   HEADING
================================================================ */

/*.section-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 25px;
}


.heading-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient( 145deg, rgba(118,87,255,.28), rgba(37,217,239,.08) );
    border: 1px solid rgba(118,87,255,.25);
    color: #9c8aff;
    font-size: 21px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 10px 25px rgba(91,61,245,.15);
}


.section-heading h1 {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
}


.section-heading p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 12px;
}*/


/* ================================================================
   FORM
================================================================ */

/*#chargeForm {
    display: flex;
    flex-direction: column;
    gap: 18px;
}


.field-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.field-label {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
    color: #b9c1d7;
}


.label-number {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(118,87,255,.13);
    border: 1px solid rgba(118,87,255,.18);
    color: #9787ff;
    font-size: 9px;
}*/


/* ================================================================
   SELECT
================================================================ */

/*.select-wrapper {
    position: relative;
}


.product-select {
    width: 100%;
    height: 57px;
    padding: 0 18px 0 48px;
    appearance: none;
    border: 1px solid var(--line-light);
    border-radius: var(--radius-md);
    outline: none;
    color: var(--text);
    background: linear-gradient( 145deg, rgba(35,44,83,.92), rgba(16,22,45,.95) );
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.07), inset 0 -10px 20px rgba(0,0,0,.10), 0 8px 20px rgba(0,0,0,.15);
    transition: .25s var(--ease);
}


    .product-select:hover {
        border-color: rgba(118,87,255,.45);
        transform: translateY(-1px);
    }


    .product-select:focus {
        border-color: var(--purple);
        box-shadow: 0 0 0 4px rgba(118,87,255,.12), inset 0 1px 0 rgba(255,255,255,.07);
    }


    .product-select option {
        background: #141b37;
        color: white;
    }


.select-arrow {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca6c0;
    font-size: 16px;
    pointer-events: none;
}*/


/* ================================================================
   PRICE
================================================================ */

/*.price-card {
    min-height: 90px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255,200,87,.20);
    background: linear-gradient( 145deg, rgba(255,200,87,.12), rgba(255,200,87,.025) );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 15px 35px rgba(0,0,0,.16);
}


.price-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--gold);
    background: rgba(255,200,87,.10);
    border: 1px solid rgba(255,200,87,.16);
    font-size: 23px;
    box-shadow: 0 0 20px rgba(255,200,87,.08);
}


.price-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


    .price-info > span {
        color: var(--muted);
        font-size: 11px;
    }


    .price-info strong {
        color: var(--gold);
        font-size: 22px;
        font-weight: 900;
        direction: ltr;
    }


    .price-info small {
        margin-right: 5px;
        color: #d7b45f;
        font-size: 11px;
        font-weight: 600;
    }


.price-light {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -40px;
    top: -40px;
    border-radius: 50%;
    background: rgba(255,200,87,.13);
    filter: blur(25px);
    animation: priceLight 4s ease-in-out infinite;
}


@keyframes priceLight {

    0%,100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(40px);
    }
}*/


/* ================================================================
   PLAYER INPUT
================================================================ */

/*.player-check {
    display: grid;
    grid-template-columns: minmax(0,1fr) 120px;
    gap: 9px;
}


.input-wrapper {
    position: relative;
    width: 100%;
}


.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #717c9a;
    font-size: 14px;
    z-index: 2;
}


.input-wrapper input {
    width: 100%;
    height: 55px;
    padding: 0 44px 0 15px;
    border: 1px solid var(--line-light);
    border-radius: var(--radius-md);
    outline: none;
    background: rgba(5,9,23,.65);
    color: white;
    font-family: inherit;
    font-size: 14px;
    transition: .25s var(--ease);
    box-shadow: inset 0 4px 12px rgba(0,0,0,.16);
}


    .input-wrapper input::placeholder {
        color: #59627d;
    }


    .input-wrapper input:focus {
        border-color: rgba(37,217,239,.65);
        box-shadow: 0 0 0 4px rgba(37,217,239,.08), inset 0 4px 12px rgba(0,0,0,.16);
    }


.check-btn {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: none;
    border-radius: var(--radius-md);
    color: white;
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    background: linear-gradient( 145deg, #826aff, #593be6 );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 25px rgba(91,61,245,.28);
    transition: transform .18s var(--ease), box-shadow .18s var(--ease), opacity .2s;
}


    .check-btn:hover:not(:disabled) {
        transform: translateY(-2px);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 15px 30px rgba(91,61,245,.38);
    }


    .check-btn:active:not(:disabled) {
        transform: translateY(2px) scale(.98);
    }


    .check-btn:disabled {
        opacity: .6;
        cursor: not-allowed;
    }


.check-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
}


.check-btn.loading .check-icon {
    animation: spin .8s linear infinite;
}


@keyframes spin {

    to {
        transform: rotate(360deg);
    }
}


.input-hint {
    color: var(--faint);
    font-size: 10.5px;
    padding-right: 4px;
}*/


/* ================================================================
   PLAYER RESULT
================================================================ */

/*.player-result {
    min-height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    overflow: hidden;
    padding: 14px 16px;
    border-radius: var(--radius-lg);
    animation: resultReveal .45s var(--ease) both;
}


@keyframes resultReveal {

    from {
        opacity: 0;
        transform: translateY(-12px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


.player-result.result-ok {
    border: 1px solid rgba(50,230,161,.28);
    background: linear-gradient( 135deg, rgba(50,230,161,.11), rgba(20,50,49,.35) );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 30px rgba(0,0,0,.15);
}


.player-result.result-error {
    border: 1px solid rgba(255,93,115,.30);
    background: linear-gradient( 135deg, rgba(255,93,115,.10), rgba(50,20,32,.30) );
    color: #ffb7c1;
}


.result-avatar {
    width: 70px;
    height: 70px;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient( 145deg, var(--green), #16a879 );
    box-shadow: 0 0 0 3px rgba(50,230,161,.08), 0 8px 22px rgba(0,0,0,.35), 0 0 25px rgba(50,230,161,.16);
}


    .result-avatar img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        background: #11182f;
    }


.avatar-check {
    position: absolute;
    left: -2px;
    bottom: -1px;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid #17283a;
    background: var(--green);
    color: #052219;
    font-size: 11px;
    font-weight: 900;
}


.result-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}


.result-status {
    color: var(--green);
    font-size: 10px;
    font-weight: 700;
}


.result-nick {
    font-size: 17px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.result-no {
    color: var(--muted);
    font-size: 11px;
}


    .result-no strong {
        color: #d7dcef;
        direction: ltr;
    }


.result-success-icon {
    margin-right: auto;
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--green);
    border: 1px solid rgba(50,230,161,.22);
    background: rgba(50,230,161,.08);
    font-size: 18px;
    animation: successPop .45s var(--ease) .15s both;
}


@keyframes successPop {

    from {
        opacity: 0;
        transform: scale(.4) rotate(-30deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}*/


/* ERROR */

/*.error-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(255,93,115,.12);
    border: 1px solid rgba(255,93,115,.20);
    color: var(--red);
    font-size: 20px;
    font-weight: 900;
}


.error-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}


    .error-content strong {
        font-size: 13px;
        color: #ff9eac;
    }


    .error-content span {
        font-size: 11px;
        color: #ba7c88;
    }*/


/* ================================================================
   USER INFORMATION
================================================================ */

/*.user-information {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding-top: 7px;
    margin-top: 2px;
    border-top: 1px dashed rgba(255,255,255,.08);
}


.form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}


    .form-field label {
        color: #8f99b5;
        font-size: 11px;
        font-weight: 600;
    }


    .form-field .input-wrapper input {
        height: 53px;
    }*/


/* ================================================================
   PAYMENT BUTTON (checkout form)
================================================================ */

/*.pay-btn {
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    gap: 13px;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    padding: 10px 14px;
    border: none;
    border-radius: var(--radius-lg);
    color: white;
    font-family: inherit;
    cursor: pointer;
    background: linear-gradient( 110deg, #22cce6, #5960ff 55%, #8259ff );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35), inset 0 -7px 15px rgba(34,27,120,.22), 0 15px 35px rgba(63,91,240,.28);
    transition: .22s var(--ease);
}


    .pay-btn::before {
        content: "";
        position: absolute;
        width: 100px;
        height: 160%;
        top: -30%;
        right: -130px;
        transform: skewX(-20deg);
        background: rgba(255,255,255,.20);
        animation: buttonShine 3.5s ease-in-out infinite;
    }


@keyframes buttonShine {

    0% {
        right: -130px;
    }

    45%,100% {
        right: 120%;
    }
}


.pay-btn:hover:not(:disabled) {
    transform: translateY(-3px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 20px 42px rgba(63,91,240,.40);
}


.pay-btn:active:not(:disabled) {
    transform: translateY(2px) scale(.99);
}


.pay-btn:disabled {
    opacity: .38;
    filter: grayscale(.45);
    cursor: not-allowed;
    box-shadow: none;
}


.pay-btn-icon {
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.16);
    font-size: 22px;
}


.pay-btn-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}


    .pay-btn-content strong {
        font-size: 14px;
        font-weight: 900;
    }


    .pay-btn-content small {
        font-size: 10px;
        opacity: .72;
    }


.pay-arrow {
    margin-right: auto;
    font-size: 22px;
    opacity: .8;
}*/


/* ================================================================
   SECURITY
================================================================ */

/*.payment-security {
    text-align: center;
    color: #606b89;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}*/


/* ================================================================
   ADS
================================================================ */

/*.ads-banner {
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px dashed rgba(255,255,255,.13);
    border-radius: var(--radius-lg);
    color: #56617e;
    background: rgba(255,255,255,.018);
    font-size: 11px;
    overflow: hidden;
}


.ads-icon {
    font-size: 17px;
    opacity: .7;
}


.ads-pulse {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(118,87,255,.07);
    filter: blur(20px);
    animation: adsPulse 4s infinite;
}


@keyframes adsPulse {

    0%,100% {
        transform: translateX(-120px);
    }

    50% {
        transform: translateX(120px);
    }
}*/


/* ================================================================
   FOOTER
================================================================ */

/*.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 12px;
}


.footer-col {
    min-width: 0;
    padding: 19px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: var(--radius-lg);
    background: linear-gradient( 145deg, rgba(23,30,59,.72), rgba(10,15,32,.75) );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 25px rgba(0,0,0,.15);
}


.footer-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
}


.footer-icon {
    width: 29px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #8c7cff;
    background: rgba(118,87,255,.10);
    border: 1px solid rgba(118,87,255,.13);
    font-size: 12px;
}


.footer-title h3 {
    margin: 0;
    font-size: 12px;
    color: #bbc2d6;
}


.footer-col p {
    margin: 0;
    color: #727d9a;
    font-size: 10.5px;
    line-height: 2;
}


.contact-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 9px;
}


.contact-type {
    color: #59637f;
    font-size: 9px;
    text-transform: uppercase;
}


.contact-item strong {
    color: #b8c0d6;
    font-size: 10px;
    direction: ltr;
    text-align: right;
}


.online-status {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    color: #5f6d88;
    font-size: 9px;
}


    .online-status span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--green);
        box-shadow: 0 0 9px var(--green);
    }*/


/* ================================================================
   COPYRIGHT
================================================================ */

/*.copyright {
    text-align: center;
    color: #414a65;
    font-size: 9px;
    padding-top: 3px;
}*/


/* ================================================================================================
   PAYMENT RESULT — NEW (not in the original file; authored to match its tokens/patterns)
   Used by VerifyPayment.cshtml
================================================================================================ */

/*.status-icon-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    position: relative;
    animation: statusPop .5s var(--ease) both;
}

@keyframes statusPop {
    from {
        opacity: 0;
        transform: scale(.5) rotate(-25deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

.status-icon-wrap.ok {
    background: linear-gradient( 145deg, rgba(50,230,161,.20), rgba(50,230,161,.04) );
    border: 1px solid rgba(50,230,161,.30);
    box-shadow: 0 0 0 8px rgba(50,230,161,.06), 0 15px 40px rgba(50,230,161,.14);
}

.status-icon-wrap.fail {
    background: linear-gradient( 145deg, rgba(255,93,115,.20), rgba(255,93,115,.04) );
    border: 1px solid rgba(255,93,115,.30);
    box-shadow: 0 0 0 8px rgba(255,93,115,.06), 0 15px 40px rgba(255,93,115,.14);
}

.status-icon-wrap svg {
    width: 46px;
    height: 46px;
}

.status-icon-wrap.ok svg {
    stroke: var(--green);
}

.status-icon-wrap.fail svg {
    stroke: var(--red);
}

.status-ring {
    position: absolute;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    animation: statusRingPulse 2.4s ease-in-out infinite;
}

.status-icon-wrap.ok .status-ring {
    border: 1px solid rgba(50,230,161,.25);
}

.status-icon-wrap.fail .status-ring {
    border: 1px solid rgba(255,93,115,.22);
}

@keyframes statusRingPulse {
    0%,100% {
        transform: scale(.94);
        opacity: .5;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

.status-title {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 8px;
}

    .status-title.ok {
        color: var(--green);
    }

    .status-title.fail {
        color: var(--red);
    }

.status-message {
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 26px;
    line-height: 1.8;
}

.details {
    text-align: right;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: rgba(5,9,23,.5);
    padding: 6px 18px;
    margin-bottom: 26px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

    .detail-row + .detail-row {
        border-top: 1px dashed var(--line);
    }

    .detail-row span:first-child {
        color: var(--faint);
        font-size: 12px;
    }

    .detail-row span:last-child {
        color: var(--text);
        font-size: 13px;
        font-weight: 700;
        direction: ltr;
    }

    .detail-row.amount span:last-child {
        color: var(--gold);
        font-size: 15px;
    }

.actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-primary {
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: none;
    border-radius: var(--radius-md);
    color: white;
    font-family: inherit;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: .22s var(--ease);
}

    .btn-primary.ok {
        background: linear-gradient( 110deg, #22cce6, #5960ff 55%, #8259ff );
        box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 15px 35px rgba(63,91,240,.28);
    }

    .btn-primary.fail {
        background: linear-gradient( 145deg, #826aff, #593be6 );
        box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 25px rgba(91,61,245,.28);
    }

    .btn-primary:hover {
        transform: translateY(-2px);
    }

    .btn-primary:active {
        transform: translateY(1px) scale(.99);
    }

.btn-ghost {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: var(--radius-md);
    border: 1px solid var(--line-light);
    background: rgba(255,255,255,.02);
    color: var(--muted);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: .2s var(--ease);
}

    .btn-ghost:hover {
        border-color: rgba(255,255,255,.28);
        color: var(--text);
    }*/


/* ================================================================
   RESPONSIVE
================================================================ */

/*@media (max-width: 560px) {

    body {
        padding: 25px 12px 40px;
    }


    .page {
        width: 100%;
    }


    .checkout-card {
        padding: 21px 17px;
        border-radius: 25px;
    }


    .brand-logo-wrap {
        width: 68px;
        height: 68px;
    }


    .brand-name {
        font-size: 21px;
    }


    .player-check {
        grid-template-columns: minmax(0,1fr) 105px;
    }


    .check-btn {
        font-size: 12px;
    }
}


@media (max-width: 420px) {

    .footer-grid {
        grid-template-columns: 1fr;
    }


    .player-check {
        grid-template-columns: 1fr;
    }


    .check-btn {
        width: 100%;
    }


    .price-card {
        padding: 15px;
    }


    .price-icon {
        width: 45px;
        height: 45px;
    }


    .price-info strong {
        font-size: 19px;
    }


    .player-result {
        padding: 13px;
    }


    .result-avatar {
        width: 62px;
        height: 62px;
    }


    .result-success-icon {
        display: none;
    }*/

    /* payment result */
    /*.checkout-card.result-card {
        padding: 28px 18px 22px;
        border-radius: 25px;
    }

    .status-icon-wrap {
        width: 84px;
        height: 84px;
    }

        .status-icon-wrap svg {
            width: 38px;
            height: 38px;
        }

    .status-ring {
        width: 100px;
        height: 100px;
    }
}*/


/* ================================================================
   ACCESSIBILITY
================================================================ */

/*button:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 2px solid var(--cyan);
    outline-offset: 3px;
}


@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}*/

/* =========================================================
   CUSTOM PRODUCT SELECT
   ========================================================= */

/*.custom-select {
    position: relative;
    width: 100%;
    z-index: 100;
}*/


/* =========================================================
   TRIGGER
   ========================================================= */

/*.custom-select-trigger {
    width: 100%;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border: 1px solid rgba(118, 87, 255, .32);
    border-radius: 18px;
    color: #fff;
    background: linear-gradient( 145deg, rgba(31, 40, 78, .96), rgba(13, 19, 40, .98) );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), inset 0 -12px 25px rgba(0,0,0,.12), 0 12px 30px rgba(0,0,0,.20);
    cursor: pointer;
    font-family: inherit;
    text-align: right;
    outline: none;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}


    .custom-select-trigger:hover {
        border-color: rgba(118,87,255,.75);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 0 3px rgba(118,87,255,.08), 0 15px 35px rgba(50,40,180,.20);
    }


.custom-select.open .custom-select-trigger {
    border-color: rgba(77,220,255,.85);
    box-shadow: 0 0 0 3px rgba(77,220,255,.08), 0 15px 40px rgba(40,160,255,.16);
}*/


/* =========================================================
   TRIGGER CONTENT
   ========================================================= */

/*.product-trigger-content {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
}


.product-trigger-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient( 135deg, rgba(118,87,255,.28), rgba(44,211,255,.12) );
    border: 1px solid rgba(118,87,255,.35);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 5px 15px rgba(0,0,0,.2);
}


    .product-trigger-icon span {
        font-size: 15px;
        color: #62e7ff;
        text-shadow: 0 0 12px rgba(98,231,255,.8);
    }


.product-trigger-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    min-width: 0;
}


.product-trigger-label {
    font-size: 10px;
    color: rgba(255,255,255,.42);
}


#selectedProductTitle {
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}*/


/* =========================================================
   TRIGGER RIGHT
   ========================================================= */

/*.product-trigger-right {
    display: flex;
    align-items: center;
    gap: 12px;
}


#selectedProductPrice {
    color: #ffc857;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}


.custom-select-arrow {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.65);
    transition: transform .3s ease, background .3s ease, color .3s ease;
}


    .custom-select-arrow svg {
        width: 19px;
        height: 19px;
    }


.custom-select.open
.custom-select-arrow {
    transform: rotate(180deg);
    color: #62e7ff;
    background: rgba(98,231,255,.08);
}*/


/* =========================================================
   DROPDOWN
   ========================================================= */

/*.custom-select-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    padding: 10px;
    border-radius: 18px;
    border: 1px solid rgba(118,87,255,.30);
    background: linear-gradient( 145deg, rgba(24,31,64,.98), rgba(8,13,29,.99) );
    box-shadow: 0 25px 70px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(.98);
    transform-origin: top center;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}


.custom-select.open
.custom-select-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}*/


/* =========================================================
   SEARCH
   ========================================================= */

/*.product-search {
    position: relative;
    margin-bottom: 8px;
}


    .product-search svg {
        position: absolute;
        right: 14px;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
        color: rgba(255,255,255,.4);
        pointer-events: none;
    }


    .product-search input {
        width: 100%;
        height: 43px;
        padding: 0 42px 0 14px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 12px;
        outline: none;
        color: #fff;
        background: rgba(0,0,0,.18);
        font-family: inherit;
        font-size: 12px;
        transition: border-color .2s ease, background .2s ease;
    }


        .product-search input:focus {
            border-color: rgba(98,231,255,.5);
            background: rgba(0,0,0,.28);
        }


        .product-search input::placeholder {
            color: rgba(255,255,255,.3);
        }*/


/* =========================================================
   OPTIONS CONTAINER
   ========================================================= */

/*.product-options {
    max-height: 310px;
    overflow-y: auto;
    padding-right: 2px;
}*/


    /* scrollbar */

    /*.product-options::-webkit-scrollbar {
        width: 5px;
    }


    .product-options::-webkit-scrollbar-track {
        background: rgba(255,255,255,.025);
        border-radius: 10px;
    }


    .product-options::-webkit-scrollbar-thumb {
        background: rgba(118,87,255,.5);
        border-radius: 10px;
    }


        .product-options::-webkit-scrollbar-thumb:hover {
            background: rgba(98,231,255,.7);
        }*/


/* =========================================================
   OPTION
   ========================================================= */

/*.product-option {
    min-height: 60px;
    margin-bottom: 5px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 13px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, transform .18s ease;
}


    .product-option:hover {
        background: linear-gradient( 90deg, rgba(118,87,255,.14), rgba(55,210,255,.06) );
        border-color: rgba(118,87,255,.22);
        transform: translateX(-2px);
    }


    .product-option.selected {
        background: linear-gradient( 90deg, rgba(118,87,255,.20), rgba(55,210,255,.08) );
        border-color: rgba(98,231,255,.28);
    }*/


/* =========================================================
   OPTION LEFT
   ========================================================= */

/*.product-option-main {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}


.product-option-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(118,87,255,.10);
    border: 1px solid rgba(118,87,255,.18);
}


    .product-option-icon span {
        font-size: 11px;
        color: #7d72ff;
    }


.product-option-info {
    min-width: 0;
}


.product-option-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,.9);
}


.product-option-subtitle {
    margin-top: 3px;
    font-size: 9px;
    color: rgba(255,255,255,.3);
}*/


/* =========================================================
   OPTION PRICE
   ========================================================= */

/*.product-option-price {
    display: flex;
    align-items: center;
    gap: 3px;
    white-space: nowrap;
}


    .product-option-price strong {
        color: #ffc857;
        font-size: 12px;
    }


    .product-option-price small {
        color: rgba(255,255,255,.35);
        font-size: 9px;
    }


.product-check {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: transparent;
    background: transparent;
    font-size: 11px;
    transition: all .2s ease;
}


.product-option.selected
.product-check {
    color: #53e6bb;
    background: rgba(50,220,170,.12);
    box-shadow: 0 0 12px rgba(50,220,170,.12);
}*/


/* =========================================================
   NO RESULT
   ========================================================= */

/*.product-no-result {
    display: none;
    padding: 25px 10px;
    text-align: center;
    color: rgba(255,255,255,.35);
    font-size: 12px;
}


    .product-no-result.show {
        display: block;
    }*/


/* =========================================================
   MOBILE
   ========================================================= */

/*@media (max-width: 520px) {

    .custom-select-trigger {
        min-height: 62px;
    }

    #selectedProductTitle {
        max-width: 120px;
    }

    #selectedProductPrice {
        font-size: 11px;
    }

    .product-options {
        max-height: 280px;
    }
}*/

/* =========================================================
   LigoShop - Modern 3D Glass Checkout
   ========================================================= */

:root {
    --bg: #050816;
    --bg2: #090f22;
    --panel: rgba(15, 22, 49, .82);
    --panel2: rgba(20, 28, 61, .72);
    --line: rgba(255,255,255,.10);
    --line2: rgba(255,255,255,.17);
    --text: #f7f9ff;
    --muted: #8994b3;
    --faint: #555f7c;
    --purple: #7657ff;
    --purple2: #5435dc;
    --cyan: #25d9ef;
    --green: #32e6a1;
    --red: #ff5d73;
    --gold: #ffc857;
    --ease: cubic-bezier(.16,1,.3,1);
}


/* =========================================================
   RESET
   ========================================================= */

* {
    box-sizing: border-box;
}


html {
    min-height: 100%;
    color-scheme: dark;
}


body {
    margin: 0;
    min-height: 100vh;
    font-family: "Vazirmatn", "Segoe UI", Tahoma, sans-serif;
    color: var(--text);
    background: radial-gradient( 800px 600px at 0% 0%, rgba(118,87,255,.20), transparent 70% ), radial-gradient( 700px 600px at 100% 100%, rgba(37,217,239,.13), transparent 70% ), linear-gradient( 145deg, var(--bg), var(--bg2) );
    overflow-x: hidden;
    padding: 35px 16px 70px;
    position: relative;
}


/* =========================================================
   3D SCENE
   ========================================================= */

.scene {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    perspective: 900px;
}


/* glowing orbs */

.scene-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .24;
}


.orb-1 {
    width: 480px;
    height: 480px;
    top: -230px;
    left: -180px;
    background: #7657ff;
    animation: orbOne 18s ease-in-out infinite;
}


.orb-2 {
    width: 430px;
    height: 430px;
    right: -180px;
    bottom: -180px;
    background: #19d9ef;
    animation: orbTwo 21s ease-in-out infinite;
}


.orb-3 {
    width: 300px;
    height: 300px;
    top: 40%;
    left: 48%;
    background: #5035dc;
    opacity: .11;
    animation: orbThree 14s ease-in-out infinite;
}


@keyframes orbOne {

    0%,100% {
        transform: translate3d(0,0,0) scale(1);
    }

    50% {
        transform: translate3d(100px,80px,0) scale(1.18);
    }
}


@keyframes orbTwo {

    0%,100% {
        transform: translate3d(0,0,0) scale(1);
    }

    50% {
        transform: translate3d(-90px,-70px,0) scale(1.15);
    }
}


@keyframes orbThree {

    0%,100% {
        transform: translate(-50%,-50%) scale(.75);
    }

    50% {
        transform: translate(-50%,-50%) scale(1.35);
    }
}


/* =========================================================
   3D FLOOR GRID
   ========================================================= */

.scene-grid {
    position: absolute;
    width: 160%;
    height: 75%;
    left: -30%;
    bottom: -28%;
    background-image: linear-gradient( rgba(99,113,255,.14) 1px, transparent 1px ), linear-gradient( 90deg, rgba(99,113,255,.14) 1px, transparent 1px );
    background-size: 55px 55px;
    transform: perspective(600px) rotateX(63deg);
    transform-origin: center bottom;
    opacity: .30;
    mask-image: linear-gradient( to top, black, transparent 75% );
    -webkit-mask-image: linear-gradient( to top, black, transparent 75% );
    animation: gridMove 10s linear infinite;
}


@keyframes gridMove {

    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 0 110px, 0 110px;
    }
}


/* =========================================================
   STARS / PARTICLES
   ========================================================= */

.scene-stars i {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #8cefff;
    box-shadow: 0 0 10px #25d9ef;
    opacity: .4;
    animation: starFloat 5s ease-in-out infinite;
}


    .scene-stars i:nth-child(1) {
        top: 15%;
        left: 12%;
    }

    .scene-stars i:nth-child(2) {
        top: 30%;
        left: 83%;
        animation-delay: 1s;
    }

    .scene-stars i:nth-child(3) {
        top: 68%;
        left: 15%;
        animation-delay: 2s;
    }

    .scene-stars i:nth-child(4) {
        top: 78%;
        left: 76%;
        animation-delay: .7s;
    }

    .scene-stars i:nth-child(5) {
        top: 45%;
        left: 8%;
        animation-delay: 1.7s;
    }

    .scene-stars i:nth-child(6) {
        top: 20%;
        left: 65%;
        animation-delay: 2.4s;
    }

    .scene-stars i:nth-child(7) {
        top: 84%;
        left: 48%;
        animation-delay: 1.3s;
    }

    .scene-stars i:nth-child(8) {
        top: 55%;
        left: 90%;
        animation-delay: 2.7s;
    }

    .scene-stars i:nth-child(9) {
        top: 12%;
        left: 45%;
        animation-delay: 3s;
    }

    .scene-stars i:nth-child(10) {
        top: 72%;
        left: 35%;
        animation-delay: 1.2s;
    }

    .scene-stars i:nth-child(11) {
        top: 37%;
        left: 30%;
        animation-delay: 2.1s;
    }

    .scene-stars i:nth-child(12) {
        top: 90%;
        left: 82%;
        animation-delay: 3.3s;
    }


@keyframes starFloat {

    0%,100% {
        opacity: .15;
        transform: translateY(0);
    }

    50% {
        opacity: .8;
        transform: translateY(-14px);
    }
}


/* =========================================================
   PAGE
   ========================================================= */

.page {
    width: min(100%, 520px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
}


/* =========================================================
   BRAND
   ========================================================= */

.brand {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}


.brand-logo-wrap {
    width: 76px;
    height: 76px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    background: linear-gradient( 145deg, #8d78ff, #5437df 60%, #20104f );
    box-shadow: inset 0 1px 1px rgba(255,255,255,.45), inset 0 -15px 25px rgba(0,0,0,.28), 0 20px 45px rgba(91,61,245,.30);
    transform: rotateX(10deg) rotateY(-8deg);
    animation: logoFloat 4s ease-in-out infinite;
}


@keyframes logoFloat {

    0%,100% {
        transform: rotateX(10deg) rotateY(-8deg) translateY(0);
    }

    50% {
        transform: rotateX(5deg) rotateY(7deg) translateY(-5px);
    }
}


.logo-ring {
    position: absolute;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1px solid rgba(37,217,239,.25);
    animation: ringPulse 3s ease-in-out infinite;
}


@keyframes ringPulse {

    0%,100% {
        transform: scale(.94);
        opacity: .35;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}


.logo-core {
    display: flex;
    align-items: center;
    gap: 4px;
    transform: rotate(-8deg);
}


    .logo-core span {
        width: 7px;
        height: 27px;
        border-radius: 5px;
        background: linear-gradient( 180deg, #82f8ff, #1ccde6 );
        box-shadow: 0 0 14px rgba(37,217,239,.8);
    }


        .logo-core span:nth-child(1) {
            transform: translateY(5px);
        }

        .logo-core span:nth-child(2) {
            height: 34px;
        }

        .logo-core span:nth-child(3) {
            transform: translateY(-5px);
        }


.brand-name {
    margin-top: 7px;
    font-size: 23px;
    font-weight: 900;
}


.brand-motto {
    color: var(--muted);
    font-size: 12px;
}


.secure-badge {
    margin-top: 7px;
    padding: 6px 13px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(50,230,161,.18);
    border-radius: 999px;
    background: rgba(50,230,161,.06);
    color: rgba(170,255,220,.9);
    font-size: 10px;
}


.secure-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 10px var(--green);
    animation: statusPulse 1.8s infinite;
}


@keyframes statusPulse {

    50% {
        opacity: .3;
    }
}


/* =========================================================
   CHECKOUT CARD
   ========================================================= */

.checkout-card {
    position: relative;
    padding: 27px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient( 145deg, rgba(26,35,73,.91), rgba(8,13,31,.96) );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), inset 0 -40px 70px rgba(0,0,0,.18), 0 35px 80px rgba(0,0,0,.50), 0 50px 100px rgba(75,51,180,.16);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    animation: cardIn .7s var(--ease);
}


@keyframes cardIn {

    from {
        opacity: 0;
        transform: translateY(30px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


.card-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    top: -190px;
    left: -120px;
    border-radius: 50%;
    background: rgba(118,87,255,.20);
    filter: blur(55px);
    pointer-events: none;
}


.card-top-light {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 0;
    height: 1px;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,.35), transparent );
}


/* =========================================================
   HEADING
   ========================================================= */

.section-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 23px;
}


.heading-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient( 145deg, rgba(118,87,255,.30), rgba(37,217,239,.08) );
    border: 1px solid rgba(118,87,255,.30);
    color: #a193ff;
    font-size: 20px;
    box-shadow: 0 10px 25px rgba(91,61,245,.15);
}


.section-heading h1 {
    margin: 0;
    font-size: 19px;
    font-weight: 900;
}


.section-heading p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 11px;
}


/* =========================================================
   FORM
   ========================================================= */

#chargeForm {
    display: flex;
    flex-direction: column;
    gap: 17px;
}


.field-group {
    display: flex;
    flex-direction: column;
    gap: 9px;
}


.field-label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #b9c1d7;
    font-size: 11px;
    font-weight: 700;
}


.label-number {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(118,87,255,.13);
    border: 1px solid rgba(118,87,255,.20);
    color: #9a8cff;
    font-size: 9px;
}


/* =========================================================
   CUSTOM SELECT
   ========================================================= */

.custom-select {
    position: relative;
    width: 100%;
    z-index: 30;
}


.custom-select-trigger {
    width: 100%;
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 11px;
    border: 1px solid rgba(118,87,255,.30);
    border-radius: 17px;
    background: linear-gradient( 145deg, rgba(34,44,87,.96), rgba(12,18,40,.98) );
    color: white;
    font-family: inherit;
    cursor: pointer;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 25px rgba(0,0,0,.18);
    transition: border-color .2s ease, box-shadow .2s ease;
}


    .custom-select-trigger:hover {
        border-color: rgba(37,217,239,.55);
    }


.custom-select.open
.custom-select-trigger {
    border-color: rgba(37,217,239,.75);
    box-shadow: 0 0 0 3px rgba(37,217,239,.06), 0 15px 35px rgba(0,0,0,.28);
}


.product-trigger-content {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}


.product-trigger-icon {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(37,217,239,.08);
    border: 1px solid rgba(37,217,239,.22);
    color: var(--cyan);
}


.product-trigger-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}


    .product-trigger-text span {
        color: var(--faint);
        font-size: 9px;
    }


    .product-trigger-text strong {
        overflow: hidden;
        max-width: 180px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
    }


.product-trigger-right {
    display: flex;
    align-items: center;
    gap: 10px;
}


#selectedProductPrice {
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}


.custom-select-arrow {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,.05);
    color: #aeb7cf;
    transition: transform .25s ease, color .25s ease;
}


.custom-select.open
.custom-select-arrow {
    transform: rotate(180deg);
    color: var(--cyan);
}


/* =========================================================
   MENU
   ========================================================= */

.custom-select-menu {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    padding: 9px;
    border-radius: 18px;
    border: 1px solid rgba(118,87,255,.30);
    background: linear-gradient( 145deg, rgba(20,28,60,.99), rgba(7,12,28,.995) );
    box-shadow: 0 30px 70px rgba(0,0,0,.60), inset 0 1px 0 rgba(255,255,255,.07);
    backdrop-filter: blur(25px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(.985);
    transform-origin: top center;
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}


.custom-select.open
.custom-select-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}


/* =========================================================
   SEARCH
   ========================================================= */

.product-search {
    position: relative;
    margin-bottom: 7px;
}


    .product-search input {
        width: 100%;
        height: 41px;
        padding: 0 38px 0 12px;
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 11px;
        outline: none;
        background: rgba(0,0,0,.22);
        color: white;
        font-family: inherit;
        font-size: 11px;
    }


        .product-search input:focus {
            border-color: rgba(37,217,239,.45);
        }


.search-icon {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #68728e;
    pointer-events: none;
}


/* =========================================================
   OPTIONS
   ========================================================= */

.product-options {
    max-height: 300px;
    overflow-y: auto;
}


    .product-options::-webkit-scrollbar {
        width: 4px;
    }


    .product-options::-webkit-scrollbar-thumb {
        background: rgba(118,87,255,.45);
        border-radius: 20px;
    }


.product-option {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 9px;
    margin-bottom: 4px;
    border: 1px solid transparent;
    border-radius: 12px;
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}


    .product-option:hover {
        background: rgba(118,87,255,.12);
        border-color: rgba(118,87,255,.22);
        transform: translateX(-2px);
    }


    .product-option.selected {
        background: linear-gradient( 90deg, rgba(118,87,255,.18), rgba(37,217,239,.06) );
        border-color: rgba(37,217,239,.25);
    }


.product-option-main {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}


.product-option-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(118,87,255,.10);
    color: #8f80ff;
}


.product-option-title {
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 700;
}


.product-option-subtitle {
    margin-top: 2px;
    color: var(--faint);
    font-size: 8px;
}


.product-option-right {
    display: flex;
    align-items: center;
    gap: 7px;
}


.option-price {
    color: var(--gold);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}


    .option-price small {
        color: #9d8750;
        font-size: 8px;
    }


.product-check {
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: transparent;
    background: transparent;
}


.product-option.selected
.product-check {
    color: var(--green);
    background: rgba(50,230,161,.10);
}


.product-no-result {
    display: none;
    padding: 25px;
    text-align: center;
    color: var(--faint);
    font-size: 11px;
}


    .product-no-result.show {
        display: block;
    }


/* =========================================================
   PRICE CARD
   ========================================================= */

.price-card {
    min-height: 82px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid rgba(255,200,87,.20);
    background: linear-gradient( 145deg, rgba(255,200,87,.13), rgba(255,200,87,.025) );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 15px 35px rgba(0,0,0,.17);
}


.price-icon {
    width: 47px;
    height: 47px;
    flex: 0 0 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(255,200,87,.09);
    border: 1px solid rgba(255,200,87,.17);
    color: var(--gold);
    font-size: 20px;
}


.price-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}


    .price-info > span {
        color: var(--muted);
        font-size: 9px;
    }


    .price-info div {
        display: flex;
        align-items: baseline;
        gap: 5px;
    }


    .price-info strong {
        color: var(--gold);
        font-size: 21px;
        font-weight: 900;
        direction: ltr;
    }


    .price-info small {
        color: #b99b52;
        font-size: 9px;
    }


.price-light {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -45px;
    top: -45px;
    border-radius: 50%;
    background: rgba(255,200,87,.14);
    filter: blur(25px);
    animation: priceLight 4s ease-in-out infinite;
}


@keyframes priceLight {

    50% {
        transform: translateX(45px);
    }
}


/* =========================================================
   PLAYER
   ========================================================= */

.player-check {
    display: grid;
    grid-template-columns: minmax(0,1fr) 105px;
    gap: 8px;
}


.input-wrapper {
    position: relative;
}


.input-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #66708d;
    z-index: 2;
}


.input-wrapper input {
    width: 100%;
    height: 53px;
    padding: 0 40px 0 13px;
    border: 1px solid var(--line2);
    border-radius: 15px;
    outline: none;
    background: rgba(4,8,21,.72);
    color: white;
    font-family: inherit;
    font-size: 12px;
    box-shadow: inset 0 4px 12px rgba(0,0,0,.18);
    transition: border-color .2s ease, box-shadow .2s ease;
}


    .input-wrapper input:focus {
        border-color: rgba(37,217,239,.60);
        box-shadow: 0 0 0 3px rgba(37,217,239,.07), inset 0 4px 12px rgba(0,0,0,.18);
    }


    .input-wrapper input::placeholder {
        color: #505a77;
    }


.check-btn {
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    border-radius: 15px;
    color: white;
    font-family: inherit;
    font-size: 11px;
    font-weight: 800;
    cursor: pointer;
    background: linear-gradient( 145deg, #826aff, #593be6 );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 25px rgba(91,61,245,.28);
    transition: transform .18s ease, box-shadow .18s ease;
}


    .check-btn:hover:not(:disabled) {
        transform: translateY(-2px);
    }


    .check-btn:active:not(:disabled) {
        transform: translateY(1px) scale(.98);
    }


    .check-btn:disabled {
        opacity: .55;
        cursor: not-allowed;
    }


.check-icon {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
}


.check-btn.loading
.check-icon {
    animation: spin .7s linear infinite;
}


@keyframes spin {

    to {
        transform: rotate(360deg);
    }
}


.input-hint {
    color: var(--faint);
    font-size: 9px;
    padding-right: 3px;
}


/* =========================================================
   PLAYER RESULT
   ========================================================= */

.player-result {
    width: 100%;
    min-height: 94px;
    display: none;
    align-items: center;
    gap: 13px;
    position: relative;
    overflow: hidden;
    padding: 12px 14px;
    border-radius: 19px;
    animation: resultIn .4s var(--ease);
}


@keyframes resultIn {

    from {
        opacity: 0;
        transform: translateY(-10px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


.player-result.result-ok {
    border: 1px solid rgba(50,230,161,.30);
    background: linear-gradient( 135deg, rgba(50,230,161,.12), rgba(15,48,43,.35) );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 15px 35px rgba(0,0,0,.18);
}


.player-result.result-error {
    border: 1px solid rgba(255,93,115,.30);
    background: linear-gradient( 135deg, rgba(255,93,115,.10), rgba(48,16,27,.32) );
}


.result-avatar {
    width: 87px;
    height: 87px;
    flex: 0 0 87px;
    position: relative;
    padding: 3px;
    border-radius: 50%;
    background: linear-gradient( 145deg, var(--green), #159d74 );
    box-shadow: 0 0 0 3px rgba(50,230,161,.07), 0 8px 25px rgba(0,0,0,.35), 0 0 25px rgba(50,230,161,.15);
}


    .result-avatar img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border-radius: 50%;
        background: #11182f;
    }


.avatar-check {
    position: absolute;
    left: -2px;
    bottom: -1px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #17283a;
    border-radius: 50%;
    background: var(--green);
    color: #06251b;
    font-size: 10px;
    font-weight: 900;
}


.result-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}


.result-status {
    color: var(--green);
    font-size: 9px;
    font-weight: 700;
}


.result-nick {
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 900;
}


.result-no {
    color: var(--muted);
    font-size: 10px;
}


    .result-no b {
        color: #dce2f2;
    }


.result-success-icon {
    margin-right: auto;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--green);
    background: rgba(50,230,161,.08);
    border: 1px solid rgba(50,230,161,.20);
    animation: successPop .4s var(--ease);
}


@keyframes successPop {

    from {
        transform: scale(.4) rotate(-30deg);
        opacity: 0;
    }

    to {
        transform: scale(1) rotate(0);
        opacity: 1;
    }
}


/* ERROR */

.error-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--red);
    background: rgba(255,93,115,.10);
    border: 1px solid rgba(255,93,115,.20);
    font-size: 19px;
    font-weight: 900;
}


.error-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}


    .error-content strong {
        color: #ff9eac;
        font-size: 12px;
    }


    .error-content span {
        color: #ba7c88;
        font-size: 10px;
    }


/* =========================================================
   USER
   ========================================================= */

.user-information {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding-top: 6px;
    border-top: 1px dashed rgba(255,255,255,.08);
}


.user-section-title {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #b9c1d7;
    font-size: 11px;
    font-weight: 700;
}


.form-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


    .form-field label {
        color: #727d99;
        font-size: 9px;
    }


    .form-field .input-wrapper input {
        height: 51px;
    }


/* =========================================================
   PAYMENT BUTTON
   ========================================================= */

.pay-btn {
    width: 100%;
    min-height: 68px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 13px;
    border: none;
    border-radius: 19px;
    color: white;
    font-family: inherit;
    cursor: pointer;
    background: linear-gradient( 110deg, #20cce6, #5960ff 55%, #8259ff );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35), inset 0 -8px 16px rgba(34,27,120,.22), 0 16px 35px rgba(63,91,240,.28);
    transition: transform .2s var(--ease), box-shadow .2s var(--ease), opacity .2s ease;
}


    .pay-btn:hover:not(:disabled) {
        transform: translateY(-3px);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 22px 45px rgba(63,91,240,.40);
    }


    .pay-btn:active:not(:disabled) {
        transform: translateY(2px) scale(.99);
    }


    .pay-btn:disabled {
        opacity: .35;
        filter: grayscale(.5);
        cursor: not-allowed;
        box-shadow: none;
    }


.pay-btn-icon {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.17);
    font-size: 20px;
}


.pay-btn-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}


    .pay-btn-content strong {
        font-size: 13px;
        font-weight: 900;
    }


    .pay-btn-content small {
        font-size: 9px;
        opacity: .70;
    }


.pay-arrow {
    margin-right: auto;
    font-size: 21px;
    opacity: .75;
}


.pay-shine {
    position: absolute;
    width: 90px;
    height: 170%;
    top: -35%;
    right: -130px;
    transform: skewX(-20deg);
    background: rgba(255,255,255,.20);
    animation: buttonShine 3.5s ease-in-out infinite;
}


@keyframes buttonShine {

    0% {
        right: -130px;
    }

    45%,100% {
        right: 120%;
    }
}


/* =========================================================
   SECURITY
   ========================================================= */

.payment-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #56617e;
    font-size: 8px;
    text-align: center;
}


/* =========================================================
   ADS
   ========================================================= */

.ads-banner {
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    overflow: hidden;
    border: 1px dashed rgba(255,255,255,.12);
    border-radius: 19px;
    color: #535e7b;
    background: rgba(255,255,255,.018);
    font-size: 9px;
}


.ads-icon {
    font-size: 15px;
}


.ads-pulse {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(118,87,255,.08);
    filter: blur(20px);
    animation: adsMove 4s infinite;
}


@keyframes adsMove {

    0%,100% {
        transform: translateX(-120px);
    }

    50% {
        transform: translateX(120px);
    }
}


/* =========================================================
   FOOTER
   ========================================================= */

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 11px;
}


.footer-col {
    min-width: 0;
    padding: 17px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 19px;
    background: linear-gradient( 145deg, rgba(23,30,59,.72), rgba(10,15,32,.75) );
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}


.footer-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 9px;
}


.footer-icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(118,87,255,.10);
    color: #8d7dff;
    font-size: 11px;
}


.footer-title h3 {
    margin: 0;
    font-size: 11px;
    color: #b9c1d5;
}


.footer-col p {
    margin: 0;
    color: #707a96;
    font-size: 9px;
    line-height: 2;
}


.contact-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 7px;
}


.contact-type {
    color: #555f7b;
    font-size: 8px;
}


.contact-item strong {
    color: #b5bfd7;
    font-size: 9px;
}


.online-status {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #596682;
    font-size: 8px;
}


    .online-status span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--green);
        box-shadow: 0 0 8px var(--green);
    }


.copyright {
    text-align: center;
    color: #3f4862;
    font-size: 8px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:560px) {

    body {
        padding: 25px 11px 45px;
    }

    .checkout-card {
        padding: 21px 16px;
        border-radius: 25px;
    }

    .brand-logo-wrap {
        width: 68px;
        height: 68px;
    }

    .brand-name {
        font-size: 21px;
    }

    .player-check {
        grid-template-columns: minmax(0,1fr) 100px;
    }
}


@media (max-width:420px) {

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .player-check {
        grid-template-columns: 1fr;
    }

    .check-btn {
        width: 100%;
    }

    .product-trigger-text strong {
        max-width: 120px;
    }

    .product-trigger-right {
        gap: 5px;
    }

    #selectedProductPrice {
        font-size: 9px;
    }
}

/* =========================================================
   MOBILE / RESPONSIVE - 3D GLASS PAYMENT UI
   ========================================================= */

/* جلوگیری از بیرون‌زدگی کل صفحه */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

/* ---------------------------------------------------------
   Tablet
   --------------------------------------------------------- */
@media (max-width: 900px) {

    .page {
        width: min(94%, 620px);
        margin: 0 auto;
    }

    .brand {
        margin-top: 24px;
    }

    .payment-card,
    .form-panel {
        width: 100%;
    }
}


/* ---------------------------------------------------------
   Mobile
   --------------------------------------------------------- */
@media (max-width: 600px) {

    body {
        min-height: 100vh;
        overflow-x: hidden;
    }

    .page {
        width: 100%;
        max-width: 100%;
        padding: 14px 12px 30px;
        margin: 0 auto;
    }

    /* -------------------------------
       Brand
       ------------------------------- */

    .brand {
        margin: 8px auto 18px;
        text-align: center;
        width: 100%;
    }

    .brand-logo-wrap {
        font-size: 22px;
    }

    .brand-name {
        font-size: 18px;
        margin-top: 5px;
    }

    .brand-motto {
        font-size: 11px;
        opacity: .65;
    }


    /* -------------------------------
       Main Payment Card
       ------------------------------- */

    .payment-card,
    .form-panel {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 16px;
        border-radius: 20px;
    }

    /* اگر کارت اصلی با کلاس page-card است */
    .page-card {
        width: 100%;
        max-width: 100%;
        padding: 16px;
        border-radius: 20px;
    }


    /* -------------------------------
       Header
       ------------------------------- */

    .card-header {
        gap: 10px;
        margin-bottom: 18px;
    }

        .card-header h2 {
            font-size: 18px;
        }

        .card-header p {
            font-size: 11px;
        }

    .header-icon {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }


    /* -------------------------------
       Section titles
       ------------------------------- */

    .section-title,
    .step-title {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .step-number {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }


    /* -------------------------------
       Custom Select
       ------------------------------- */

    .custom-select {
        width: 100%;
        max-width: 100%;
    }

    .custom-select-trigger {
        min-height: 56px;
        height: 56px;
        padding: 8px 10px;
        border-radius: 15px;
    }

    .custom-select-value {
        font-size: 13px;
    }

    .custom-select-price {
        font-size: 12px;
        white-space: nowrap;
    }

    .custom-select-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .custom-select-arrow {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    /* لیست Custom Select */
    .custom-select-options {
        max-height: 230px;
        overflow-y: auto;
        border-radius: 14px;
    }

    .custom-option {
        min-height: 44px;
        padding: 10px 12px;
        font-size: 12px;
    }


    /* -------------------------------
       Price Card
       ------------------------------- */

    .price-card {
        width: 100%;
        min-height: 76px;
        padding: 13px 14px;
        border-radius: 17px;
        margin-top: 12px;
    }

        .price-card .price-label {
            font-size: 10px;
        }

        .price-card .price {
            font-size: 20px;
        }

        .price-card .currency {
            font-size: 9px;
        }

    .price-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }


    /* -------------------------------
       Player ID section
       ------------------------------- */

    .player-check-row {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        gap: 9px;
    }

        .player-check-row input,
        .player-id-input {
            width: 100%;
            min-width: 0;
            height: 50px;
            padding: 0 14px;
            border-radius: 14px;
            font-size: 13px;
        }

    .check-player-btn,
    .check-btn {
        width: 100%;
        min-width: 0;
        height: 48px;
        border-radius: 14px;
        font-size: 13px;
    }


    /* -------------------------------
       Player Result
       ------------------------------- */

    .player-result {
        width: 100%;
        min-height: 82px;
        margin-top: 12px;
        padding: 12px;
        border-radius: 17px;
        gap: 10px;
    }

        .player-result img {
            width: 100%;
            height: 100%;
            min-width: 100%;
            border-radius: 50%;
        }

    .result-nick {
        font-size: 14px;
        font-weight: 800;
    }

    .result-no {
        font-size: 10px;
        margin-top: 4px;
    }


    /* -------------------------------
       Form Inputs
       ------------------------------- */

    .form-panel {
        padding: 0;
        margin-top: 15px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

        .form-panel label {
            display: block;
            font-size: 11px;
            margin: 12px 3px 6px;
        }

        .form-panel input {
            width: 100%;
            height: 50px;
            border-radius: 14px;
            padding: 0 14px;
            font-size: 13px;
        }


    /* -------------------------------
       Payment Button
       ------------------------------- */

    .pay-btn {
        width: 100%;
        height: 58px;
        margin-top: 17px;
        border-radius: 17px;
        font-size: 14px;
    }

        .pay-btn small {
            font-size: 9px;
        }


    /* -------------------------------
       Security text
       ------------------------------- */

    .security-text {
        font-size: 9px;
        margin-top: 12px;
        text-align: center;
    }


    /* -------------------------------
       Ads
       ------------------------------- */

    .ads-banner {
        width: 100%;
        height: 70px;
        margin-top: 18px;
        border-radius: 16px;
    }


    /* -------------------------------
       Footer
       ------------------------------- */

    .footer-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
        margin-top: 15px;
    }

    .footer-col {
        width: 100%;
        padding: 15px;
        border-radius: 16px;
    }

        .footer-col h3 {
            font-size: 12px;
        }

        .footer-col p {
            font-size: 10px;
            line-height: 2;
        }


    /* -------------------------------
       Contact
       ------------------------------- */

    .contact-labels,
    .contact-values {
        font-size: 10px;
    }
}


/* ---------------------------------------------------------
   Small Phones
   --------------------------------------------------------- */
@media (max-width: 380px) {

    .page {
        padding-left: 9px;
        padding-right: 9px;
    }

    .payment-card,
    .page-card {
        padding: 13px;
        border-radius: 18px;
    }

    .card-header h2 {
        font-size: 16px;
    }

    .custom-select-trigger {
        height: 52px;
        min-height: 52px;
    }

    .custom-select-value {
        font-size: 12px;
    }

    .price-card .price {
        font-size: 18px;
    }

    .pay-btn {
        height: 54px;
        font-size: 13px;
    }
}


/* ---------------------------------------------------------
   Touch devices
   --------------------------------------------------------- */

@media (hover: none) and (pointer: coarse) {

    .custom-option {
        min-height: 46px;
    }

    .pay-btn,
    .check-btn,
    .custom-select-trigger {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

        /* روی موبایل hover باعث پرش UI نشود */
        .pay-btn:hover,
        .check-btn:hover,
        .custom-select-trigger:hover,
        .custom-option:hover {
            transform: none;
        }
}


/* ---------------------------------------------------------
   Safe Area - iPhone
   --------------------------------------------------------- */

@supports (padding: max(0px)) {

    .page {
        padding-left: max(12px, env(safe-area-inset-left));
        padding-right: max(12px, env(safe-area-inset-right));
        padding-bottom: max(30px, env(safe-area-inset-bottom));
    }
}

/* =========================================================
   PAYMENT RESULT PAGE
   3D / GLASS / MOBILE FIRST
   ========================================================= */

.payment-result-page {
    min-height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient( circle at 15% 20%, rgba(87, 65, 220, .22), transparent 35% ), radial-gradient( circle at 85% 75%, rgba(0, 210, 255, .16), transparent 35% ), linear-gradient( 145deg, #080c20, #101633 50%, #07101d );
    color: #fff;
}


/* ---------------------------------------------------------
   Ambient 3D Lights
   --------------------------------------------------------- */

.ambient {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px);
    opacity: .45;
    animation: ambientFloat 10s ease-in-out infinite alternate;
}

.ambient-one {
    width: 260px;
    height: 260px;
    top: -100px;
    left: -80px;
    background: rgba(98, 76, 255, .35);
}

.ambient-two {
    width: 220px;
    height: 220px;
    right: -70px;
    bottom: 10%;
    background: rgba(0, 220, 255, .25);
    animation-delay: -3s;
}

.ambient-three {
    width: 160px;
    height: 160px;
    left: 40%;
    bottom: -100px;
    background: rgba(150, 70, 255, .22);
    animation-delay: -6s;
}


@keyframes ambientFloat {

    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(25px, -25px, 0) scale(1.12);
    }

    100% {
        transform: translate3d(-20px, 20px, 0) scale(.95);
    }
}


/* ---------------------------------------------------------
   Main
   --------------------------------------------------------- */

.result-page {
    position: relative;
    z-index: 2;
    width: min(92%, 430px);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 0;
}


/* ---------------------------------------------------------
   Brand
   --------------------------------------------------------- */

.result-brand {
    text-align: center;
    margin-bottom: 22px;
    animation: resultFadeDown .7s ease both;
}

.result-logo {
    width: 58px;
    height: 58px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    font-size: 28px;
    font-weight: 900;
    background: linear-gradient( 145deg, #6755ff, #3049d8 );
    box-shadow: 0 15px 35px rgba(75, 65, 255, .30), inset 0 1px 1px rgba(255,255,255,.25);
    transform: perspective(500px) rotateX(5deg);
}

.result-brand-name {
    font-size: 17px;
    font-weight: 800;
}

.result-brand-motto {
    margin-top: 3px;
    font-size: 10px;
    opacity: .55;
}


/* ---------------------------------------------------------
   Result Card
   --------------------------------------------------------- */

.payment-result-card {
    width: 100%;
    position: relative;
    padding: 30px 24px 24px;
    border-radius: 26px;
    text-align: center;
    background: linear-gradient( 145deg, rgba(36, 44, 91, .82), rgba(8, 14, 35, .90) );
    border: 1px solid rgba(150, 165, 255, .18);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow: 0 30px 70px rgba(0,0,0,.45), inset 0 1px 1px rgba(255,255,255,.10);
    overflow: hidden;
    animation: resultCardIn .8s cubic-bezier(.2,.8,.2,1) both;
}


    /* نور داخلی کارت */

    .payment-result-card::before {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        top: -130px;
        right: -100px;
        border-radius: 50%;
        background: rgba(110, 90, 255, .16);
        filter: blur(30px);
        pointer-events: none;
    }


    /* خط نور */

    .payment-result-card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 15%;
        right: 15%;
        height: 1px;
        background: linear-gradient( 90deg, transparent, rgba(150,170,255,.65), transparent );
        opacity: .7;
    }


/* ---------------------------------------------------------
   Icon
   --------------------------------------------------------- */

.result-icon-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.result-icon {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 38px;
    font-weight: 800;
    animation: iconPop .7s .2s cubic-bezier(.2,1.5,.4,1) both;
}


/* موفق */

.success-icon {
    color: #4fffd0;
    background: radial-gradient( circle, rgba(50,255,210,.20), rgba(10,100,100,.08) );
    border: 1px solid rgba(50,255,210,.45);
    box-shadow: 0 0 0 8px rgba(50,255,210,.05), 0 0 40px rgba(50,255,210,.18), inset 0 0 25px rgba(50,255,210,.08);
}


/* ناموفق */

.failed-icon {
    color: #ff7895;
    background: radial-gradient( circle, rgba(255,70,110,.18), rgba(100,20,40,.08) );
    border: 1px solid rgba(255,90,120,.4);
    box-shadow: 0 0 0 8px rgba(255,70,100,.04), 0 0 40px rgba(255,70,100,.14), inset 0 0 25px rgba(255,70,100,.08);
}


/* ---------------------------------------------------------
   Title
   --------------------------------------------------------- */

.result-title {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.8;
}

.payment-success .result-title {
    color: #ecfffb;
}

.payment-failed .result-title {
    color: #fff1f4;
}


/* ---------------------------------------------------------
   Description
   --------------------------------------------------------- */

.result-description {
    margin: 10px auto 22px;
    max-width: 330px;
    font-size: 11px;
    line-height: 2.1;
    color: rgba(235,240,255,.62);
}


/* ---------------------------------------------------------
   Details
   --------------------------------------------------------- */

.result-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.result-detail {
    min-width: 0;
    padding: 13px 10px;
    border-radius: 15px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.07);
    box-shadow: inset 0 1px rgba(255,255,255,.035);
}

    .result-detail span {
        display: block;
        margin-bottom: 5px;
        font-size: 9px;
        color: rgba(220,225,255,.45);
    }

    .result-detail strong {
        display: block;
        font-size: 12px;
        color: #fff;
        word-break: break-word;
    }

    .result-detail small {
        font-size: 8px;
        opacity: .6;
    }


/* ---------------------------------------------------------
   Home Button
   --------------------------------------------------------- */

.result-home-btn {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px 8px 17px;
    border-radius: 16px;
    text-decoration: none;
    color: white;
    background: linear-gradient( 100deg, #5364f4, #7548ee );
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 12px 30px rgba(80,70,240,.25), inset 0 1px rgba(255,255,255,.22);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .result-home-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 35px rgba(80,70,240,.35), inset 0 1px rgba(255,255,255,.25);
    }

.result-arrow {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,.10);
    font-size: 18px;
}


/* ---------------------------------------------------------
   Security
   --------------------------------------------------------- */

.result-security {
    margin-top: 14px;
    font-size: 9px;
    color: rgba(220,225,255,.40);
    text-align: center;
    animation: resultFadeUp .8s .35s ease both;
}


/* ---------------------------------------------------------
   Animations
   --------------------------------------------------------- */

@keyframes resultCardIn {

    from {
        opacity: 0;
        transform: perspective(900px) translateY(35px) rotateX(8deg) scale(.96);
    }

    to {
        opacity: 1;
        transform: perspective(900px) translateY(0) rotateX(0) scale(1);
    }
}

@keyframes iconPop {

    from {
        opacity: 0;
        transform: scale(.4) rotate(-15deg);
    }

    to {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}

@keyframes resultFadeDown {

    from {
        opacity: 0;
        transform: translateY(-15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes resultFadeUp {

    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .payment-result-page {
        align-items: flex-start;
        min-height: 100dvh;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .result-page {
        width: calc(100% - 24px);
        max-width: 430px;
        padding: 25px 0 max(25px, env(safe-area-inset-bottom));
    }

    .result-brand {
        margin-bottom: 18px;
    }

    .result-logo {
        width: 52px;
        height: 52px;
        border-radius: 15px;
        font-size: 25px;
    }

    .result-brand-name {
        font-size: 16px;
    }

    .payment-result-card {
        padding: 25px 17px 18px;
        border-radius: 22px;
    }

    .result-icon {
        width: 68px;
        height: 68px;
        font-size: 34px;
    }

    .result-title {
        font-size: 17px;
        line-height: 1.8;
    }

    .result-description {
        font-size: 10px;
        line-height: 2;
        margin-bottom: 18px;
    }

    .result-details {
        gap: 8px;
    }

    .result-detail {
        padding: 11px 7px;
        border-radius: 13px;
    }

        .result-detail span {
            font-size: 8px;
        }

        .result-detail strong {
            font-size: 11px;
        }

    .result-home-btn {
        min-height: 52px;
        border-radius: 15px;
        font-size: 12px;
    }

    .result-arrow {
        width: 36px;
        height: 36px;
    }
}


/* ---------------------------------------------------------
   Very small phones
   --------------------------------------------------------- */

@media (max-width: 360px) {

    .result-page {
        width: calc(100% - 18px);
    }

    .payment-result-card {
        padding: 22px 14px 16px;
    }

    .result-title {
        font-size: 16px;
    }

    .result-description {
        font-size: 9px;
    }

    .result-details {
        grid-template-columns: 1fr;
    }
}