* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f5f5f5;
    color: #333;
}

.jum_success-page {
    min-height: 100vh;
    padding: 40px 20px;
    background-color: #f5f5f5;
}

.jum-container-success {
    max-width: 800px;
    margin: 0 auto;
}

.jum_success-content {
    background: white;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Header Section */
.jum_success-header {
    margin-bottom: 40px;
}

.jum_success-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c5aa0;
    margin-bottom: 10px;
    line-height: 1.2;
}

/* Payment Confirmation */
.jum_payment-confirmation {
    margin-bottom: 50px;
    text-align: left;
}

.jum_confirmation-text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
}

.jum_highlight-text {
    color: #d4a574;
    font-weight: 600;
}

.jum_access-info {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    max-width: 600px;
    margin: 0;
}

/* What's Next Section */
.jum_whats-next {
    margin-bottom: 50px;
    text-align: left;
}

.jum_whats-next h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.jum_next-steps {
    margin-bottom: 40px;
}

.jum_step-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding: 0;
}

.jum_step-icon {
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.jum_step-item span {
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
}

/* Action Buttons */
.jum_action-buttons {
    text-align: center;
    margin: 30px auto;
    width: 250px;
    display: flex;
    justify-content: center;
}

.jum_btn-success-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background: #2c5aa0;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s;
    border: 2px solid #2c5aa0;
    box-shadow: 0 4px 16px rgba(44, 90, 160, 0.3);
    width: 100%;
}

.jum_btn-success-primary:hover {
    background: #1e3f73;
    border-color: #1e3f73;
    color: rgb(192, 192, 192);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(44, 90, 160, 0.4);
}

.jum_btn-success-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background: white;
    color: #2c5aa0;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s;
    border: 2px solid #2c5aa0;
    box-shadow: 0 4px 16px rgba(44, 90, 160, 0.2);
    width: 100%;
}

.jum_btn-success-secondary:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(44, 90, 160, 0.3);
}

.jum_btn-icon {
    font-size: 1.1rem;
}

/* Microsoft Store Section */
.jum_download-section {
    margin: 40px auto;
    text-align: center;
    width: 250px;
    display: flex;
    justify-content: center;
}

.jum_download-section a {
    width: 100%;
    display: flex;
    justify-content: center;
}

.jum_download-section img {
    width: 100%;
    max-width: 250px;
    height: auto;
    border-radius: 8px;
    transition: all 0.2s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.jum_download-section img:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.jum_microsoft-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    background: #333;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    width: 250px;
    justify-content: center;
}

.jum_microsoft-store-btn:hover {
    background: #222;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.jum_store-icon {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jum_ms-logo {
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
}

.jum_store-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.jum_download-text {
    font-size: 0.9rem;
    color: #ccc;
    line-height: 1.2;
}

.jum_store-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    line-height: 1.2;
}

/* Separator */
.jum_separator {
    height: 1px;
    background: linear-gradient(to right, transparent, #e9ecef, transparent);
    margin: 50px 0;
}

/* Help Section */
.jum_help-section {
    text-align: left;
}

.jum_help-section h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.jum_help-content {
    margin-bottom: 40px;
}

.jum_help-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
    padding: 0;
}

.jum_help-icon {
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.jum_help-item span {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .jum_success-content {
        padding: 30px 20px;
    }
    
    .jum_success-header h1 {
        font-size: 2rem;
    }
    
    .jum_confirmation-text {
        font-size: 1.1rem;
    }
    
    .jum_whats-next h2,
    .jum_help-section h2 {
        font-size: 1.5rem;
    }
    
    .jum_step-item,
    .jum_help-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .jum_step-icon,
    .jum_help-icon {
        align-self: center;
    }
    
    .jum_microsoft-store-btn {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }
    
    .jum_store-text {
        align-items: center;
        text-align: center;
    }
    
    .jum_btn-success-primary,
    .jum_btn-success-secondary {
        padding: 12px 25px;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .jum_success-page {
        padding: 20px 10px;
    }
    
    .jum_success-content {
        padding: 25px 15px;
    }
    
    .jum_success-header h1 {
        font-size: 1.8rem;
    }
    
    .jum_confirmation-text {
        font-size: 1rem;
    }
}