/* استایل‌های قبلی */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(45deg, red, orange, yellow);
}

.container {
    text-align: center;
    width: 300px;
}

.logo-container {
    margin-bottom: 20px;
}

.logo {
    width: 100%;
    border-radius: 15px;
}

.content-box {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    color: white;
}

.button-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.button {
    display: inline-block;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 1em;
    text-align: center;
    cursor: pointer;
}

.button:link, .button:visited {
    color: white;
}

.button:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* بخش تعرفه‌ها */
.pricing-section {
    display: block; /* به جای none، به صورت نمایش داده می‌شود */
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

.pricing-section h2 {
    color: white;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.pricing-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px; /* فاصله بین دکمه‌ها */
}

.pricing-btn {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1em;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s, box-shadow 0.3s;
    margin-bottom: 15px; /* افزایش فاصله بین دکمه‌ها */
}

.pricing-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.back-btn {
    padding: 10px 15px; /* افزایش padding برای دکمه بازگشت */
    margin-top: 40px; /* افزایش فاصله از دکمه‌های تعرفه */
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.back-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* استایل برای زمانی که بخش تعرفه نمایش داده می‌شود */
.pricing-section:not(.hidden) {
    display: block;
}

.coin-amount {
    font-weight: bold; /* پررنگ */
    font-size: 1.5em;  /* اندازه بزرگتر */
}

.price {
    color: rgba(255, 255, 255, 0.7); /* رنگ کمرنگ‌تر برای قیمت */
    font-size: 1.2em;  /* اندازه کمی کوچکتر */
}
.pricing-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px; /* فاصله بین باکس‌ها */
    margin-top: 20px; /* فاصله از عنوان */
}

.pricing-box {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px
}

.pricing-title {
    font-weight: bold; /* پر رنگ */
    font-size: 1.5em; /* سایز بزرگتر */
}

.pricing-price {
    color: rgba(255, 255, 255, 0.7); /* رنگ کمرنگ‌تر */
    font-size: 1.2em; /* سایز بزرگتر */
    margin-top: 10px; /* فاصله از عنوان */
}
/* استایل‌های قبلی */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(45deg, red, orange, yellow);
}

.container {
    text-align: center;
    width: 300px;
}

.content-box {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    color: white;
}

/* بخش تعرفه‌ها */
.pricing-section {
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
}

.pricing-box {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px; /* فاصله بین باکس‌ها */
}

.coin-amount {
    font-weight: bold;
    font-size: 1.5em;  
}

.pricing-price {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2em;
    margin-top: 10px;
}

/* دکمه‌ها */
.back-btn {
    padding: 10px 15px;
    margin-top: 40px; /* افزایش فاصله از دکمه‌های تعرفه */
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.back-btn:hover {
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}