/* Welcome Section */
.welcome-section {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
    animation: slideInFromBottom 0.6s ease forwards;
    opacity: 0;
}

.welcome-content {
    text-align: center;
    background: #1e1e3e;
    border: 2px solid #2e2e5e;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.welcome-content h2 {
    font-size: 2.2rem;
    color: #64b5f6;
    margin-bottom: 15px;
    font-weight: 600;
}

.welcome-content p {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
}

.quick-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #64b5f6;
    text-shadow: 2px 2px 0px rgba(15, 52, 96, 0.8);
}

.stat-label {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: 500;
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 20px;
}

.info-card {
    background: #1e1e3e;
    border: 2px solid #2e2e5e;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.info-card:hover {
    transform: translateY(-5px);
    background: #2e2e5e;
    border-color: #5865f2;
    box-shadow: 0 8px 20px rgba(88, 101, 242, 0.4), 0 0 15px rgba(88, 101, 242, 0.3);
}

.card-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
    opacity: 0.8;
}

.info-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #64b5f6;
    font-weight: 600;
}

.info-card p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
    font-weight: 400;
}

.transfer-details {
    margin: 20px 0;
    text-align: left;
    flex-grow: 1;
}

.card-link {
    display: inline-block;
    background: #ff5722;
    color: #fff;
    padding: 14px 28px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Fredoka', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(255, 87, 34, 0.3);
}

.card-link:hover {
    background: #e64a19;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 87, 34, 0.4);
    color: #fff;
}

.sell-card {
    border-color: #4caf50;
    background: #1e1e3e;
}

.sell-card:hover {
    border-color: #66bb6a;
    box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3), 0 0 15px rgba(76, 175, 80, 0.2);
}

.terms-card {
    border-color: #2196f3;
    background: #1e1e3e;
}

.terms-card:hover {
    border-color: #42a5f5;
    box-shadow: 0 8px 20px rgba(33, 150, 243, 0.3), 0 0 15px rgba(33, 150, 243, 0.2);
}

.transfer-card {
    border-color: #ff9800;
    background: #1e1e3e;
}

.transfer-card:hover {
    border-color: #ffb74d;
    box-shadow: 0 8px 20px rgba(255, 152, 0, 0.3), 0 0 15px rgba(255, 152, 0, 0.2);
}

.transfer-item {
    background: rgba(255, 152, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    border-left: 4px solid #ff9800;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 152, 0, 0.2);
}

.transfer-item:last-child {
    margin-bottom: 0;
}

.transfer-item strong {
    color: #64b5f6;
    display: block;
    margin-bottom: 5px;
}

.transfer-item {
    color: #e5e5e5;
    font-size: 0.9rem;
    font-weight: 400;
}

.service-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.service-content.active {
    display: block;
}

.service-header {
    text-align: center;
    margin-bottom: 40px;
}

.service-header h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #64b5f6;
    font-weight: 600;
}

.service-header p {
    font-size: 1.1rem;
    color: #ffffff;
    opacity: 0.9;
}

/* Account Sections */
.account-section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 1.8rem;
    color: #64b5f6;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}

.section-subtitle {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-style: italic;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.coming-soon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    text-align: center;
    background: #1e1e3e;
    border: 3px dashed #2e2e5e;
    border-radius: 20px;
    margin: 40px auto;
    max-width: 500px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.coming-soon-icon {
    font-size: 4rem;
    color: #e5e5e5;
    margin-bottom: 20px;
    opacity: 0.9;
}

.coming-soon-title {
    font-size: 2rem;
    color: #64b5f6;
    margin-bottom: 15px;
    font-weight: 600;
}

.coming-soon-text {
    font-size: 1.1rem;
    color: #ffffff;
    opacity: 0.9;
    line-height: 1.5;
}

.sale-banner {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 193, 7, 0.12));
    border: 2px dashed rgba(255, 193, 7, 0.6);
    color: #ffd54f;
    padding: 12px 16px;
    border-radius: 12px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 0.3px;
    box-shadow: 0 6px 14px rgba(255, 193, 7, 0.2);
    margin-bottom: 14px;
}

