@font-face {
    font-family: 'Yekan Bakh';
    src: url('/fonts/woff/YekanBakh-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('/fonts/woff/YekanBakh-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('/fonts/woff/YekanBakh-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('/fonts/woff/YekanBakh-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('/fonts/woff/YekanBakh-ExtraBold.woff') format('woff');
    font-weight: 800;

    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan Bakh';
    src: url('/fonts/woff/YekanBakh-ExtraBlack.woff') format('woff');
    font-weight: 900;

    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Yekan Bakh', sans-serif;

    font-weight: 400;



    font-feature-settings: "kern" on, "liga" on, "dlig" on;
    -moz-font-feature-settings: "kern" on, "liga" on, "dlig" on;
    -webkit-font-feature-settings: "kern" on, "liga" on, "dlig" on;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Yekan Bakh', sans-serif;

}

html {
    scroll-behavior: smooth;

}

body {
    background-color: #171c26;
    color: #ffffff;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.mobile-container {
    width: 100%;
    max-width: 420px;
    background-color: #0e1118;
    background-image: radial-gradient(circle at 50% 10%, #1a2035 0%, #0e1118 40%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    padding-bottom: 40px;
}

.responsive-img {
    width: 100%;
    height: auto;
    display: block;
}



.quick-nav {
    display: flex;
    justify-content: space-between;

    gap: 10px;
    padding: 15px 15px 5px 15px;

    background: transparent;
}

.quick-nav a {
    flex: 1;

    text-align: center;

    text-decoration: none;
    color: #aebcd6;
    font-size: 13px;

    padding: 8px 0;

    border: 1px solid rgba(37, 117, 252, 0.3);


    border-radius: 8px;

    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.quick-nav a:hover {
    background: #2575fc;
    color: white;
    border-color: #2575fc;
    box-shadow: 0 0 10px rgba(37, 117, 252, 0.4);
}


.form-section {
    padding: 10px 20px;
    text-align: center;
}


.price-badge-container {
    width: 65%;

    max-width: 250px;

    margin: 0 auto 15px auto;

}

form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
    text-align: right;
    transition: all 0.3s ease;
}

input:focus {
    border-color: #8e2de2;
    box-shadow: 0 0 5px rgba(142, 45, 226, 0.3);
}

.cta-button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #2575fc 0%, #6a11cb 100%);
    color: white;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(37, 117, 252, 0.4);
    transition: transform 0.2s;
}

.cta-button:active {
    transform: scale(0.98);
}


.marquee-section {
    margin: 20px 0;
}


.topics-section {
    padding: 20px;
    scroll-margin-top: 20px;

}

.topics-header {
    text-align: center;
    margin-bottom: 20px;
}

.topics-header h3 {
    font-size: 18px;
    color: #aebcd6;
    margin-bottom: 10px;
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #2575fc, transparent);
    width: 80%;
    margin: 0 auto;
}

.topics-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 25px;
}

.topics-list li {
    font-size: 13px;
    color: #e0e0e0;
    background: rgba(255, 255, 255, 0.03);
    padding: 8px 12px;
    border-radius: 5px;
    border-right: 3px solid #6a11cb;
    display: flex;
    align-items: center;
}

.topics-list li::before {
    content: "•";
    color: #2575fc;
    font-weight: bold;
    margin-left: 8px;
}

.secondary-cta {
    margin-top: 10px;
    background: linear-gradient(90deg, #8e2de2 0%, #4a00e0 100%);
}


.orb-section {
    padding: 30px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.orb-content p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}




.orb-section {
    padding: 40px 0 30px 0;
    text-align: center;
    position: relative;
    overflow: hidden;

}

.orb-subtitle {
    display: block;
    font-size: 12px;
    color: #8fa3c8;
    margin-bottom: 5px;
    font-weight: normal;
    opacity: 0.8;
}

.orb-title {
    font-size: 22px;
    color: #e0e6ed;
    font-weight: 900;
    margin-bottom: 40px;

    text-shadow: 0 0 10px rgba(169, 143, 255, 0.4);
}

/* 
.glowing-orb {
    width: 100px;

    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 10;


    background: linear-gradient(125deg, #ff0055, #00ddff, #6a00ff, #ff0055);
    background-size: 400% 400%;


    animation: gradient-move 5s ease infinite, float 4s ease-in-out infinite;
    box-shadow: 0 0 40px rgba(106, 0, 255, 0.6), inset 0 0 20px rgba(255, 255, 255, 0.5);
}


.glowing-orb .core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 30%;
    background: #fff;
    border-radius: 50%;
    filter: blur(8px);
    box-shadow: 0 0 20px #fff;
    z-index: 2;
}


.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(37, 117, 252, 0.1);
    pointer-events: none;
}


.ring::after {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #00ffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #00ffff;
}


.ring-1 {
    width: 160px;
    height: 160px;
    border-color: rgba(0, 221, 255, 0.3);
    animation: spin-1 4s linear infinite;
}

.ring-1::after {
    background: #00ddff;
    box-shadow: 0 0 8px #00ddff;
}


.ring-2 {
    width: 140px;
    height: 140px;
    border-color: rgba(255, 0, 85, 0.3);
    animation: spin-2 5s linear infinite;
}

.ring-2::after {
    background: #ff0055;
    top: auto;
    bottom: -3px;
    box-shadow: 0 0 8px #ff0055;
}


.ring-3 {
    width: 190px;
    height: 190px;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    animation: spin-3 10s linear infinite;
}

.ring-3::after {
    display: none;
}
 */



.particles span {
    position: absolute;
    background: white;
    border-radius: 50%;
    opacity: 0;
    animation: twinkle 3s infinite;
}

.particles span:nth-child(1) {
    width: 3px;
    height: 3px;
    top: -20px;
    left: 10px;
    animation-delay: 0s;
}

.particles span:nth-child(2) {
    width: 4px;
    height: 4px;
    bottom: -30px;
    right: 0px;
    animation-delay: 1s;
    background: #00ddff;
}

.particles span:nth-child(3) {
    width: 2px;
    height: 2px;
    top: 50%;
    right: -40px;
    animation-delay: 2s;
    background: #ff0055;
}





@keyframes gradient-move {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


@keyframes spin-1 {
    0% {
        transform: translate(-50%, -50%) rotate3d(1, 1, 1, 0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate3d(1, 1, 1, 360deg);
    }
}


@keyframes spin-2 {
    0% {
        transform: translate(-50%, -50%) rotate3d(1, -1, 0, 0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate3d(1, -1, 0, 360deg);
    }
}


@keyframes spin-3 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


@keyframes twinkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}



.features-section {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    scroll-margin-top: 20px;
}

.feature-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
}

.feature-card:hover {
    transform: translateY(-3px);
}


.footer-section {
    padding: 30px 20px;
    padding-top: 0px;
    text-align: center;
}

.final-btn {
    animation: pulse 2s infinite;
}



.copyright {
    margin-top: 40px;
    font-size: 12px;
    color: #666;
    border-top: 1px solid #222;
    padding-top: 20px;
    scroll-margin-top: 20px;
}














.tools-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
}

.tool-badge {
    font-size: 11px;
    background: rgba(255, 255, 255, 0.05);
    color: #8fa3c8;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid rgba(37, 117, 252, 0.2);
    display: inline-block;
    transition: all 0.2s ease;
    margin: 2px;
}

.tool-badge:hover {
    background: rgba(37, 117, 252, 0.3);
    color: #fff;
    border-color: #2575fc;
}

.category-title {
    color: #2575fc !important;
    font-weight: 800;
    margin-bottom: 5px;
    display: block;
}


















.rules-section {
    padding: 20px 20px 40px 20px;
    background-color: transparent;
}


.important-note {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px 15px 15px 15px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.note-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #a000c0;

    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 15px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(160, 0, 192, 0.4);
}

.important-note p {
    font-size: 13px;
    line-height: 1.8;
    color: #e0e0e0;
}


.rules-title {
    text-align: center;
    color: #8fa3c8;

    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
}


.rules-accordion {
    background: #151921;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.rules-accordion[open] {
    border-color: rgba(37, 117, 252, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.rules-accordion summary {
    padding: 15px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;

    background: rgba(255, 255, 255, 0.02);
    line-height: 1.6;
}


.rules-accordion summary::-webkit-details-marker {
    display: none;
}

.arrow-icon {
    transform: rotate(-90deg);

    font-size: 12px;
    color: #666;
    transition: transform 0.3s ease;
    margin-right: 10px;
}


.rules-accordion[open] summary .arrow-icon {
    transform: rotate(90deg);
    color: #2575fc;
}


.rules-content {
    padding: 15px 20px 20px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.rules-content ul {
    list-style: none;
    padding-right: 5px;
}

.rules-content li {
    font-size: 12px;
    color: #ccc;
    line-height: 2;
    margin-bottom: 12px;
    position: relative;
    padding-right: 15px;
    text-align: justify;
}

.rules-content li::before {
    content: "•";
    color: #a000c0;

    font-size: 20px;
    position: absolute;
    right: -5px;
    top: -3px;
}







.cta-button {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(90deg, #2575fc 0%, #6a11cb 100%);
    color: white;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(37, 117, 252, 0.4);
    transition: transform 0.2s;

}

.cta-button:active {
    transform: scale(0.98);
}


.final-btn {
    animation: pulse 2s infinite;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 117, 252, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(37, 117, 252, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 117, 252, 0);
    }
}

.hero-section {
    min-height: 400px;

    display: block;
}



#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #171c26;

    z-index: 99999;

    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-out, visibility 0.5s;
}

.loader-content {
    text-align: center;
}

.ai-spinner {
    width: 60px;
    height: 60px;
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border-top-color: #2575fc;

    border-bottom-color: #6a11cb;

    animation: spin 1.5s linear infinite;
    margin: 0 auto 15px auto;
    box-shadow: 0 0 15px rgba(37, 117, 252, 0.4);
}

.loading-text {
    color: #aebcd6;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    animation: pulse-text 1.5s infinite ease-in-out;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes pulse-text {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

.loader-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}








<style>

/* استایل اختصاصی باکس کارت به کارت */
.payment-card-container {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 205, 0, 0.2);
    border-radius: 20px;
    padding: 25px;
    margin: 20px 0 40px 0;
    backdrop-filter: blur(10px);
}

.payment-header {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.payment-title {
    color: #ffcd00;
    font-size: 18px;
    font-weight: 800;
}

.bank-group {
    margin-bottom: 20px;
}

.bank-label {
    font-size: 13px;
    color: #8fa3c8;
    margin-bottom: 10px;
    text-align: center;
}

.card-item {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    font-family: monospace;
    /* برای خوانایی بهتر اعداد */
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    direction: ltr;
    /* نمایش صحیح شماره کارت از چپ به راست */
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}


.divider-line {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    margin: 20px 0;
}

.support-steps {
    text-align: right;
    direction: rtl;
}

.steps-title {
    color: #ffcd00;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.steps-desc {
    font-size: 13px;
    color: #ddd;
    margin-bottom: 10px;
}

.required-data {
    padding-right: 20px;
    margin-bottom: 15px;
}

.required-data li {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 5px;
    list-style-type: square;
}

.support-link-box {
    background: rgba(255, 205, 0, 0.1);
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
}

.support-link-box a {
    color: #ffcd00;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    border-bottom: 1px solid #ffcd00;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.alternative-text {
    position: relative;
    text-align: center;
    margin-top: 35px;
}

.alternative-text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.alternative-text span {
    position: relative;
    z-index: 2;
    background: #0e1118;
    /* هماهنگ با رنگ اصلی بدنه */
    padding: 0 15px;
    color: #666;
    font-size: 12px;
}
















/* کانتینر اصلی شیشه‌ای */
.payment-modern-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 24px;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}

/* تب‌ها (دکمه‌های انتخاب) */
.payment-tabs {
    display: flex;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 5px;
    position: relative;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.tab-item {
    flex: 1;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    color: #8fa3c8;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
}

.tab-item.active {
    color: #fff;
}

/* نشانگر متحرک پشت تب‌ها */
.tab-indicator {
    position: absolute;
    top: 5px;
    left: 5px;
    /* پیش‌فرض برای تب چپ (چون راست‌چین است ممکن است نیاز به تنظیم داشته باشد) */
    width: calc(50% - 5px);
    height: calc(100% - 10px);
    background: linear-gradient(90deg, #2575fc, #6a11cb);
    border-radius: 12px;
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 1;
}

/* در حالت راست‌چین (RTL) */
html[dir="rtl"] .tab-indicator {
    right: 5px;
    left: auto;
}

/* پنل‌های محتوا */
.payment-panel {
    display: none;
    animation: fadeIn 0.4s ease;
}

.payment-panel.active-panel {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* استایل‌های فرم آنلاین */
.panel-header {
    margin-bottom: 20px;
}

.panel-header h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.panel-header p {
    color: #2575fc;
    font-size: 12px;
    font-weight: bold;
}

.input-group {
    position: relative;
    margin-bottom: 15px;
}

.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    z-index: 2;
    opacity: 0.7;
}

.payment-modern-box input {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 14px 45px 14px 15px !important;
    /* فضای خالی برای آیکون */
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.payment-modern-box input:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: #2575fc;
}

.vpn-warning {
    background: rgba(255, 205, 0, 0.15);
    color: #ffcd00;
    font-size: 12px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px dashed #ffcd00;
}

.blink {
    animation: opacityPulse 1s infinite;
}

@keyframes opacityPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* استایل‌های کارت اعتباری (Card Design) */
.virtual-card {
    background: linear-gradient(135deg, #1e2532 0%, #2575fc 100%);
    border-radius: 16px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 10px 20px rgba(37, 117, 252, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.virtual-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.card-chip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.card-chip img {
    height: 30px;
    opacity: 0.8;
}

.card-chip span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: bold;
}

.card-number {
    font-family: 'Courier New', monospace;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    direction: ltr;
    cursor: pointer;
    position: relative;
}

.copy-badge {
    position: absolute;
    top: -15px;
    right: -10px;
    background: #ffcd00;
    color: #000;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: sans-serif;
    letter-spacing: 0;
}

.card-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
}

.bank-alternatives {
    margin-bottom: 20px;
}

.alt-title {
    font-size: 11px;
    color: #8fa3c8;
    margin-bottom: 10px;
    text-align: right;
}

.mini-cards-grid {
    display: flex;
    gap: 10px;
}

.mini-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 8px;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    transition: 0.2s;
}

.mini-card:active {
    background: #2575fc;
}

.upload-receipt-box {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}

.upload-receipt-box p {
    font-size: 12px;
    margin-bottom: 10px;
    color: #ccc;
}

.support-btn {
    display: inline-block;
    color: #2575fc;
    text-decoration: none;
    font-weight: bold;
    background: rgba(37, 117, 252, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    transition: 0.2s;
}

.support-btn:hover {
    background: rgba(37, 117, 252, 0.2);
}














/* لیست کارت‌ها */
.cards-vertical-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.bank-row {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.bank-row:active {
    background: rgba(37, 117, 252, 0.2);
    border-color: #2575fc;
    transform: scale(0.98);
}

/* آیکون و نام بانک */
.bank-icon-area {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 30%;
    /* فضای ثابت برای نام */
}

.bank-logo {
    width: 24px;
    height: 24px;
    background: #0068a5;
    /* رنگ پیش‌فرض سامان */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.bank-name {
    font-size: 11px;
    color: #ccc;
    white-space: nowrap;
}

/* شماره کارت */
.card-number-display {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
    direction: ltr;
}

.copy-icon {
    color: #666;
    display: flex;
    align-items: center;
}

/* استایل خاص بلو بانک */
.blu-style {
    background: linear-gradient(90deg, rgba(43, 128, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-color: rgba(43, 128, 255, 0.3);
}

/* باکس توضیحات */
.instruction-box {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    padding: 20px 15px;
    border-top: 2px solid rgba(255, 255, 255, 0.05);
}

.inst-title {
    font-size: 12px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.6;
}

.required-list {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: right;
}

.required-list li {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 8px;
    padding-right: 5px;
}

/* دکمه تلگرام */
.telegram-support-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #2AABEE 0%, #229ED9 100%);
    color: white;
    text-decoration: none;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(42, 171, 238, 0.3);
    transition: transform 0.2s;
}

.telegram-support-btn:active {
    transform: scale(0.98);
}

.tg-icon-large {
    font-size: 20px;
    margin-bottom: 5px;
}

.telegram-support-btn span:nth-child(2) {
    font-weight: bold;
    font-size: 14px;
}

.support-id {
    font-size: 11px;
    opacity: 0.9;
    font-family: monospace;
    margin-top: 2px;
}

/* ریسپانسیو برای موبایل‌های خیلی کوچک */
@media (max-width: 360px) {
    .card-number-display {
        font-size: 11px;
        letter-spacing: 0;
    }

    .bank-name {
        display: none;
    }

    /* اگر جا نشد فقط لوگو بماند */
    .bank-icon-area {
        width: auto;
    }
}






.instagram-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* گرادینت رسمی اینستاگرام */
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
    text-decoration: none;
    padding: 12px;
    border-radius: 12px;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(188, 24, 136, 0.4);
    transition: transform 0.2s;
}

.instagram-btn:active {
    transform: scale(0.98);
}

.ig-emoji {
    font-size: 24px;
    /* اندازه ایموجی دوربین */
    margin-bottom: 5px;
}

.instagram-btn span:nth-child(2) {
    font-weight: bold;
    font-size: 14px;
}

.ig-id {
    font-size: 12px;
    font-family: monospace;
    /* فونت مناسب برای متن انگلیسی */
    opacity: 0.95;
    margin-top: 2px;
    direction: ltr;
    /* چپ‌چین شدن آیدی */
}






























.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(8px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: #121212;
    border-radius: 28px;
    padding: 30px;
    width: 90%;
    max-width: 420px;
    text-align: center;
    color: white;
    border: 1px solid #222;
}

.modal-title {
    color: #ffcd00;
    font-size: 22px;
    margin: 15px 0;
    font-weight: bold;
}

.modal-body p {
    font-size: 15px;
    line-height: 1.8;
    color: #eee;
    margin-bottom: 25px;
}

.modal-footer {
    display: flex;
    flex-direction: row-reverse;
    /* دکمه زرد سمت چپ قرار گیرد */
    gap: 12px;
}

.modal-footer button {
    flex: 1;
    padding: 15px;
    border-radius: 14px;
    border: none;
    font-family: inherit;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}

.btn-primary {
    background: #ffcd00;
    color: #000;
}

.btn-primary:active {
    transform: scale(0.98);
}

.btn-secondary {
    background: #2a2a2a;
    color: #fff;
}








.owner-badge {
    text-align: center;
    /* پس‌زمینه شیشه‌ای تیره */
    background: rgba(255, 255, 255, 0.03);
    /* حاشیه نازک و پیوسته با رنگ طلایی کم‌رنگ */
    border: 1px solid rgba(255, 205, 0, 0.2);
    border-radius: 16px;
    /* گردی گوشه‌ها بیشتر شده */
    padding: 15px;
    margin-bottom: 20px;
    /* سایه ملایم طلایی */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2), inset 0 0 20px rgba(255, 205, 0, 0.05);
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
}

.owner-badge:hover {
    border-color: rgba(255, 205, 0, 0.5);
    transform: translateY(-2px);
}

.owner-label {
    font-size: 12px;
    color: #aebcd6;
    /* رنگ طوسی مایل به آبی */
    margin-bottom: 5px;
    display: block;
}

.owner-name {
    color: #ffcd00;
    /* همان زرد طلایی */
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 0 10px rgba(255, 205, 0, 0.3);
    /* درخشش متن */
    letter-spacing: -0.5px;
}