.transfer-container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f8fa;
    padding: 20px;
}

.transfer-card {
    width: 100%;
    max-width: 900px;
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #444;
    margin-bottom: .5rem;
}

.footer-container {
    width: 100%;
    padding: 16px 0;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.footer-content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.footer-link {
    font-size: 16px;
    color: #1a73e8;
    text-decoration: none;
    font-weight: 500;
}

.footer-link:hover {
    text-decoration: underline;
}